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:
parent
cdecc5971a
commit
c73913362a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue