I am using the directory harvester.

Thanks Chris.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher 
Karper
Sent: Wednesday, August 06, 2008 11:24 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Heat - Controling Component Generation

I use the regex search and replace too.  Which harvester are you using?   I
can take a look to see how hard it would be to add support for that, but as
far as I know, these things are not currently possible, and no one is
working on heat other than myself.

Chris


On Wed, Aug 6, 2008 at 12:01 PM, Ahearn Stevens <[EMAIL PROTECTED]> wrote:

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


"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