[WiX-users] Heat?

2006-08-29 Thread Rob MacFadyen
Hey all, Is there anyway to make heat stop producing a 1 to 1 correspondence between files and components? For example: .. more and more ... Seems like overkill. Why can't we just have a element: Sure... a element will not be appropriate for all

Re: [WiX-users] Heat?

2006-08-30 Thread Foster, Richard - PAL
no way to guarantee that happening. Hope this clarifies things somewhat. Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob MacFadyen Sent: Wednesday, August 30, 2006 01:39 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat

Re: [WiX-users] Heat?

2006-08-30 Thread Rob MacFadyen
Richard, Thanks for the link. I'm now wondering if the 1-to-1 mapping of components to files becomes the norm, what will happen to performance (the same link cautions to keep the number of components to a minimum). Isn't the component keypath checked as part of repair logic? If lots of applica

Re: [WiX-users] Heat?

2006-08-30 Thread Derek Cicerone
@lists.sourceforge.net Subject: Re: [WiX-users] Heat? Richard, Thanks for the link. I'm now wondering if the 1-to-1 mapping of components to files becomes the norm, what will happen to performance (the same link cautions to keep the number of components to a minimum). Isn't the compone

[WiX-users] Heat and COM

2006-07-09 Thread Shmarya Rubenstein
Hi all,Heat is the successor to tallow in wix 3.0 right?How do I get it to generate registry entries for registration of COM components (specifically .ocx files). heat file myfile.ocx -out test.wxs just gives me the element (in the correct components...)Help!?!Thanks,-- Shmarya

Re: [WiX-users] Heat and COM

2006-07-09 Thread Derek Cicerone
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shmarya Rubenstein Sent: Sunday, July 09, 2006 3:34 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat and COM   Hi all, Heat is the successor to tallow in wix 3.0 right? How do I get it to generate

Re: [WiX-users] Heat and COM

2006-07-09 Thread Shmarya Rubenstein
-- > > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of > *Shmarya Rubenstein > *Sent:* Sunday, July 09, 2006 3:34 AM > *To:* wix-users@lists.sourceforge.net > *Subject:* [WiX-users] Heat and COM > > Hi all, > > Heat is the successor to tallow in

Re: [WiX-users] Heat and COM

2006-07-09 Thread Derek Cicerone
m: Shmarya Rubenstein [mailto:[EMAIL PROTECTED] Sent: Sunday, July 09, 2006 12:30 PM To: [EMAIL PROTECTED] Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Heat and COM I believe they are the same as self-reg dlls. Both are registered using regsvr32 Tallow knew how to handle these fi

Re: [WiX-users] Heat and COM

2006-07-10 Thread Rob Hamflett
Sunday, July 09, 2006 12:30 PM > To: [EMAIL PROTECTED] > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Heat and COM > > I believe they are the same as self-reg dlls. Both are registered using > regsvr32 > > Tallow knew how to handle these files, so we could alway

[WiX-users] heat and component identifier length

2006-08-08 Thread neil corcoran
Hi, I've been running heat on some directories to try to generate merge modules. Everything has been going well until one directory which has files with long file names gets processed by light. light.exe crashes because of this. The component tmp.wxs(3482) : warning LGHT1076 : ICE03: String overfl

Re: [WiX-users] heat and component identifier length

2006-08-08 Thread Derek Cicerone
] [mailto:[EMAIL PROTECTED] On Behalf Of neil corcoran Sent: Tuesday, August 08, 2006 12:26 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] heat and component identifier length Hi, I've been running heat on some directories to try to generate merge modules. Everything has been going

Re: [WiX-users] heat and component identifier length

2006-08-08 Thread Derek Cicerone
EMAIL PROTECTED] On Behalf Of neil corcoran Sent: Tuesday, August 08, 2006 1:38 AM To: [EMAIL PROTECTED] Subject: Re: [WiX-users] heat and component identifier length zips are blocked. On 08/08/06, neil corcoran <[EMAIL PROTECTED]> wrote: > Hi Derek, > > Thanks for the information. I'

Re: [WiX-users] heat and component identifier length

2006-08-08 Thread neil corcoran
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > neil corcoran > Sent: Tuesday, August 08, 2006 1:38 AM > To: [EMAIL PROTECTED] > Subject: Re: [WiX-users] heat and component identifier length > > zips are blocked. > > On 08/08/06, neil corcoran <[EMAIL PROTE

[WiX-users] heat help with harvester arguments - filtering directories and files

2006-06-06 Thread Brandon Tyler
When you type heat -? It says: usage: heat.exe harvestType -out sourceFile.wxs Supported harvesting types (use "heat.exe -?" for more info): dir harvest a directory file harvest a file website harvest an IIS web site But when I type: heat.exe dir -? It just gives the same

Re: [WiX-users] heat help with harvester arguments - filteringdirectories and files

2006-06-06 Thread Derek Cicerone
On Behalf Of Brandon Tyler Sent: Tuesday, June 06, 2006 11:40 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] heat help with harvester arguments - filteringdirectories and files When you type heat -? It says: usage: heat.exe harvestType -out sourceFile.wxs Supported harvesting

Re: [WiX-users] heat help with harvester arguments - filteringdirectories and files

2006-06-06 Thread Brandon Tyler
[mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 1:50 PM To: Brandon Tyler; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] heat help with harvester arguments - filteringdirectories and files Heat is still the baby of the WiX toolset so its got plenty of missing features (like proper

Re: [WiX-users] heat help with harvester arguments -filteringdirectories and files

2006-06-06 Thread Brandon Tyler
wix-users@lists.sourceforge.net Subject: RE: [WiX-users] heat help with harvester arguments -filteringdirectories and files Ah yes - this is exactly the kind of information I was hoping to get! Filters would certainly solve this issue, but I think a better solution would be to create specialized heat

Re: [WiX-users] heat help with harvester arguments -filteringdirectories and files

2006-06-06 Thread Derek Cicerone
@lists.sourceforge.net Subject: Re: [WiX-users] heat help with harvester arguments -filteringdirectories and files You bet Derek! Thanks for the reply. Well, It was just laziness on my part I just ran heat on my entire solution and now I am going through and deleting all the unwanted files. I am trying to

Re: [WiX-users] heat help with harvester arguments-filteringdirectories and files

2006-06-06 Thread Derek Cicerone
PROTECTED] Sent: Tuesday, June 06, 2006 2:15 PM To: Brandon Tyler; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] heat help with harvester arguments -filteringdirectories and files Ah yes - this is exactly the kind of information I was hoping to get! Filters would certainly solve this issue