Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix for issue #7470. Allow spaces in the path names of installed files ↵ | David Cole | 2009-01-20 | 1 | -11/+16 |
| | | | | with the NSIS CPack generator and component-based installs. Add an installed file to the CPackComponents test: it failed before the fix; now it passes. | ||||
* | BUG: Fix issue #7800. Enable CPack to find the NSIS installer on Windows 2000. | David Cole | 2008-10-10 | 1 | -7/+11 |
| | |||||
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -11/+22 |
| | |||||
* | ENH: Further refinement of the CPack components functionality from Doug Gregor. | David Cole | 2008-07-08 | 1 | -19/+222 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | BUG: Always look for the NSIS reg value in the 32-bit hive even in 64-bit ↵ | David Cole | 2008-06-18 | 1 | -1/+2 |
| | | | | builds of CPack. | ||||
* | COMP: Use cmOStringStream instead of std::ostringstream for the HP compiler. | David Cole | 2008-06-17 | 1 | -3/+3 |
| | |||||
* | COMP: Fix errors and warnings from continuous dashboards running different ↵ | David Cole | 2008-06-17 | 1 | -1/+1 |
| | | | | compilers... | ||||
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and ↵ | David Cole | 2008-06-17 | 1 | -8/+321 |
| | | | | 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: fix for bug 6294, correct url for nsis | Bill Hoffman | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 6086 uninstall icon not set right | Bill Hoffman | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces ↵ | Bill Hoffman | 2007-11-07 | 1 | -4/+30 |
| | | | | in the name of the exectuable | ||||
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 1 | -2/+2 |
| | |||||
* | ENH: fix line length | Bill Hoffman | 2007-10-31 | 1 | -1/+2 |
| | |||||
* | ENH: cpack changes, remove the escape variable stuff as it is not needed if ↵ | Bill Hoffman | 2007-10-31 | 1 | -0/+20 |
| | | | | you provide a config file for cpack | ||||
* | ENH: add ability to set installer icons, links to web pages, nsis code in ↵ | Bill Hoffman | 2007-10-29 | 1 | -6/+25 |
| | | | | the icon section of the template, and ability to escape variables correctly | ||||
* | ENH: fix line length error | Bill Hoffman | 2007-10-19 | 1 | -3/+4 |
| | |||||
* | ENH: add ability to create links on the start menu | Bill Hoffman | 2007-10-18 | 1 | -0/+55 |
| | |||||
* | ENH: allow for desktop link to be created and fix chop of last char in PATH ↵ | Bill Hoffman | 2007-09-18 | 1 | -0/+14 |
| | | | | on uninstall | ||||
* | ENH: NSIS exists also for Linux, not only Windows, so enable it there too | Alexander Neundorf | 2007-06-18 | 1 | -1/+11 |
| | | | | | | patch by Michal Čihař <michal (AT) cihar.com> Alex | ||||
* | STYLE: fix a long line | Ken Martin | 2006-11-17 | 1 | -2/+6 |
| | |||||
* | ENH: Expand comment | Andy Cedilnik | 2006-11-14 | 1 | -1/+1 |
| | |||||
* | ENH: Add NSIS compression | Andy Cedilnik | 2006-10-12 | 1 | -0/+1 |
| | |||||
* | COMP: Need to use cmsys_stl when in CMake code, not kwsys_stl. | Brad King | 2006-08-27 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -3/+6 |
| | |||||
* | ENH: Add support for stipping and make more things overwritable | Andy Cedilnik | 2006-05-02 | 1 | -5/+5 |
| | |||||
* | ENH: Add NSIS options page for path selection, fix adding and removing from ↵ | Andy Cedilnik | 2006-04-29 | 1 | -0/+11 |
| | | | | path, add welcome page and license page | ||||
* | ENH: Support for packaging source, several cleanups and more yeehaa... | Andy Cedilnik | 2006-04-15 | 1 | -8/+5 |
| | |||||
* | ENH: Add ZIP generator and add support for including or excluding the ↵ | Andy Cedilnik | 2006-04-02 | 1 | -0/+8 |
| | | | | toplevel directory | ||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -4/+4 |
| | |||||
* | STYLE: Lots of formating to remove style problems | Andy Cedilnik | 2006-03-08 | 1 | -27/+53 |
| | |||||
* | ENH: Several NSIS features | Andy Cedilnik | 2006-02-23 | 1 | -1/+31 |
| | |||||
* | BUG: Remove debug and fix space between label and exec name | Andy Cedilnik | 2006-02-16 | 1 | -2/+2 |
| | |||||
* | ENH: More work on NSI to improve installing and uninstalling | Andy Cedilnik | 2006-02-16 | 1 | -1/+58 |
| | |||||
* | ENH: Better handling of executables on windows | Andy Cedilnik | 2006-02-14 | 1 | -0/+28 |
| | |||||
* | COMP: Remove legacy code and fix sun build | Andy Cedilnik | 2006-01-10 | 1 | -1/+0 |
| | |||||
* | ENH: Start working on CPack input file and cleanups | Andy Cedilnik | 2006-01-02 | 1 | -8/+6 |
| | |||||
* | ENH: More improvements and add logging | Andy Cedilnik | 2006-01-02 | 1 | -8/+9 |
| | |||||
* | ENH: Merge from the cpack branch | Andy Cedilnik | 2006-01-02 | 1 | -0/+108 |