No need for uninstaller macros if we have no uninstaller
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1597 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d173b9a18e
commit
76df5fbe08
1 changed files with 3 additions and 1 deletions
|
@ -642,7 +642,9 @@
|
|||
|
||||
!insertmacro MUI_INTERFACE
|
||||
!insertmacro MUI_BASIC
|
||||
!insertmacro MUI_UNBASIC
|
||||
!ifdef MUI_UNINSTALLER
|
||||
!insertmacro MUI_UNBASIC
|
||||
!endif
|
||||
|
||||
!verbose 4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue