Skip to content

Commit

Permalink
PICARD-1370: Remove Quick Launch shortcut from Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Oct 18, 2018
1 parent 2b4d210 commit 8a64804
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions installer/picard-setup.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,6 @@ SubSection "Shortcuts" shortcuts
"" "" "" SW_SHOWNORMAL "" "${PRODUCT_DESCRIPTION}"
SectionEnd

Section "Quick Launch" quicklaunch
SetShellVarContext all
SetOutPath "$INSTDIR"
CreateShortCut "$QUICKLAUNCH\${PRODUCT_NAME}.lnk" "$INSTDIR\picard.exe" \
"" "" "" SW_SHOWNORMAL "" "${PRODUCT_DESCRIPTION}"
SectionEnd

SubSectionEnd

; Uninstall
Expand Down Expand Up @@ -195,13 +188,11 @@ Function .onInit
Abort
continueInstall:
!insertmacro UnselectSection ${desktop}
!insertmacro UnselectSection ${quicklaunch}
FunctionEnd

!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${req} "Installs ${PRODUCT_NAME} along with the necessary files for it run."
!insertmacro MUI_DESCRIPTION_TEXT ${lang} "Installs translations of ${PRODUCT_NAME} in different languages."
!insertmacro MUI_DESCRIPTION_TEXT ${desktop} "Installs a shortcut on the desktop."
!insertmacro MUI_DESCRIPTION_TEXT ${startmenu} "Installs a shortcut in the Start Menu."
!insertmacro MUI_DESCRIPTION_TEXT ${quicklaunch} "Installs a shortcut in the quicklaunch bar."
!insertmacro MUI_FUNCTION_DESCRIPTION_END

0 comments on commit 8a64804

Please sign in to comment.