moved !ifdef
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1602 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4c317239f5
commit
f4aec50355
1 changed files with 8 additions and 6 deletions
|
@ -642,9 +642,7 @@
|
|||
|
||||
!insertmacro MUI_INTERFACE
|
||||
!insertmacro MUI_BASIC
|
||||
!ifdef MUI_UNINSTALLER
|
||||
!insertmacro MUI_UNBASIC
|
||||
!endif
|
||||
!insertmacro MUI_UNBASIC
|
||||
|
||||
!verbose 4
|
||||
|
||||
|
@ -666,10 +664,14 @@
|
|||
!macro MUI_UNBASIC
|
||||
|
||||
!verbose 3
|
||||
|
||||
!ifdef MUI_UNINSTALLER
|
||||
|
||||
!insertmacro MUI_UNPAGECOMMANDS
|
||||
!insertmacro MUI_UNFUNCTIONS_PAGES
|
||||
!insertmacro MUI_UNFUNCTIONS_GUIINIT
|
||||
!insertmacro MUI_UNPAGECOMMANDS
|
||||
!insertmacro MUI_UNFUNCTIONS_PAGES
|
||||
!insertmacro MUI_UNFUNCTIONS_GUIINIT
|
||||
|
||||
!endif
|
||||
|
||||
!verbose 4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue