#5186 Only add DPI related registry key on Windows 8 or above

This commit is contained in:
Jerry (Xinyu Hou) 2016-10-26 08:43:55 -07:00
parent 6b0cd35527
commit 640262dfff
1 changed files with 4 additions and 0 deletions

View File

@ -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>