Fixed the property name for .net framework 4.8 detection.
Fixed Typo in the Ascom Platform required line.
This commit is contained in:
@@ -21,11 +21,11 @@
|
|||||||
Type="raw" />
|
Type="raw" />
|
||||||
</Property>
|
</Property>
|
||||||
|
|
||||||
<Condition Message="This application requires Ascom Platform 6.6.0 higher. Please install this before installing the driver.">
|
<Condition Message="This application requires Ascom Platform 6.6.0 or higher. Please install this before installing the driver.">
|
||||||
<![CDATA[Installed OR ASCOMPLATFORMVERSION >= "6.6.0"]]>
|
<![CDATA[Installed OR ASCOMPLATFORMVERSION >= "6.6.0"]]>
|
||||||
</Condition>
|
</Condition>
|
||||||
|
|
||||||
<PropertyRef Id="NETFRAMEWORK45"/>
|
<PropertyRef Id="Net48_Installed"/>
|
||||||
<Condition Message="This application requires .NET Framework 4.8 or higher. Please install the .NET Framework then run this installer again.">
|
<Condition Message="This application requires .NET Framework 4.8 or higher. Please install the .NET Framework then run this installer again.">
|
||||||
<![CDATA[Installed OR Net48_Installed]]>
|
<![CDATA[Installed OR Net48_Installed]]>
|
||||||
</Condition>
|
</Condition>
|
||||||
|
|||||||
Reference in New Issue
Block a user