#CustomAction wix fragment ?

5 messages · Page 1 of 1 (latest)

sterile vault
#

Hi , I want to do some clean works by mytool.exe before uninstall . How the .wxs likes ?

sand path
# sterile vault Hi , I want to do some clean works by `mytool.exe` before uninstall . How the `....

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.

sterile vault