Hi there,

I am running the same heat command line with two different versions of heat and 
I am getting completelly different results:

 

These two command lines:

 

\wix\3.0.5419.0\heat.exe dir "C:\TeamStats\M9" -out list_3.0.5419.0.wxs
Microsoft (R) Windows Installer Xml Toolset Harvester version 3.0.5419.0
Copyright (C) Microsoft Corporation. All rights reserved.


\wix\3.0.4805\heat.exeheat.exe dir "C:\TeamStats\M9" -out list_3.0.4805.0.wxs
Microsoft (R) Windows Installer Xml Toolset Harvester version 3.0.4805.0
Copyright (C) Microsoft Corporation. All rights reserved.

 

The 4805 build, the one that works fine produces this:

 

        <DirectoryRef Id="Export_temp" FileSource="C:\TeamStats\M9\Export-temp">
            <Component Id="ACS_Active_bugs_per_dev__ACS_Active_bugs.psq_1" 
Guid="PUT-GUID-HERE">
                <File Id="ACS_Active_bugs_per_dev__ACS_Active_bugs.psq_1" 
Name="ACS Active bugs per dev--ACS Active bugs.psq" KeyPath="yes" 
Source="C:\TeamStats\M9\Export-temp\ACS Active bugs per dev--ACS Active 
bugs.psq" />
            </Component>
        </DirectoryRef>
    </Fragment>
    <Fragment>
        <DirectoryRef Id="Import_temp" FileSource="C:\TeamStats\M9\Import-temp">
            <Component Id="ACS_Active_bugs_per_dev__ACS_Active_bugs.psq_2" 
Guid="PUT-GUID-HERE">
                <File Id="ACS_Active_bugs_per_dev__ACS_Active_bugs.psq_2" 
Name="ACS Active bugs per dev--ACS Active bugs.psq" KeyPath="yes" 
Source="C:\TeamStats\M9\Import-temp\ACS Active bugs per dev--ACS Active 
bugs.psq" />
            </Component>
        </DirectoryRef>
    </Fragment>
    <Fragment>


The 3.0.5419.0 producdes this:

 

        <DirectoryRef Id="TARGETDIR">
            <Directory Id="dir65A0C4610A0ED9C69804DF6ED81CBC1A" Name="M9" />
        </DirectoryRef>
    </Fragment>
    <Fragment>
        <DirectoryRef Id="dir518DEEB0BC5EE47FFBC0D59B7975AF4F">
            <Component Id="cmp0004BF84413F977AEEA0AEB62FFE0758" 
Guid="PUT-GUID-HERE">
                <File Id="fil929DC0439A263FF5EA46B87B1B36D426" KeyPath="yes" 
Source="SourceDir\import-teams\ZRBB resolved ALL issue type bugs per 
person--Blaine.txt" />
            </Component>
        </DirectoryRef>
    </Fragment>


What am I missing?
                                          
_________________________________________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
http://clk.atdmt.com/GBL/go/201469226/direct/01/
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to