Skip to content

Commit

Permalink
Incremented version number and updated product ID in installer script.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills committed Apr 5, 2016
1 parent 243dae5 commit 344aa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/src/PQDashboard.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" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension">
<Product Id="{72A40DB2-AD3B-4BED-9E9E-F05150A03B32}" Name="PQ Dashboard" Language="1033" Version="1.0.2.0" Manufacturer="Grid Protection Alliance" UpgradeCode="{A39ED5D7-B6CC-419B-9EFA-73D786FAF75D}">
<Product Id="{C3A8577C-F2DC-485D-8F71-D445971940A5}" Name="PQ Dashboard" Language="1033" Version="1.0.3.0" Manufacturer="Grid Protection Alliance" UpgradeCode="{A39ED5D7-B6CC-419B-9EFA-73D786FAF75D}">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

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

0 comments on commit 344aa0d

Please sign in to comment.