Generate new GUID for each build (might fix upgrades)

This commit is contained in:
Neil Alexander 2019-11-28 00:31:24 +00:00
parent 88717a9ed5
commit 9f652c5118
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -75,7 +75,7 @@ cat > wix.xml << EOF
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product <Product
Name="Yggdrasil (${PKGNAME} branch)" Name="Yggdrasil (${PKGNAME} branch)"
Id="${PKGGUID}" Id="*"
UpgradeCode="${PKGGUID}" UpgradeCode="${PKGGUID}"
Language="1033" Language="1033"
Codepage="1252" Codepage="1252"
@ -95,8 +95,7 @@ cat > wix.xml << EOF
SummaryCodepage="1252" /> SummaryCodepage="1252" />
<MajorUpgrade <MajorUpgrade
AllowSameVersionUpgrades="yes" AllowDowngrades="yes" />
DowngradeErrorMessage="A newer version of Yggdrasil is already installed. Please uninstall it first." />
<Media <Media
Id="1" Id="1"