<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10.11.2013 17:46, Lars Lars wrote:<br>
    </div>
    <blockquote cite="mid:DUB112-W61E0F5C755DAC5BC04E37CAFC0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">
        <div><br>
        </div>
        <div>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".</div>
        <div><br>
        </div>
      </div>
    </blockquote>
    I am not entirely sure what you mean by "how".<br>
    <br>
    But you can find the invocation here:<br>
    &nbsp;&nbsp;&nbsp;
<a class="moz-txt-link-freetext" href="http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/CPack/WiX/cmCPackWIXGenerator.cxx">http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/CPack/WiX/cmCPackWIXGenerator.cxx</a><br>
    <br>
    Specifically RunLightCommand() and RunCandleCommand() run light and
    candle respectively.<br>
    <br>
    You might also want to take a look at:<br>
    &nbsp;&nbsp;&nbsp;
<a class="moz-txt-link-freetext" href="http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9531f2587cb6782ba1d17214c14be1cad38d050c;hp=6fb1bc23ee4946ac81151ce64786b51eabd1f04e">http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9531f2587cb6782ba1d17214c14be1cad38d050c;hp=6fb1bc23ee4946ac81151ce64786b51eabd1f04e</a><br>
    <br>
    Which I just merged to "next" to implement:<br>
    &nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://public.kitware.com/Bug/view.php?id=14554">http://public.kitware.com/Bug/view.php?id=14554</a><br>
    <br>
    I hope that help!<br>
    <br>
    Nils<br>
  </body>
</html>