Hi,
I try to create my wix Project with an wxi File.
In a wxi File i have packed all the Files which are installed.
How can i inlude the Folders in the wxi File in the main.wxs?

Code Sample :

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <?Include "C:\test.wxi" ?>
...


      <Feature Id="ProductFeature" Title="Test" Level="1"  >

      
      <ComponentRef Id="comp_DB8F510181154B28B50928C7DA07A49A"/>

    </Feature>

In test.wxi is the Component: comp_DB8F510181154B28B50928C7DA07A.

  <Fragment>
    <ComponentGroup Id="Test1-Files">
      <ComponentRef Id="comp_DB8F510181154B28B50928C7DA07A49A" />
...

Christoph



------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to