Hi,

I have two questions about the functionality of Heat.exe.

First, is there a to get heat.exe to generate 64-bit components?  Right now it 
is giving me something like:

<Component Id="somefile" Guid="{4B211B5B-4419-4E72-A3AA-D34FAF443625}">
<File Id="K somefile " Name="somefile" KeyPath="yes" Source="C:\somefile" />
</Component>

And I would like something like:

<Component Id="somefile" Guid="{4B211B5B-4419-4E72-A3AA-D34FAF443625}" 
Win64="yes">>
<File Id="K somefile " Name="somefile" KeyPath="yes" Source="C:\somefile" />
</Component>

And secondly, is there any way for it to output relative directory paths?

Right now I am solving these problems with some regex on the resulting wxs 
file, but wondering if there is a better way.

Thanks!

Ahearn

"This e-mail message and any files transmitted with it are for the sole use of 
the intended recipient(s) and may contain confidential and privileged 
information.  Any unauthorized review, use, disclosure or distribution is 
prohibited.  If you are not the intended recipient, please contact the sender 
by reply e-mail and destroy all copies of the original message.  Please note 
that any views or opinions presented in this e-mail are solely those of the 
author and do not necessarily represent those of The Company.  Finally, the 
recipient should check this e-mail and any attachments for the presence of 
viruses.  The Company accepts no liability for any damage caused by any virus 
transmitted by this e-mail."


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to