View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013805CMakeCPackpublic2012-12-19 22:512016-06-10 14:31
ReporterAndrew Bott 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSWindowsOS Version7 64
Product VersionCMake 2.8.9 
Target VersionFixed in Version 
Summary0013805: Add support for CPACK_PACKAGE_RELOCATABLE to NSIS Generator
DescriptionI 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 ReproduceTrivially reproducable
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042176)
Kitware Robot (administrator)
2016-06-10 14:28

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
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


Copyright © 2000 - 2018 MantisBT Team