On Tue, 11 Aug 2009 11:27:32 -0700, Brian Rogers wrote:

Brian,

> Can you post the code? I am not clear on what you mean.

I will but first a simple error I've just seen, "heat file <file>" gives a 
nasty InteropServices.COMException if the <file> simply isn't there.

As to the original question, I copied the WiX extension DLLs into a folder for 
testing and issued the following command:

heat dir . -cg SampleGroup -out SampleGroup.wxs

The result (truncated, of course):

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Fragment>
        <ComponentGroup Id="SampleGroup">
           <Component Id="cmp812C50C3B63C117793047670595319E1" 
Directory="dir0F6F75DF46D1BACE2233EC573E6D4AA9" Guid="PUT-GUID-HERE">
                <File Id="fil31256092A6A31FB8D78B229C0B033D9D" KeyPath="yes" 
Source="SourceDir\WixComPlusExtension.dll" />
            </Component>
            <Component Id="cmp30C3652855A4AEBBCEBD624CF9BD34A1" 
Directory="dir0F6F75DF46D1BACE2233EC573E6D4AA9" Guid="PUT-GUID-HERE">
                <File Id="filA514D4961728DD2E94542B1BD2B5FE3C" KeyPath="yes" 
Source="SourceDir\WixDifxAppExtension.dll" />
            </Component>
           ...
           <Component Id="cmp4200A85D7EDDF2B04F3C06287F2302EF" 
Directory="dir0F6F75DF46D1BACE2233EC573E6D4AA9" Guid="PUT-GUID-HERE">
                <File Id="filF9C1A671011C811E9070AFFF8002A8DA" KeyPath="yes" 
Source="SourceDir\WixUtilExtension.dll" />
            </Component>
            <Component Id="cmp27F8DB15090F36BE17E007BD672899E0" 
Directory="dir0F6F75DF46D1BACE2233EC573E6D4AA9" Guid="PUT-GUID-HERE">
                <File Id="fil2362D432C76AEE5895AEFB36046E16D1" KeyPath="yes" 
Source="SourceDir\WixVSExtension.dll" />
            </Component>
        </ComponentGroup>
    </Fragment>
    <Fragment>
        <DirectoryRef Id="TARGETDIR">
            <Directory Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" 
Name="SampleHeat" />
        </DirectoryRef>
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir0F6F75DF46D1BACE2233EC573E6D4AA9" />
    </Fragment>
</Wix>

I mean these identical Fragments here at the end.

Bye,
   Gábor

-------------------------------------------------------------------
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: d...@tramontana.co.hu

------------------------------------------------------------------------------
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