mirror of https://github.com/debauchee/barrier.git
#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">
|
Action="createAndRemoveOnUninstall">
|
||||||
<RegistryValue Type="string" Name="[INSTALLFOLDER]synergys.exe" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
<RegistryValue Type="string" Name="[INSTALLFOLDER]synergys.exe" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
||||||
</RegistryKey>
|
</RegistryKey>
|
||||||
|
|
||||||
|
<Condition>
|
||||||
|
<![CDATA[Installed OR (VersionNT >= 602)]]>
|
||||||
|
</Condition>
|
||||||
</Component>
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue