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
This commit is contained in:
kichik 2003-02-07 12:17:36 +00:00
parent cdecc5971a
commit c73913362a

View file

@ -656,10 +656,12 @@ Section -post
Push "Source\System project workspace" Push "Source\System project workspace"
Call AddContribToStartMenu Call AddContribToStartMenu
!ifndef DONTSHOWSHORTCUTS
; open sesame ; open sesame
ExecShell open '$SMPROGRAMS\NSIS' ExecShell open '$SMPROGRAMS\NSIS'
Sleep 500 Sleep 500
BringToFront BringToFront
!endif
nofunshit: nofunshit:
!endif !endif