Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | CPack: Fix dashboard errors (#11575) | David Cole | 2012-12-03 | 1 | -2/+2 | |
| | | | | | | Use same technique here with UuidToString as already found in cmGlobalVisualStudio7Generator::CreateGUID to avoid using a type that is not defined on older systems... (VS 7.0 and Borland) | |||||
* | CPack: Add a WiX Generator (#11575) | Nils Gladitz | 2012-12-03 | 6 | -0/+1107 | |
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 |