Skip to content

Commit

Permalink
HPCC-23332 Correct ECL CMD shortcut path in Clienttools uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang2713 committed Jan 22, 2025
1 parent aa8db25 commit 34513d2
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 34513d2

Please sign in to comment.