Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosterInitiative committed Dec 2, 2021
1 parent fadb85e commit 3206a13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QI Tools/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<!--replace this Id-->
<Product Id="BDF8AB2B-4780-4C0E-8C14-86080CA2E080"
<Product Id="80BBE378-4772-4A9E-9BB2-5D5B0E9FEF51"
Name="Wooster AHK Scripts"
Language="1033"
Version="0.0.3.0"
Version="0.0.4.0"
Manufacturer="Wooster Technical Solutions"
UpgradeCode="82FBCE35-5FAA-4996-827E-81FA2665E7AE">

Expand All @@ -20,7 +20,7 @@
<UpgradeVersion OnlyDetect="no"
Property="PREVIOUSFOUND"
Minimum="0.0.0.0" IncludeMinimum="yes"
Maximum="0.0.3.0" IncludeMaximum="no" />
Maximum="0.0.4.0" IncludeMaximum="no" />
</Upgrade>


Expand Down

0 comments on commit 3206a13

Please sign in to comment.