Am I missing something here?

I have installed my product with version 14.8.6.x.
Each build the GUID is changed, i.e.: <?define ProductCode = "*"?>

The UpgradeCode is not changed, i.e.: “<?define UpgradeCode =
"2E416B87-7FB9-4A28-9A7E-XXXXXXXXXXXX"?>”

The bundle.wxs has:
<Bundle Name="$(var.ProductName)"
          Version="20.10.12.22"
          Manufacturer="$(var.ProductCompany)"
          UpgradeCode="$(var.UpgradeCode)"

So I have changed the major.minor.release version numbers which makes this a
major upgrade.

When I run our installer shouldn’t it let me know this is an upgrade? (MSI
version numbers are changed as well, with different GUID, same upgrade code)

Thanks,

Steve




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/burn-upgrades-tp7597628.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to