Wow, thank you, I didn't mention such a param 'cause I'm reading the
help doc of wix.chm which doesn't say a word about this... Hope this could
help me out! ^_^

Message: 2
Date: Thu, 6 Aug 2009 16:31:51 +0100
From: "Peter Shirtcliffe" <pshirtcli...@sdl.com>
Subject: Re: [WiX-users] How to make use of the output .wxs file of
       heat.exe        inWiX3.0?
To: "General discussion for Windows Installer XML toolset."
       <wix-users@lists.sourceforge.net>
Message-ID:

<2c6b63e82075344ba0a0a6a5064a25a603f6c...@sheffmail0302.sheffield.sdl.corp>

Content-Type: text/plain; charset="us-ascii"

According to the heat help, you should be able to add
-cg testComponents
to the heat command line to create a componentgroup in the generated wix
file. You can then add
<ComponentGroupRef Id="testComponents" />
to your feature to include the components.


-----Original Message-----
From: bonn deng [mailto:bonnd...@gmail.com]
Sent: 06 August 2009 16:20
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to make use of the output .wxs file of heat.exe
inWiX3.0?

Hi all,     I am now using heat.exe to generate the .wxs file of one
directory with the command:
heat.exe dir "." -gg -nologo -sfrag -out test.wxs -template:product
  , where the current directory contains thousands of files (because
it's the root dir of a web application).
  Then I want to include all the files listed in the test.wxs into
another .wxs file, but the question is: there're so many components and
the test.wxs file doesn't list all the components in the Feature
Element, in this case it would be impossible for me to do it manually,
What can I do? Please help, thank you so much in advance!
  Best wishes,
Bonn
------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires
that you delete it without acting upon or copying any of its contents, and
we further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.
 Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6
7DY, UK.


 ------------------------------
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to