| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
Extract addtional classes and functions which are getting unsightly large.
Use some of the coding conventions more consistently.
|
| |
|
|
|
|
|
| |
Allows automatic registration of installed packages with
the cmake package registry.
|
|
|
|
|
| |
Also use SystemTools::Fopen() instead of fopen().
This is to eventually support utf-8 filenames.
|
|\
| |
| |
| |
| | |
950d76e CPackWiX: allow and convert UTF-8 sequences in RTF writer
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
37a1157 CPackWiX: adhere to CMake member naming convention
|
| | |
|
|/
|
|
| |
Forward slash is not understood as a key path separator.
|
|
|
|
|
|
| |
Added a new variable CPACK_WIX_PATCH_FILE that users can point at an
XML patch file. Fragments defined within the patch file will be inserted
at supported insertion points (currently Component, File and Directory).
|
|
|
|
|
| |
Make CMake compile with -DUNICODE. Make it possible for the 8 bit
encoding to eventually be UTF-8 instead ANSI.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
2e6cadd CPackWiX: allow user supplied extra sources, objects and libraries
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
| |
WiX provides a lot of functionality for installers that cannot be
supported (easily) in the default WIX.template.in file.
For most users, the default template should be fine. However if users
want to produce merge modules, include custom actions, etc, this new
option allows for a hook into how the wxs is produced.
|
|
|
|
| |
Add option "CPACK_WIX_CULTURES".
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The parent commit added a regression where if the install directory had:
parent
child A
child B
the produced MSI would install:
parent
child A
child B
|
|
|
|
|
| |
Add start menu items including an uninstall shortcut. Add variable
CPACK_WIX_PROGRAM_MENU_FOLDER to configure folder name.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
...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.
|
|
|
|
|
| |
Fix int vs. size_t conversion warnings that only showed up in
the 64-bit builds.
|
|
|
|
|
|
| |
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)
|
|
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
|