View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014578CMakeCPackpublic2013-11-18 04:192016-06-10 14:31
ReporterBjoern Thiel 
Assigned ToEric NOULARD 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake 2.8.12 
Target VersionFixed in Version 
Summary0014578: More consistent paths for CPACK_NSIS_CREATE_ICONS_EXTRA and CPACK_NSIS_DELETE_ICONS_EXTRA
DescriptionTo 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\"
TagsNo tags attached.
Attached Filespatch file icon NSIS.template.in.patch [^] (1,403 bytes) 2013-11-18 04:19 [Show Content]

 Relationships

  Notes
(0042426)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2013-11-18 04:19 Bjoern Thiel New Issue
2013-11-18 04:19 Bjoern Thiel File Added: NSIS.template.in.patch
2013-11-18 08:37 Brad King Assigned To => Eric NOULARD
2013-11-18 08:37 Brad King Status new => assigned
2016-06-10 14:29 Kitware Robot Note Added: 0042426
2016-06-10 14:29 Kitware Robot Status assigned => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team