We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55e380 commit 962f47eCopy full SHA for 962f47e
examples/quick-start/Package.wxs
@@ -1,6 +1,6 @@
1
<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">
+ <Package Id="AcmeCorp.QuickStartExample" Name="QuickStart Example"
+ Manufacturer="ACME Corp" Version="0.0.1">
4
<File Source="example.txt" />
5
</Package>
6
</Wix>
0 commit comments