#5186 Apply DPI aware option in local machine rather than current user in registry
This commit is contained in:
parent
0d4fd6dcef
commit
8d193c76b5
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<DirectoryRef Id="TARGETDIR">
|
<DirectoryRef Id="TARGETDIR">
|
||||||
<Component Id="RegistryEntries" Guid="7CF3564D-1F8E-4D3D-9781-E1EE22D5BD67">
|
<Component Id="RegistryEntries" Guid="7CF3564D-1F8E-4D3D-9781-E1EE22D5BD67">
|
||||||
<RegistryKey Root="HKCU"
|
<RegistryKey Root="HKLM"
|
||||||
Key="Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers"
|
Key="Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers"
|
||||||
Action="createAndRemoveOnUninstall">
|
Action="createAndRemoveOnUninstall">
|
||||||
<RegistryValue Type="string" Name="[INSTALLFOLDER]synergys.exe" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
<RegistryValue Type="string" Name="[INSTALLFOLDER]synergys.exe" Value="~ HIGHDPIAWARE WIN7RTM"/>
|
||||||
|
|
Loading…
Reference in New Issue