Merge pull request #115 from ams-tschoening/windows_prob_startmenu

Create start menu entries for all users.
This commit is contained in:
Sirius Bakke 2020-12-30 00:30:36 +01:00 committed by GitHub
commit a5b8af05e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"