Skip to content

Commit

Permalink
[win] Fix upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed May 17, 2010
1 parent 718e851 commit f080c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/spek.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<?define ProductVersion = "0.3.0" ?>
<?define UpgradeCode = "46D51DDF-5749-45E2-818B-1ACADF21C0D9" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="A27320AE-35AA-46D0-9CA3-E14EBF42CE66" Name="$(var.ProductName)" Language="0"
<Product Id="*" Name="$(var.ProductName)" Language="0"
Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
<Package InstallerVersion="301" Compressed="yes" />
<Media Id="1" Cabinet="spek.cab" EmbedCab="yes" />
Expand Down

0 comments on commit f080c61

Please # to comment.