From 408724ec39a1c395ee4c56af2c0540e4f7ab5a51 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 19 Jul 2003 12:43:20 +0000 Subject: [PATCH] StartMenu page should work again git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2756 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 31ed24da..af5b3319 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -1065,7 +1065,8 @@ Var MUI_TEMP2 !else StartMenu::Select /noicon /autoadd /text "$(MUI_INNERTEXT_STARTMENU_TOP)" /lastused "${MUI_STARTMENUPAGE_VARIABLE}" "${MUI_STARTMENUPAGE_DEFAULTFOLDER}" !endif - + + Pop $MUI_TEMP1 StrCmp $MUI_TEMP1 "success" 0 +2 Pop "${MUI_STARTMENUPAGE_VARIABLE}"