summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmCPackWIXGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKSTimo Rothenpieler2014-02-081-0/+12
|
* CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variableNils Gladitz2014-01-081-0/+3
| | | | | Allows automatic registration of installed packages with the cmake package registry.
* CPackWiX: adhere to CMake member naming conventionNils Gladitz2013-12-201-6/+6
|
* CPackWiX: allow customization of generated WiX sourcesNils Gladitz2013-12-171-0/+11
| | | | | | Added a new variable CPACK_WIX_PATCH_FILE that users can point at an XML patch file. Fragments defined within the patch file will be inserted at supported insertion points (currently Component, File and Directory).
* CPackWiX: add CPack component supportNils Gladitz2013-11-261-4/+27
| | | | | | | Creates a hierarchy of WiX features from CPack components and component groups. Switch to the FeatureTree UI in case components have been defined. Handles the component REQUIRE and HIDDEN options and the component group EXPANDED option.
* CPackWiX: Add variables for custom tool extensions and flagsNils Gladitz2013-11-121-0/+10
|
* CPackWiX: use safe IDs for generated start menu shortcutsNils Gladitz2013-10-261-3/+18
|
* Merge topic 'wix-extra-sources'Brad King2013-10-151-0/+4
|\ | | | | | | | | 2e6cadd CPackWiX: allow user supplied extra sources, objects and libraries
| * CPackWiX: allow user supplied extra sources, objects and librariesNils Gladitz2013-10-131-0/+4
| |
* | CPackWiX: generate deterministic ids for directories, components and filesNils Gladitz2013-10-121-3/+17
|/
* CPackWIX: Handle CPACK_PACKAGE_EXECUTABLES (#13967)Fredrik Axelsson2013-07-191-1/+5
| | | | | Add start menu items including an uninstall shortcut. Add variable CPACK_WIX_PROGRAM_MENU_FOLDER to configure folder name.
* CPack: Fix dashboard errors and warnings (#11575)David Cole2012-12-041-2/+2
| | | | | | | | | | | ...revealed by the Nightly dashboard runs last night. Use "size_t" instead of "std::size_t" so that it compiles with Visual Studio 6, too. Fix warnings about shadowed "tmp" local variable and ordering of member variables vs. lines of code in the constructor initializer list.
* CPack: Add a WiX Generator (#11575)Nils Gladitz2012-12-031-0/+101
This new CPack generator produces an *.msi installer file. Requires having the WiX Toolset installed in order to work properly. Download the WiX Toolset installer "WiX36.exe" here: http://wix.codeplex.com/releases/view/93929