Browse Source

Upgrade notes for new versions/releases

pull/17/head
fekt 1 year ago
parent
commit
6a28b91bce
  1. 5
      advanced/creating-silent-dragon-msi-installer-for-windows-with-wixl.md

5
advanced/creating-silent-dragon-msi-installer-for-windows-with-wixl.md

@ -98,6 +98,11 @@ Below is a copy of the contents of the `SilentDragon-1.3.0.wxs` file Note that G
</Product>
</Wix>
```
## Upgrade notes for new versions/releases
(https://www.firegiant.com/wix/tutorial/upgrades-and-modularization/)
In order for new versions of the .msi to upgrade existing/older versions that may have been installed, the `Version` attribute needs to be incremented or changed to the new version and a new GUID for `Product` id needs to generated (c8fae41c-889b-4621-b343-76491cd91b1c in above example).
## Build MSI file from WiX source file
```
wixl -v SilentDragon-1.3.0.wxs

Loading…
Cancel
Save