From c73913362aa4c5af65a1e716e1f8d4d7667a8e66 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 7 Feb 2003 12:17:36 +0000 Subject: [PATCH] Added DONTSHOWSHORTCUTS define to prevent popping the shortcuts window at the end of the installation git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2113 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index bd3187a8..be57cc4b 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -656,10 +656,12 @@ Section -post Push "Source\System project workspace" Call AddContribToStartMenu +!ifndef DONTSHOWSHORTCUTS ; open sesame ExecShell open '$SMPROGRAMS\NSIS' Sleep 500 BringToFront +!endif nofunshit: !endif