mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-02-12 08:37:39 +01:00
Merge pull request #115 from ams-tschoening/windows_prob_startmenu
Create start menu entries for all users.
This commit is contained in:
commit
a5b8af05e8
@ -217,10 +217,7 @@ Section "FWBuilder (required)"
|
||||
|
||||
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
|
||||
|
||||
; Setting var context to "all" makes Start menu shortcuts appear for all
|
||||
; users
|
||||
|
||||
; SetShellVarContext all
|
||||
SetShellVarContext all
|
||||
|
||||
CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER"
|
||||
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\FWBuilder.lnk" "$INSTDIR\fwbuilder.exe" "" "$INSTDIR\fwbuilder.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user