#5186 Apply DPI aware option in local machine rather than current user in registry

This commit is contained in:
Jerry (Xinyu Hou) 2016-10-28 06:00:46 -07:00
parent 0d4fd6dcef
commit 8d193c76b5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<DirectoryRef Id="TARGETDIR">
<Component Id="RegistryEntries" Guid="7CF3564D-1F8E-4D3D-9781-E1EE22D5BD67">
<RegistryKey Root="HKCU"
<RegistryKey Root="HKLM"
Key="Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers"
Action="createAndRemoveOnUninstall">
<RegistryValue Type="string" Name="[INSTALLFOLDER]synergys.exe" Value="~ HIGHDPIAWARE WIN7RTM"/>