Re: [WiX-users] Installing COM components

2006-09-26 Thread Johan Appelgren
Thank you for your response. In what way would automatic generation be more fragile? Isn't all the information available for an automated approach? When it comes to converting one format to another the computer is usually better than me at getting it right. /Johan On 9/22/06, Mike Dimmick

Re: [WiX-users] Installing COM components

2006-09-26 Thread Mike Dimmick
2006 09:58 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing COM components Thank you for your response. In what way would automatic generation be more fragile? Isn't all the information available for an automated approach? When it comes to converting one format to another

Re: [WiX-users] Installing COM components

2006-09-26 Thread Mike Dimmick
-Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 25 September 2006 18:05 To: Mike Dimmick Cc: Johan Appelgren; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing COM components Mike Dimmick wrote: You can use the Class table to take away some of the pain

Re: [WiX-users] Installing COM components

2006-09-26 Thread Bob Arnson
Mike Dimmick wrote: I still don't really understand why the Class table is being de-emphasised. I suppose it's possible that if you advertise a Class - say for a feature that is installed on first use - that that feature will be installed if some third-party program references it, which could

Re: [WiX-users] Installing COM components

2006-09-22 Thread Mike Dimmick
If you're writing regular COM components in C++, you should manually edit the .wxs to maintain it. You know what is being created, you should replicate it. Reverse-engineering is fragile. Heat is intended for one-off use to generate an initial template .wxs file. You can use the Class table to

Re: [WiX-users] Installing COM components

2006-07-10 Thread jdrake
Not really. Tallow pulls a bunch of VB6 properties, and additional registry info, which creates additional issues, like possibly blowing up VB with an uninstall. In this case the MSI created by VS.NET only conatins those keys necessary to install the single object. -- View this message in

Re: [WiX-users] Installing COM components

2006-06-30 Thread Bill Arnette
Tallow is intended to be used one time to aid in the initial creation of MSI components for the COM components you need to install. It is not intended to be used in an automated build. The idea is to run Tallow to harvest the components, including registry entries, and then hand-edit them to