MantisBT - CMake
View Issue Details
0009947CMakeCPackpublic2009-11-21 17:262016-06-10 14:31
Patrick R. Gansterer 
Kitware Robot 
normalminorN/A
closedmoved 
CMake-2-8 
 
0009947: Add support for CPACK_COMPONENT_XXXXX_NSIS_EXTRA_INSTALL_COMMANDS
Currently there is support for a display name and description per component. Add a variable in addition to the CPACK_COMPONENT_XXXXX_DISPLAY_NAME and CPACK_COMPONENT_XXXXX_DESCRIPTION.
The possibility for shortcuts per component would be useful too.

SET(CPACK_COMPONENT_COMP1_DISPLAY_NAME "component 1")
SET(CPACK_COMPONENT_COMP1_DESCRIPTION "This is the first description")
SET(CPACK_COMPONENT_COMP1_NSIS_EXTRA_INSTALL_COMMANDS "ExecWait 'install.exe'")
SET(CPACK_COMPONENT_COMP1_NSIS_EXTRA_UNINSTALL_COMMANDS "ExecWait 'uninst.exe'")
No tags attached.
Issue History
2009-11-21 17:26Patrick R. GanstererNew Issue
2010-12-15 09:06David ColeAssigned To => David Cole
2010-12-15 09:06David ColeStatusnew => assigned
2011-02-09 14:26David ColeStatusassigned => backlog
2011-02-09 15:10David ColeAssigned ToDavid Cole =>
2016-06-10 14:27Kitware RobotNote Added: 0041623
2016-06-10 14:27Kitware RobotStatusbacklog => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:27Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0041623)
Kitware Robot   
2016-06-10 14:27   
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.