summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXSourceWriter.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CPackWIX: refactor and cleanupNils Gladitz2014-02-261-7/+7
| | | | | Extract addtional classes and functions which are getting unsightly large. Use some of the coding conventions more consistently.
* CPackWiX: adhere to CMake member naming conventionNils Gladitz2013-12-201-35/+35
|
* CPackWiX: add CPack component supportNils Gladitz2013-11-261-0/+9
| | | | | | | 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-261-5/+24
|
* CPack: Fix dashboard errors and warnings (#11575)David Cole2012-12-041-3/+3
| | | | | | | | | | | ...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: Fix dashboard warnings (#11575)David Cole2012-12-031-6/+7
| | | | | Fix int vs. size_t conversion warnings that only showed up in the 64-bit builds.
* CPack: Add a WiX Generator (#11575)Nils Gladitz2012-12-031-0/+188
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