summaryrefslogtreecommitdiffstats
path: root/Modules/CPackNSIS.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'fix-9946-uninstall-before-install'David Cole2012-04-251-0/+8
|\ | | | | | | | | fe58b67 Added CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL
| * Added CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALLPatrick Gansterer2012-04-221-0/+8
| | | | | | | | If CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL is set to ON the NSIS installer will look for a previous installed version and ask the user about uninstall.
* | CPack/NSIS: Add CPACK_NSIS_EXTRA_PREINSTALL_COMMANDS (#13085)David Cole2012-04-211-3/+11
|/ | | | | | | | | | Allows custom NSIS commands to run prior to any installation actions. Projects that need to run an uninstaller first, especially one from a non-NSIS previous revision of a project that is NOW using CPack and NSIS, may do so by putting custom NSIS commands into this variable. Inspired-by: David Golub
* CPackNSIS: Rewrite variable documentation to make it more readable.David Cole2012-04-051-2/+4
| | | | And avoid parsing problems at the first "."
* Fix some doc typo and add an undocumented var.Eric NOULARD2012-03-271-3/+8
|
* Add some missing CPACK_NSIS_xxx doc and move some to common CPack section.Eric NOULARD2012-03-061-10/+9
|
* Correct copy/paste section name mistakeEric NOULARD2012-02-181-1/+1
|
* Add structured documentation for NSISEric NOULARD2012-02-181-0/+42
|
* Split CPack.cmake in more manageable partsEric NOULARD2011-04-041-0/+83
Put NSIS, Bundle and Component related MACROs in separate files. This does not implies functional changes, concerning the way CPack is used.