Hey Dominik,

> 2) Source property does not contain first directory
This has been fixed (
https://sourceforge.net/tracker/?func=detail&aid=2749598&group_id=105970&atid=642714
).

Thanks,

Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com


On Wed, Apr 8, 2009 at 9:05 AM, Brian Rogers <rogers.br...@gmail.com> wrote:

> Hey Dominik,
>
> Please file two separate bugs for these and we will take a look at them.
>
> Thanks,
>
> Brian Rogers
> "Intelligence removes complexity." - Me
> http://icumove.spaces.live.com
>
>
>   On Wed, Apr 8, 2009 at 6:45 AM, Dominik Guder <o...@guder.org> wrote:
>
>>
>> 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
>>
>
>
------------------------------------------------------------------------------
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