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}" ""
|
||||
|
||||
;$9 is being used to store the Start Menu Folder.
|
||||
;Do not use this variable in your script (or Push/Pop it)!
|
||||
|
@ -73,7 +73,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
|
||||
|
||||
!insertmacro MUI_STARTMENU_WRITE_BEGIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue