We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fd77e commit ecda8b7Copy full SHA for ecda8b7
1 file changed
build/win32/code.iss
@@ -946,7 +946,7 @@ Root: {#SoftwareClassesRootKey}; Subkey: "Software\Classes\Drive\shell\{#RegValu
946
#define Uninstall64RootKey "HKCU64"
947
#define Uninstall32RootKey "HKCU32"
948
#else
949
-#define EnvironmentRootKey "HKCR"
+#define EnvironmentRootKey "HKLM"
950
#define EnvironmentKey "System\CurrentControlSet\Control\Session Manager\Environment"
951
#define Uninstall64RootKey "HKLM64"
952
#define Uninstall32RootKey "HKLM32"
0 commit comments