You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Package/msi/Product.wxs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ WHEN PERFORMING MAJOR IP UPGRADES (e.g., 2.5 => 2.6):
51
51
52
52
<!-- Launch conditions -->
53
53
<ConditionMessage="An administrator must approve or install [ProductName]."><![CDATA[Privileged]]></Condition>
54
-
<ConditionMessage="[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
+
<ConditionMessage="[ProductName] requires .NET Framework 4.5.2 or later."><![CDATA[Installed OR WIX_IS_NETFRAMEWORK_452_OR_LATER_INSTALLED]]></Condition>
0 commit comments