Another attempt at adding .net 4.5 checking

This commit is contained in:
2019-10-03 23:34:13 +01:00
parent 149bad2d31
commit 5df0e21a58
+1 -1
View File
@@ -25,7 +25,7 @@
<![CDATA[Installed OR ASCOMPLATFORMVERSION >= "6.4.1"]]>
</Condition>
<PropertyRef Id="NETFRAMEWORK40FULL"/>
<PropertyRef Id="NETFRAMEWORK45"/>
<Condition Message="This application requires .NET Framework 4.5 or higher. Please install the .NET Framework then run this installer again.">
<![CDATA[Installed OR NETFRAMEWORK45]]>
</Condition>