Fixed the property name for .net framework 4.8 detection.

Fixed Typo in the Ascom Platform required line.
This commit is contained in:
2022-07-13 17:41:22 +01:00
parent e0d51eae81
commit 519005d892
+2 -2
View File
@@ -21,11 +21,11 @@
Type="raw" />
</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"]]>
</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.">
<![CDATA[Installed OR Net48_Installed]]>
</Condition>