Use all start menu entries by default.

This commit is contained in:
Thorsten Schöning 2020-10-26 11:52:12 +01:00
parent 1ff9a82e80
commit 0d7af43d89
1 changed files with 1 additions and 4 deletions

View File

@ -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"