From a7a8eb2cc836253f223e963d185a712d9df55b57 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 22 Nov 2002 23:41:01 +0000 Subject: [PATCH] Finish page run command with spaces now works git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1825 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index f361edfc..b299ea8b 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -1132,7 +1132,7 @@ !insertmacro MUI_INSTALLOPTIONS_READ ${MUI_TEMP1} "ioSpecial.ini" "Field 4" "State" StrCmp ${MUI_TEMP1} "1" "" +3 - StrCpy ${MUI_TEMP1} ${MUI_FINISHPAGE_RUN} + StrCpy ${MUI_TEMP1} "${MUI_FINISHPAGE_RUN}" ExecShell "open" '"${MUI_TEMP1}"' !ifdef MUI_FINISHPAGE_SHOWREADME