Skip to content

Commit

Permalink
pkg(msi): auto-generate product ID
Browse files Browse the repository at this point in the history
We make Wix auto-generate a product ID to allow the package to upgrade when a newer version is being installed (see https://wixtoolset.org/docs/v3/howtos/updates/major_upgrade/)
  • Loading branch information
P403n1x87 authored Oct 14, 2024
1 parent 22316b3 commit 2623ddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wix/Austin.wxs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product
Id='*'

Name='Austin %VERSION%'
Manufacturer='Gabriele N. Tornetta'

Id='2c5be9da-e66c-4eec-a8ea-facaedaa17e3'
UpgradeCode='7ae63393-fefa-49c2-bb04-41ce4a552d59'

Language='1033'
Expand Down

0 comments on commit 2623ddc

Please sign in to comment.