Use all start menu entries by default.

This commit is contained in:
Thorsten Schöning
2020-10-26 12:37:25 +01:00
parent 1ff9a82e80
commit 0d7af43d89
+1 -4
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"