Re: [WiX-users] Register com objects

2012-05-08 Thread Hoover, Jacob
highly suggest learning the underlying raw registry keys and directly authoring them. -Original Message- From: Rakheep [mailto:rakheeprasa...@gmail.com] Sent: Wednesday, May 09, 2012 12:06 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Register com objects How to use heat.exe

Re: [WiX-users] Register com objects

2012-05-08 Thread Rob Mensching
heat -? gives help. What did you try? I do not believe heat supports COM+. COM+ has very complex registration, I've never used it personally. Others may have ideas. On Tue, May 8, 2012 at 10:06 PM, Rakheep wrote: > How to use heat.exe?? can you give some more information regarding this.. > > I

Re: [WiX-users] Register com objects

2012-05-08 Thread Rakheep
How to use heat.exe?? can you give some more information regarding this.. I want to register non .net COM+ dlls.. also.. along with some .net COM dlls.. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Register-com-objects-tp2555661p7541764.html Sent

Re: [WiX-users] Register com objects

2009-04-04 Thread Alexey Khrulev
Use heat.exe tool to extract COM-related information. 2009/3/30 sandun css > Hi, > > Is there a way in WiX, to register a COM object, without using custom > actions? > > Thanks, > Sandun. > > -- > ___

Re: [WiX-users] Register com objects

2009-04-02 Thread Rob Mensching
And Class and ProgId elements. Karl Denning wrote: > Hi > > Don't use self-registering because it is not transactional. > Instead, use the TypeLib and Interface tables > > karl > > > > Dear Sandun, > > I think that you can write SelfRegCost="1" ... > for the DLL in question. Having a number m

Re: [WiX-users] Register com objects

2009-03-30 Thread Karl Denning
Hi Don't use self-registering because it is not transactional. Instead, use the TypeLib and Interface tables karl Dear Sandun, I think that you can write for the DLL in question. Having a number more than 0 makes it run regsvr32.exe on the DLL, so if your COM object can self-register, that

Re: [WiX-users] Register com objects

2009-03-30 Thread Roger I.W. Spooner
Dear Sandun, I think that you can write for the DLL in question. Having a number more than 0 makes it run regsvr32.exe on the DLL, so if your COM object can self-register, that should do it. The number (1 in my example) is the cost for the progress bar, in nominal bytes. It doesn't really ma

[WiX-users] Register com objects

2009-03-29 Thread sandun css
Hi, Is there a way in WiX, to register a COM object, without using custom actions? Thanks, Sandun. -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.so