File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
3- <Product Id =" {C3A8577C-F2DC-485D-8F71-D445971940A5}" Name =" PQ Dashboard" Language =" 1033" Version =" 1.0.3.1 " Manufacturer =" Grid Protection Alliance" UpgradeCode =" {A39ED5D7-B6CC-419B-9EFA-73D786FAF75D}" >
3+ <Product Id =" {C3A8577C-F2DC-485D-8F71-D445971940A5}" Name =" PQ Dashboard" Language =" 1033" Version =" 1.0.4.0 " Manufacturer =" Grid Protection Alliance" UpgradeCode =" {A39ED5D7-B6CC-419B-9EFA-73D786FAF75D}" >
44 <Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" />
55
66 <MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
77 <MediaTemplate EmbedCab =" yes" />
8-
9- <PropertyRef Id =" NETFRAMEWORK45 " />
10- <Condition Message =' This setup requires Microsoft .NET Framework 4.5 or greater - this will need to be installed before installation can continue.' >
11- <![CDATA[ Installed OR NETFRAMEWORK45 ]]>
8+
9+ <PropertyRef Id =" WIX_IS_NETFRAMEWORK_46_OR_LATER_INSTALLED " />
10+ <Condition Message =' This setup requires Microsoft .NET Framework 4.6 or greater - this will need to be installed before installation can continue.' >
11+ <![CDATA[ Installed OR WIX_IS_NETFRAMEWORK_46_OR_LATER_INSTALLED ]]>
1212 </Condition >
1313
1414 <Feature Id =" AllSites" Title =" All Websites" Level =" 1" Display =" expand" Description =" All websites in the PQ Dashboard installation." >
You can’t perform that action at this time.
0 commit comments