test - added uninst io macro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1110 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0001910df8
commit
cd49da434d
1 changed files with 16 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
;Modern UI Header File version 1.19e - WORKING ON INSTALLOPTIONS INTEGRATION
|
||||
;Modern UI Header File version 1.19f - WORKING ON INSTALLOPTIONS INTEGRATION
|
||||
;Written by Joost Verburg
|
||||
|
||||
;See Example.nsi & Multilanguage.nsi for an example of usage
|
||||
|
@ -237,6 +237,21 @@
|
|||
|
||||
!macroend
|
||||
|
||||
!macro MUI_INSTALLOPTIONS_UNSHOW FILE
|
||||
|
||||
InstallOptions::dialog "$PLUGINSDIR\${FILE}"
|
||||
Pop ${TEMP1}
|
||||
|
||||
StrCmp ${TEMP1} "cancel" "" +2
|
||||
Quit
|
||||
|
||||
StrCmp ${TEMP1} "back" "" +7
|
||||
!insertmacro MUI_INSTALLOPTIONS_UNBACK
|
||||
|
||||
!insertmacro MUI_INSTALLOPTIONS_UNNEXT
|
||||
|
||||
!macroend
|
||||
|
||||
!macro MUI_INSTALLOPTIONS_BACK
|
||||
|
||||
StrCmp ${IO_DIRECTION} "${IO_DIRECTION_NEXT}" "" +3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue