MantisBT - CMake
View Issue Details
0014578CMakeCPackpublic2013-11-18 04:192016-06-10 14:31
Bjoern Thiel 
Eric NOULARD 
normalminoralways
closedmoved 
CMake 2.8.12 
 
0014578: More consistent paths for CPACK_NSIS_CREATE_ICONS_EXTRA and CPACK_NSIS_DELETE_ICONS_EXTRA
To get more consistent paths for CPACK_NSIS_CREATE_ICONS_EXTRA and CPACK_NSIS_DELETE_ICONS_EXTRA e.g.
  set( CPACK_NSIS_CREATE_ICONS_EXTRA "
    CreateShortCut \\
      \"$SMPROGRAMS\\$STARTMENU_FOLDER\\@PROJECT_NAME@.lnk\" \\
      \"$INSTDIR\\bin\\${architecture}\\@PROJECT_NAME@.exe\"" )
  set( CPACK_NSIS_DELETE_ICONS_EXTRA "
    Delete \"$SMPROGRAMS\\$STARTMENU_FOLDER\\@PROJECT_NAME@.lnk\"
I suggest to cleanup NSIS.template.in.
Otherwise the second has to be
  set( CPACK_NSIS_DELETE_ICONS_EXTRA "
    Delete \"$SMPROGRAMS\\$START_MENU\\@PROJECT_NAME@.lnk\"
No tags attached.
patch NSIS.template.in.patch (1,403) 2013-11-18 04:19
https://public.kitware.com/Bug/file/4951/NSIS.template.in.patch
Issue History
2013-11-18 04:19Bjoern ThielNew Issue
2013-11-18 04:19Bjoern ThielFile Added: NSIS.template.in.patch
2013-11-18 08:37Brad KingAssigned To => Eric NOULARD
2013-11-18 08:37Brad KingStatusnew => assigned
2016-06-10 14:29Kitware RobotNote Added: 0042426
2016-06-10 14:29Kitware RobotStatusassigned => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042426)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.