corrected typo's in registry key
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2290 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
465b5d20cc
commit
4d9f49dd43
6 changed files with 12 additions and 12 deletions
|
@ -17,7 +17,7 @@
|
|||
InstallDir "$PROGRAMFILES\${MUI_PRODUCT}"
|
||||
|
||||
;Remember install folder
|
||||
InstallDirRegKey HKCU "Softare\${MUI_PRODUCT}" ""
|
||||
InstallDirRegKey HKCU "Software\${MUI_PRODUCT}" ""
|
||||
|
||||
;--------------------------------
|
||||
;Modern UI Configuration
|
||||
|
@ -58,7 +58,7 @@ Section "modern.exe" SecCopyUI
|
|||
File "${NSISDIR}\Contrib\UIs\modern.exe"
|
||||
|
||||
;Store install folder
|
||||
WriteRegStr HKCU "Softare\${MUI_PRODUCT}" "" $INSTDIR
|
||||
WriteRegStr HKCU "Software\${MUI_PRODUCT}" "" $INSTDIR
|
||||
|
||||
;Create uninstaller
|
||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue