removed some useles stuff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1955 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0b0b5065b1
commit
4e69178ba4
1 changed files with 0 additions and 11 deletions
|
@ -69,15 +69,4 @@ Function SetCustom
|
|||
InstallOptions::dialog "$PLUGINSDIR\test.ini"
|
||||
Pop ${TEMP1}
|
||||
|
||||
StrCmp ${TEMP1} "cancel" done
|
||||
StrCmp ${TEMP1} "back" done
|
||||
StrCmp ${TEMP1} "success" 0 error
|
||||
# User clicked Next, all fields validated, read stuff from the INI here or later
|
||||
Goto done
|
||||
|
||||
error:
|
||||
MessageBox MB_OK|MB_ICONSTOP "InstallOptions error:$\r$\n${TEMP1}"
|
||||
|
||||
done: Pop ${TEMP1}
|
||||
|
||||
FunctionEnd
|
Loading…
Add table
Add a link
Reference in a new issue