removed extra spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4455 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2f41bd5c5b
commit
ba9866b2bf
1 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
;Default installation folder
|
||||
InstallDir "$PROGRAMFILES\Modern UI Test"
|
||||
|
||||
|
||||
;Get installation folder from registry if available
|
||||
InstallDirRegKey HKCU "Software\Modern UI Test" ""
|
||||
|
||||
|
@ -34,15 +34,15 @@
|
|||
!insertmacro MUI_PAGE_DIRECTORY
|
||||
!insertmacro MUI_PAGE_INSTFILES
|
||||
!insertmacro MUI_PAGE_FINISH
|
||||
|
||||
|
||||
!insertmacro MUI_UNPAGE_WELCOME
|
||||
!insertmacro MUI_UNPAGE_CONFIRM
|
||||
!insertmacro MUI_UNPAGE_INSTFILES
|
||||
!insertmacro MUI_UNPAGE_FINISH
|
||||
|
||||
|
||||
;--------------------------------
|
||||
;Languages
|
||||
|
||||
|
||||
!insertmacro MUI_LANGUAGE "English"
|
||||
|
||||
;--------------------------------
|
||||
|
@ -51,12 +51,12 @@
|
|||
Section "Dummy Section" SecDummy
|
||||
|
||||
SetOutPath "$INSTDIR"
|
||||
|
||||
|
||||
;ADD YOUR OWN FILES HERE...
|
||||
|
||||
|
||||
;Store installation folder
|
||||
WriteRegStr HKCU "Software\Modern UI Test" "" $INSTDIR
|
||||
|
||||
|
||||
;Create uninstaller
|
||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||
|
||||
|
@ -72,7 +72,7 @@ SectionEnd
|
|||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecDummy} $(DESC_SecDummy)
|
||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
||||
|
||||
|
||||
;--------------------------------
|
||||
;Uninstaller Section
|
||||
|
||||
|
@ -86,4 +86,4 @@ Section "Uninstall"
|
|||
|
||||
DeleteRegKey /ifempty HKCU "Software\Modern UI Test"
|
||||
|
||||
SectionEnd
|
||||
SectionEnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue