diff --git a/Contrib/InstallOptions/test.nsi b/Contrib/InstallOptions/test.nsi index bfed0ce4..6bfac66c 100644 --- a/Contrib/InstallOptions/test.nsi +++ b/Contrib/InstallOptions/test.nsi @@ -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 \ No newline at end of file