From 3650a97f2ae4fa4fa1fca21d94e2d22a476366cf Mon Sep 17 00:00:00 2001 From: joostverburg Date: Thu, 28 Nov 2002 16:00:39 +0000 Subject: [PATCH] finishpage run/showreadme fixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1849 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index b299ea8b..98a7b91b 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -1133,7 +1133,7 @@ StrCmp ${MUI_TEMP1} "1" "" +3 StrCpy ${MUI_TEMP1} "${MUI_FINISHPAGE_RUN}" - ExecShell "open" '"${MUI_TEMP1}"' + Exec "$\"${MUI_TEMP1}$\"" !ifdef MUI_FINISHPAGE_SHOWREADME @@ -1141,7 +1141,7 @@ StrCmp ${MUI_TEMP1} "1" "" +3 StrCpy ${MUI_TEMP1} ${MUI_FINISHPAGE_SHOWREADME} - ExecShell "open" '"${MUI_TEMP1}"' + ExecShell "open" "$\"${MUI_TEMP1}$\"" !endif