From 6a28b91bceeb2062aa11e5a1fb9cf50c121805b1 Mon Sep 17 00:00:00 2001 From: fekt Date: Thu, 2 Mar 2023 04:01:29 +0000 Subject: [PATCH] Upgrade notes for new versions/releases --- ...ting-silent-dragon-msi-installer-for-windows-with-wixl.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/advanced/creating-silent-dragon-msi-installer-for-windows-with-wixl.md b/advanced/creating-silent-dragon-msi-installer-for-windows-with-wixl.md index 32ee769..5fcafa1 100644 --- a/advanced/creating-silent-dragon-msi-installer-for-windows-with-wixl.md +++ b/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 ``` +## 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