summaryrefslogtreecommitdiffstats
path: root/Tests/CPackWiXGenerator
Commit message (Collapse)AuthorAgeFilesLines
* CPackWiX: Fix test to build with expected configBrad King2014-03-081-0/+5
|
* CPackWIX: support installation of empty directoriesNils Gladitz2014-03-011-0/+11
|
* CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-011-0/+3
|
* CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKSTimo Rothenpieler2014-02-081-0/+5
|
* CPackWiX: allow and convert UTF-8 sequences in RTF writerNils Gladitz2013-12-262-0/+11
|
* CPackWiX: allow customization of generated WiX sourcesNils Gladitz2013-12-172-0/+9
| | | | | | 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-1/+13
| | | | | | | 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: use safe IDs for generated start menu shortcutsNils Gladitz2013-10-262-4/+11
|
* CPackWIX: Handle CPACK_PACKAGE_EXECUTABLES (#13967)Fredrik Axelsson2013-07-191-0/+2
| | | | | Add start menu items including an uninstall shortcut. Add variable CPACK_WIX_PROGRAM_MENU_FOLDER to configure folder name.
* CPack: Add a WiX Generator (#11575)Nils Gladitz2012-12-036-0/+159
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