6 ms·
I can recommend Wixsharp (https://github.com/oleg-shilo/wixsharp https://github.com/oleg-shilo/wixsharp), you no longer have to learn the insane wix xml syntax
by zogomoox 2y ago
I can recommend Wixsharp (https://github.com/oleg-shilo/wixsharp https://github.com/oleg-shilo/wixsharp), you no longer have to learn the insane wix xml syntax to create an installer.
- ptx 2y agoI second this recommendation. In addition to using more sensible and consistent syntax, WixSharp also provides sensible defaults that just work, such as always using "major upgrades" so that you don't have to worry about MSI trying to be clever and sometimes (but sometimes not!) only partially upgrading the app.