Skip to content

Commit

Permalink
Version edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrazen committed Aug 25, 2016
1 parent 3b73a9b commit 9f8384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Imgur Uploader" Language="1033" Version="1.0.0.0" Manufacturer="Drazen Bjelovuk" UpgradeCode="c64c1962-a191-4fd3-98ba-69454587466e">
<Product Id="*" Name="Imgur Uploader" Language="1033" Version="1.0.0" Manufacturer="Drazen Bjelovuk" UpgradeCode="c64c1962-a191-4fd3-98ba-69454587466e">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down

0 comments on commit 9f8384a

Please sign in to comment.