#CustomAction wix fragment ?
5 messages · Page 1 of 1 (latest)
You can run a script or fragments On="uninstall"
https://tauri.app/v1/guides/building/windows/#extending-the-installer-with-wix-fragments
Tauri applications for Windows are distributed as Microsoft Installers (.msi files). The Tauri CLI bundles your application binary and additional resources. Please note that .msi installers can only be created on Windows as cross-compilation doesn't work yet. This guide provides information about available customization options for the installer.
ExeCommand on https://wixtoolset.org/docs/schema/wxs/customaction/
sorry I am a newbie at this.