[CMake] CPack, Wix using util:XmlFile

Nils Gladitz nilsgladitz at gmail.com
Sun Nov 10 15:20:47 EST 2013


On 10.11.2013 17:46, Lars Lars wrote:
>
> Just a follow up question, how does CPack invoke candle and light? On 
> Windows 7, using Process Monitor I do see these executables being 
> spawned into a separate process when doing cpack -G "WIX".
>
I am not entirely sure what you mean by "how".

But you can find the invocation here:
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/CPack/WiX/cmCPackWIXGenerator.cxx

Specifically RunLightCommand() and RunCandleCommand() run light and 
candle respectively.

You might also want to take a look at:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9531f2587cb6782ba1d17214c14be1cad38d050c;hp=6fb1bc23ee4946ac81151ce64786b51eabd1f04e

Which I just merged to "next" to implement:
     http://public.kitware.com/Bug/view.php?id=14554

I hope that help!

Nils
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20131110/8c53f3ef/attachment.htm>


More information about the CMake mailing list