Skip to content

Commit a33cd5a

Browse files
authored
Remove debug message
1 parent c8d2833 commit a33cd5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package/msi/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ WHEN PERFORMING MAJOR IP UPGRADES (e.g., 2.5 => 2.6):
5151

5252
<!-- Launch conditions -->
5353
<Condition Message="An administrator must approve or install [ProductName]."><![CDATA[Privileged]]></Condition>
54-
<Condition Message="[ProductName] requires .NET Framework 4.5.2 or later. WIX_IS_NETFRAMEWORK_452_OR_LATER_INSTALLED = [WIX_IS_NETFRAMEWORK_452_OR_LATER_INSTALLED]"><![CDATA[Installed OR WIX_IS_NETFRAMEWORK_452_OR_LATER_INSTALLED]]></Condition>
54+
<Condition Message="[ProductName] requires .NET Framework 4.5.2 or later."><![CDATA[Installed OR WIX_IS_NETFRAMEWORK_452_OR_LATER_INSTALLED]]></Condition>
5555

5656
<!-- Root directories -->
5757
<Directory Id="TARGETDIR" Name="SourceDir">

0 commit comments

Comments
 (0)