Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issue #8649 - move the location of CPACK_NSIS_EXTRA_INSTALL_COMMANDS so ↵ | David Cole | 2009-10-04 | 1 | -2/+2 |
| | | | | that it is not excluded from execution when 'Do not create shortcuts' is checked. | ||||
* | BUG: Fix issue #8177. Modify the system PATH for all users when requested ↵ | David Cole | 2009-09-24 | 1 | -8/+29 |
| | | | | during an NSIS based installer run. Thanks to Bart Janssens for the patch. | ||||
* | BUG: Re-fix issue #8682. Use new variable CPACK_NSIS_PACKAGE_NAME in ↵ | David Cole | 2009-07-16 | 1 | -2/+2 |
| | | | | appropriate places rather than CPACK_NSIS_DISPLAY_NAME. CPACK_NSIS_DISPLAY_NAME is the Add/Remove control panel's description string for the installed package. Using it as the "Name" of the NSIS installer package made the CMake installer itself use really long strings in the installer GUI. This fix still allows for the original intent of the first fix for #8682 -- the ability to separate the installer name from the default install directory, but it uses a new/different variable to achieve the separation. | ||||
* | BUG: Fix issue #8682. Use CPACK_NSIS_DISPLAY_NAME in appropriate places ↵ | David Cole | 2009-04-07 | 1 | -6/+6 |
| | | | | rather than CPACK_PACKAGE_INSTALL_DIRECTORY. Clean separation of these two variables (which have the same value by default) allows an easy workaround for issue #7881, too. | ||||
* | BUG: remove Catalan as 2.29 does not have it | Bill Hoffman | 2008-09-02 | 1 | -1/+0 |
| | |||||
* | BUG: Do not use "Default" as a language, remove 2nd occurence of "English", ↵ | David Cole | 2008-08-26 | 1 | -7/+3 |
| | | | | and remove three other languages not supported by older versions of NSIS. Tested with version 2.18 of NSIS on gaia.kitware. | ||||
* | BUG: remove extension from inserts | Bill Hoffman | 2008-08-22 | 1 | -56/+56 |
| | |||||
* | ENH: sort languages and use list from NSIS 2.22 | Bill Hoffman | 2008-08-21 | 1 | -49/+56 |
| | |||||
* | BUG: remove some languages that are not supported in older versions of NSIS | Bill Hoffman | 2008-08-21 | 1 | -4/+0 |
| | |||||
* | ENH: try to fix error | Bill Hoffman | 2008-08-20 | 1 | -1/+0 |
| | |||||
* | BUG: fix for 7446 NSIS support for other languages | Bill Hoffman | 2008-08-19 | 1 | -1/+55 |
| | |||||
* | ENH: Further refinement of the CPack components functionality from Doug Gregor. | David Cole | 2008-07-08 | 1 | -2/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: ========== - New cpack_add_component, cpack_add_component_group, and cpack_add_install_type "commands" defined as macros in the CPack module. - Documentation for all of the variables and commands in the CPack module. - Added get_cmake_property(... COMPONENTS) to CMake to ask for the names of all components. Used in the CPack module to automatically build component-based installers. (Set CPACK_MONOLITHIC_INSTALL to turn off component-based installation). - A group can declare its PARENT_GROUP, to build an arbitrary hierarchy of groups. - New CPack command cpack_configure_downloads, which creates an installer that downloads only the selected components on-the-fly. Those components marked DOWNLOADED will be separate packages downloaded on-the-fly (or, all packages can be marked as such with the ALL option to cpack_configure_downloads). Individual components are compressed with ZIP at installer-creation time and downloaded/uncompressed by the installer as needed. This feature is only available on Windows with NSIS at the moment. - NSIS installers can install themselves and enable the "Change" button in Add/Remove programs, allowing users to go back and install or remove components. This can be disabled through cpack_configure_downloads, because it's only really useful is most of the application's functionality is in downloaded components. - Bug fix: automatically install everything whose COMPONENT was not specified (it's a hidden, required group) - Bug fix: fixed removal of components when re-running the NSIS installer and unchecking components - Bug fix: NSIS installers now only install/remove the minimal number of files when re-run to update the installation (or by clicking "Change" in Add/Remove programs) | ||||
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and ↵ | David Cole | 2008-06-17 | 1 | -50/+182 |
| | | | | PackageMaker installers. Thanks to Doug Gregor for all the hard work involved with implementing this patch! Also added new test CPackComponents that is conditionally executed only when NSIS or PackageMaker installer builders are available. | ||||
* | BUG: if CPACK_NSIS_MODIFY_PATH was OFF then the PATH was automatically modified | Bill Hoffman | 2008-05-13 | 1 | -1/+2 |
| | |||||
* | ENH: add ability to set installer icons, links to web pages, nsis code in ↵ | Bill Hoffman | 2007-10-29 | 1 | -1/+4 |
| | | | | the icon section of the template, and ability to escape variables correctly | ||||
* | ENH: allow CPACK_PACKAGE_ICON to be not set | Bill Hoffman | 2007-10-22 | 1 | -5/+1 |
| | |||||
* | ENH: add ability to create links on the start menu | Bill Hoffman | 2007-10-18 | 1 | -2/+2 |
| | |||||
* | ENH: allow for desktop link to be created and fix chop of last char in PATH ↵ | Bill Hoffman | 2007-09-18 | 1 | -171/+188 |
| | | | | on uninstall | ||||
* | BUG: Compression must be set before any output is created. | Brad King | 2006-10-13 | 1 | -10/+10 |
| | |||||
* | ENH: Add NSIS compression | Andy Cedilnik | 2006-10-12 | 1 | -0/+3 |
| | |||||
* | ENH: use radio buttons to choose PATH options | Bill Hoffman | 2006-05-10 | 1 | -9/+18 |
| | |||||
* | ENH: Some cleanups and fix installing as a non-admin | Andy Cedilnik | 2006-05-08 | 1 | -22/+27 |
| | |||||
* | ENH: Handle the no-icon case | Andy Cedilnik | 2006-04-30 | 1 | -1/+4 |
| | |||||
* | ENH: Add more install registry options | Andy Cedilnik | 2006-04-30 | 1 | -3/+36 |
| | |||||
* | ENH: Add NSIS options page for path selection, fix adding and removing from ↵ | Andy Cedilnik | 2006-04-29 | 1 | -18/+100 |
| | | | | path, add welcome page and license page | ||||
* | ENH: Better support for adding and removing path | Andy Cedilnik | 2006-04-27 | 1 | -140/+180 |
| | |||||
* | ENH: Propagate system name and handle win32/win64 name | Andy Cedilnik | 2006-04-23 | 1 | -0/+2 |
| | |||||
* | ENH: Add a line to Add/Remove programs to uninstall | Andy Cedilnik | 2006-04-23 | 1 | -0/+5 |
| | |||||
* | ENH: Several changes to for NSIS | Andy Cedilnik | 2006-03-01 | 1 | -14/+27 |
| | |||||
* | ENH: Several packaging issues. Allow random variables to be passed to cpack ↵ | Andy Cedilnik | 2006-02-27 | 1 | -2/+0 |
| | | | | (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos | ||||
* | ENH: Several NSIS features | Andy Cedilnik | 2006-02-23 | 1 | -8/+10 |
| | |||||
* | ENH: More work on NSI to improve installing and uninstalling | Andy Cedilnik | 2006-02-16 | 1 | -7/+4 |
| | |||||
* | ENH: Better handling of executables on windows | Andy Cedilnik | 2006-02-14 | 1 | -2/+4 |
| | |||||
* | ENH: Some improvements: specify link, copy msvc libraries, fix install directory | Andy Cedilnik | 2006-01-11 | 1 | -2/+2 |
| | |||||
* | ENH: Use specified output file name, also detect errors during install | Andy Cedilnik | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | BUG: Allow spaces in path | Andy Cedilnik | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | ENH: More CPack stuff and fix zlib compression | Andy Cedilnik | 2006-01-04 | 1 | -10/+10 |
| | |||||
* | ENH: Merge from CPack branch | Andy Cedilnik | 2006-01-02 | 1 | -0/+439 |