summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXRichTextFormatWriter.h
Commit message (Collapse)AuthorAgeFilesLines
* CPackWIX: refactor and cleanupNils Gladitz2014-02-261-4/+4
| | | | | Extract addtional classes and functions which are getting unsightly large. Use some of the coding conventions more consistently.
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+2
| | | | | Also use SystemTools::Fopen() instead of fopen(). This is to eventually support utf-8 filenames.
* CPackWiX: allow and convert UTF-8 sequences in RTF writerNils Gladitz2013-12-261-0/+6
|
* CPackWiX: adhere to CMake member naming conventionNils Gladitz2013-12-201-1/+1
|
* CPack: Add a WiX Generator (#11575)Nils Gladitz2012-12-031-0/+46
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