Re: [WiX-users] wix 2.0 to 3.0 - COM registration

2007-10-25 Thread Karim MacDonald
Strele Franz-2 wrote: > > You can use the 'undocumented' "-scom" switch with heat.exe to generate > only RegistryKey/RegistryValue-entries (instead of Class/ProgId/...). > Many thanks Stele, for both posts: the -scom switch works perfectly & I can use it guilt-free! I wonder if there's a featur

Re: [WiX-users] wix 2.0 to 3.0 - COM registration

2007-10-24 Thread Richard
In article <[EMAIL PROTECTED]>, "Nitin" <[EMAIL PROTECTED]> writes: > All my DLL's are .net assembly but they can be registered as COM. Regasm /File will dump out a registry file of all the registry values/keys that are needed to register your assembly. Is there some tool in WiX that will

Re: [WiX-users] wix 2.0 to 3.0 - COM registration

2007-10-24 Thread Strele Franz
ranz > Gesendet: Mittwoch, 24. Oktober 2007 16:48 > An: wix-users@lists.sourceforge.net > Betreff: Re: [WiX-users] wix 2.0 to 3.0 - COM registration > > Using registry keys is the recommended way of registering .NET > Assemblies for COM Interop. > > http://msdn2.microsoft.c

Re: [WiX-users] wix 2.0 to 3.0 - COM registration

2007-10-24 Thread Strele Franz
ht- > Von: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] Im Auftrag von Karim MacDonald > Gesendet: Mittwoch, 24. Oktober 2007 16:26 > An: wix-users@lists.sourceforge.net > Betreff: Re: [WiX-users] wix 2.0 to 3.0 - COM registration > > > > Nitin Chaudhari wrote

Re: [WiX-users] wix 2.0 to 3.0 - COM registration

2007-10-24 Thread Karim MacDonald
Nitin Chaudhari wrote: > > All my DLL's are .net assembly but they can be registered as COM. > Sorry, I should've looked more closely at your registry entries. FWIW, here's my take on the problem: http://www.nabble.com/heating-COM-componnents-and-getting-LGHT0130-on-generated-registry-data-tf2

Re: [WiX-users] wix 2.0 to 3.0 - COM registration

2007-10-24 Thread Nitin
All my DLL's are .net assembly but they can be registered as COM. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karim MacDonald Sent: Wednesday, October 24, 2007 3:21 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] wix 2.0 to 3.0

Re: [WiX-users] wix 2.0 to 3.0 - COM registration

2007-10-24 Thread Karim MacDonald
Not a direct answer, but if you run WiX 3.0's heat.exe against your 32-bit COM DLLs then it'll generate the right Class, AppID, Interface etc. output. -- View this message in context: http://www.nabble.com/wix-2.0-to-3.0---COM-registration-tf4682182.html#a13382551 Sent from the wix-users mailing

[WiX-users] wix 2.0 to 3.0 - COM registration

2007-10-23 Thread Nitin
Hi, I am trying to upgrade my WXS from wix 2.0 to 3.0, and I need some help with the following components, This is what I had with wix 2.0 (I think it is plain COM registration),