<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 11/18/2013 09:48 AM, Lars Lars
      wrote:<br>
    </div>
    <blockquote cite="mid:DUB112-W198F02CB95A20EC06ED046CAE40@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">How can I specify&nbsp;different install dir prefix
        for&nbsp;two components using CPack and Wix generator?<br>
        &nbsp;<br>
        The current setup installs runtime files to C:\Program
        Files\MyCompany\bin and data to C:\Program Files\MyCompany\data.
        We would like to place the data files in for instance c:\data.
        The setup has two components named "runtime" and "data" which
        are used together with the install command.<br>
      </div>
    </blockquote>
    <br>
    Currently the WiX generator does not support CPack components (WiX
    features):<br>
    &nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://www.cmake.org/Bug/view.php?id=14434">http://www.cmake.org/Bug/view.php?id=14434</a><br>
    <br>
    As far as I can tell CPack does not support a per component
    installation prefix either but I guess it _might_ be possible to
    achieve this with custom templates once I actually have an
    implementation of CPack components. I am not certain yet since I
    haven't entirely decided on how to implement this.<br>
    <br>
    Nils<br>
  </body>
</html>