Browse Source

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

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

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

@ -101,7 +101,7 @@ Below is a copy of the contents of the `SilentDragon-1.3.0.wxs` file Note that G
## 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).
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 be generated (c8fae41c-889b-4621-b343-76491cd91b1c in above example).
## Build MSI file from WiX source file
```

Loading…
Cancel
Save