Another attempt at adding .net 4.5 checking
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<![CDATA[Installed OR ASCOMPLATFORMVERSION >= "6.4.1"]]>
|
<![CDATA[Installed OR ASCOMPLATFORMVERSION >= "6.4.1"]]>
|
||||||
</Condition>
|
</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.">
|
<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]]>
|
<![CDATA[Installed OR NETFRAMEWORK45]]>
|
||||||
</Condition>
|
</Condition>
|
||||||
|
|||||||
Reference in New Issue
Block a user