summaryrefslogtreecommitdiffstats
path: root/Modules/CPackWIX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-011-1/+16
|
* CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variableNils Gladitz2014-01-081-0/+11
| | | | | Allows automatic registration of installed packages with the cmake package registry.
* CPackWiX: allow and convert UTF-8 sequences in RTF writerNils Gladitz2013-12-261-0/+1
|
* CPackWiX: allow customization of generated WiX sourcesNils Gladitz2013-12-171-0/+51
| | | | | | 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-0/+8
| | | | | | | 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-1/+23
|
* CPackWiX: prevent attribute references in docs from being interpretedNils Gladitz2013-10-161-2/+2
|
* CPack: Replace #<type> markup with reStructuredText equivalentKitware Robot2013-10-161-81/+71
| | | | | | | Drop #end and #module. Convert #section to a subsection header. Convert #variable to the cmake domain "variable" directive. Convert #macro to the cmake domain "command" directive. Perform minor formatting fixes in text near these changes.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-69/+86
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* CPackWiX: allow user supplied extra sources, objects and librariesNils Gladitz2013-10-131-0/+14
|
* CPackWIX: Add support for custom WiX templatesAdam J. Weigold2013-07-191-0/+9
| | | | | | | | | WiX provides a lot of functionality for installers that cannot be supported (easily) in the default WIX.template.in file. For most users, the default template should be fine. However if users want to produce merge modules, include custom actions, etc, this new option allows for a hook into how the wxs is produced.
* CPackWIX: Add option to specify the language(s) of the installerRichard Ulrich2013-07-191-0/+11
| | | | Add option "CPACK_WIX_CULTURES".
* CPackWIX: Handle CPACK_PACKAGE_EXECUTABLES (#13967)Fredrik Axelsson2013-07-191-0/+6
| | | | | Add start menu items including an uninstall shortcut. Add variable CPACK_WIX_PROGRAM_MENU_FOLDER to configure folder name.
* CPack: WIX Product Icon, UI Banner, UI Dialog support (#13789)Eric LaFranchi2012-12-281-0/+26
|
* CPack: Add a WiX Generator (#11575)Nils Gladitz2012-12-031-0/+83
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