Clarify installer message

This commit is contained in:
Paul Betts
2018-01-15 23:04:26 -08:00
parent 3e17a424d2
commit cf1fcdb317

View File

@@ -6,7 +6,7 @@
<PropertyRef Id="NETFRAMEWORK45" />
<Condition Message="This application requires .NET Framework 4.5. Please install the .NET Framework then run this installer again.">
<Condition Message="This application requires .NET Framework 4.5 or higher. Please install the latest .NET Framework then run this installer again.">
<![CDATA[Installed OR NETFRAMEWORK45]]>
</Condition>