Hi folks,

I'm currently using heat again and I like the last changes very much.
I found two points:

1) The created wxs file is in UTF8 + Signature (BOM) (on my machine)
I'm not sure if my machine/VS2005 has some wired configuration, but when I add 
the created files to VS2005
it is complaining that the xml header is not starting in first column. So I 
have to manually remove any BOM before <?xml

2) Source property does not contain first directory
I'm using heat.exe dir test -sfrag -var var.srcdir -dr INSTALLDIR which results 
in
<DirectoryRef Id="INSTALLDIR">
    <Directory Id="dir1" Name="test">
        <Component Id="cmp1" Guid="*">
            <File Id="fil1" KeyPath="yes" 
Source="$(var.srcdir)\ICSharpCode.SharpZipLib.dll" />
        </Component>
    </Directory>
</DirectoryRef>

I expected that Source Property on fil1 looks like that 
            <File Id="fil1" KeyPath="yes" 
Source="$(var.srcdir)\test\ICSharpCode.SharpZipLib.dll" />

So I only need one variable for INSTALLDIR and for test folder.

Best regards

Dominik guder
-- 
View this message in context: 
http://n2.nabble.com/Heat-issues-tp2605380p2605380.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to