Fixes for the MSI installer (#3043)

* Run uninstaller for EXE synchronously so that it doesn't try to uninstall while also installing

* Display error message before running MSI installer to close the application manually
This commit is contained in:
Devin Binnie
2024-05-28 17:04:13 -04:00
committed by GitHub
parent e1a75deb4f
commit 39a2d863f1
2 changed files with 36 additions and 7 deletions

View File

@@ -180,6 +180,9 @@
"uninstallDisplayName": "${productName}",
"include": "scripts/installer.nsh"
},
"msi": {
"additionalWixArgs": ["-ext", "WixUtilExtension"]
},
"rpm": {
"fpm": ["--rpm-rpmbuild-define", "_build_id_links none"]
}