fixed bug #1411970 - Settings in HKLM instead of HKCU?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4874 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3e66b3771a
commit
6e6b20ea64
4 changed files with 33 additions and 12 deletions
|
@ -45,7 +45,8 @@
|
|||
#define SYMBOLSERROR "Symbol cannot contain whitespace characters"
|
||||
#define MULTIDROPERROR "Dropping more than one script at a time is not supported"
|
||||
#define NSISUPDATEPROMPT "Running NSIS Update will close MakeNSISW.\nContinue?"
|
||||
#define REGSEC HKEY_LOCAL_MACHINE
|
||||
#define REGSEC HKEY_CURRENT_USER
|
||||
#define REGSECDEF HKEY_LOCAL_MACHINE
|
||||
#define REGKEY "Software\\NSIS"
|
||||
#define REGLOC "MakeNSISWPlacement"
|
||||
#define REGCOMPRESSOR "MakeNSISWCompressor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue