Skip to content

Commit

Permalink
Merge pull request #19441 from xwang2713/HPCC-23332-remove-ecl-shortc…
Browse files Browse the repository at this point in the history
…ut-in-clienttools

HPCC-23332 Correct ECL CMD shortcut path in Clienttools uninstall
  • Loading branch information
jakesmith authored Jan 30, 2025
2 parents 07099c1 + 34513d2 commit dd0dd41
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,13 +526,11 @@ if(TOP_LEVEL_PROJECT)
!define MUI_STARTMENUPAGE_DEFAULTFOLDER \\\"${CPACK_PACKAGE_VENDOR_WITHOUT_TRADEMARK}\\\\${version}\\\\${CPACK_NSIS_DISPLAY_NAME}\\\"
!define MUI_FINISHPAGE_NOAUTOCLOSE
")

list ( APPEND CPACK_NSIS_CREATE_ICONS_EXTRA "
set (CPACK_NSIS_CREATE_ICONS_EXTRA "
CreateShortCut \\\"$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\ECL Command Prompt.lnk\\\" '%comspec%' '/k \\\"$INSTDIR\\\\ECLCmd.bat\\\"'
")
list ( APPEND CPACK_NSIS_DELETE_ICONS_EXTRA "
Delete \\\"$SMPROGRAMS\\\\$MUI_TEMP\\\\ECL CMD.lnk\\\"
")
")
set (CPACK_NSIS_DELETE_ICONS_EXTRA "Delete '$SMPROGRAMS\\\\$START_MENU\\\\ECL Command Prompt.lnk'")


set(CPACK_NSIS_MODIFY_PATH "ON")

Expand Down

0 comments on commit dd0dd41

Please sign in to comment.