Skip to content

Commit

Permalink
use HKLM for environment changes
Browse files Browse the repository at this point in the history
fixes #53438
  • Loading branch information
joaomoreno committed Jul 3, 2018
1 parent b0fd77e commit ecda8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/win32/code.iss
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\Drive\shell\{#RegValu
#define Uninstall64RootKey "HKCU64"
#define Uninstall32RootKey "HKCU32"
#else
#define EnvironmentRootKey "HKCR"
#define EnvironmentRootKey "HKLM"
#define EnvironmentKey "System\CurrentControlSet\Control\Session Manager\Environment"
#define Uninstall64RootKey "HKLM64"
#define Uninstall32RootKey "HKLM32"
Expand Down

0 comments on commit ecda8b7

Please sign in to comment.