#5186 Only add DPI related registry key on Windows 8 or above
This commit is contained in:
parent
6b0cd35527
commit
640262dfff
|
@ -38,6 +38,10 @@
|
|||
Action="createAndRemoveOnUninstall">
|
||||
<RegistryValue Type="string" Name="[INSTALLFOLDER]synergys.exe" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
||||
</RegistryKey>
|
||||
|
||||
<Condition>
|
||||
<![CDATA[Installed OR (VersionNT >= 602)]]>
|
||||
</Condition>
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
|
|
Loading…
Reference in New Issue