summaryrefslogtreecommitdiffstats
path: root/Tests/CPackWiXGenerator/RunCPackVerifyResult.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests/CPackWiXGenerator: support suppressing verificationBen Boeckel2020-05-221-1/+3
| | | | | Verification requires access to an active Windows session which may not be the case in all testing environments.
* CPackWiX: Fix test to build with expected configBrad King2014-03-081-0/+5
|
* CPack: Add a WiX Generator (#11575)Nils Gladitz2012-12-031-0/+72
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