summaryrefslogtreecommitdiffstats
path: root/Tests/CPackWiXGenerator
Commit message (Collapse)AuthorAgeFilesLines
* 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