Skip to content

Commit 962f47e

Browse files
committed
Use Package.Id in WiX v6 to replace UpgradeCode
1 parent f55e380 commit 962f47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/quick-start/Package.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2-
<Package Name="QuickStart Example" Manufacturer="ACME Corp"
3-
Version="0.0.1" UpgradeCode="PUT-GUID-HERE">
2+
<Package Id="AcmeCorp.QuickStartExample" Name="QuickStart Example"
3+
Manufacturer="ACME Corp" Version="0.0.1">
44
<File Source="example.txt" />
55
</Package>
66
</Wix>

0 commit comments

Comments
 (0)