#6301 Apply compatibility mode to synergy and synerys
This commit is contained in:
parent
1852f7477c
commit
284fd80c5f
|
@ -25,6 +25,18 @@
|
||||||
<RegistryKey ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes" Key="Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" Root="HKLM">
|
<RegistryKey ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes" Key="Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" Root="HKLM">
|
||||||
<RegistryValue Name="[INSTALLFOLDER]synergys.exe" Type="string" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
<RegistryValue Name="[INSTALLFOLDER]synergys.exe" Type="string" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
||||||
</RegistryKey>
|
</RegistryKey>
|
||||||
|
|
||||||
|
<RegistryKey Root="HKLM"
|
||||||
|
Key="Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers"
|
||||||
|
Action="createAndRemoveOnUninstall">
|
||||||
|
<RegistryValue Type="string" Name="[INSTALLFOLDER]synergyc.exe" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
||||||
|
</RegistryKey>
|
||||||
|
|
||||||
|
<RegistryKey Root="HKLM"
|
||||||
|
Key="Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers"
|
||||||
|
Action="createAndRemoveOnUninstall">
|
||||||
|
<RegistryValue Type="string" Name="[INSTALLFOLDER]synergy.exe" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
||||||
|
</RegistryKey>
|
||||||
<!-- Windows 8 and later only -->
|
<!-- Windows 8 and later only -->
|
||||||
<Condition><![CDATA[Installed OR (VersionNT >= 602)]]></Condition>
|
<Condition><![CDATA[Installed OR (VersionNT >= 602)]]></Condition>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
Loading…
Reference in New Issue