summaryrefslogtreecommitdiffstats
path: root/Modules/WIX.template.in
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-091-47/+0
| | | | | | | | Some commits ago all CPack internal `*.cmake` files have been moved to `Internal/CPack/`. This commit also move some templates internally used by generators to the same location to make `Modules/` directory less noisy w/ files the end users don't need to use/see.
* CPackWIX: Extend the patching mechanism to allow adding content to <Product>.Nils Gladitz2015-02-131-0/+1
|
* CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-011-0/+2
|
* CPackWiX: add CPack component supportNils Gladitz2013-11-261-1/+1
| | | | | | | 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.
* CPack: WIX Product Icon, UI Banner, UI Dialog support (#13789)Eric LaFranchi2012-12-281-0/+13
|
* CPack: Add a WiX Generator (#11575)Nils Gladitz2012-12-031-0/+31
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