MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013805 | CMake | CPack | public | 2012-12-19 22:51 | 2016-06-10 14:31 |
Reporter | Andrew Bott | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | OS | Windows | OS Version | 7 64 | |
Product Version | CMake 2.8.9 | ||||
Target Version | Fixed in Version | ||||
Summary | 0013805: Add support for CPACK_PACKAGE_RELOCATABLE to NSIS Generator | ||||
Description | I have a need for generating an NSIS installer that doesn't allow the user to select the install directory (Forces use of default). I expected this to be controlled by the CPACK_PACKAGE_RELOCATABLE variable, but found that this was not the case. Whilst relocatability should probably be ON by default for the NSIS generator, I'd like it to be configurable e.g.: Somewhere in NSIS.template.in: @CPACK_NSIS_PAGE_DIRECTORY@ And somewhere else: IF( CPACK_PACKAGE_RELOCATABLE ) SET( CPACK_NSIS_PAGE_DIRECTORY "!insertmacro MUI_PAGE_DIRECTORY" ) ENDIF | ||||
Steps To Reproduce | Trivially reproducable | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-12-19 22:51 | Andrew Bott | New Issue | |||
2012-12-20 11:06 | Eric NOULARD | Category | (No Category) => CPack | ||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042176 | |||
2016-06-10 14:28 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|