Skip to content

Commit

Permalink
Update installer for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
njcrawford committed Mar 31, 2016
1 parent ea38b44 commit 1c7f85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/EmbroideryReader.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

<!-- ProductGuid should change whenever ProductVersion changes -->
<?define ProductVersion="2.1.0" ?>
<?define ProductGuid="857EB1E7-7BAE-4829-8178-7D9D95635CBC" ?>
<?define ProductVersion="2.1.1" ?>
<?define ProductGuid="A77ECC03-A6A7-4DC9-8A4E-7B108BAE9356" ?>

<Product Id="$(var.ProductGuid)" Codepage="65001" Language="1033" Manufacturer="NJCrawford Software" Name="Embroidery Reader" UpgradeCode="{CE1642E2-5EE0-454F-B7DF-5C9C92D6D40D}" Version="$(var.ProductVersion)">
<Package Compressed="yes" InstallerVersion="200" Languages="1033" Manufacturer="Nathan Crawford" Platform="x86" />
Expand Down

0 comments on commit 1c7f85d

Please sign in to comment.