Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library...

2014-04-10 Thread Hoover, Jacob
. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Thursday, April 10, 2014 3:29 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library... I believe RegAsm registers for COM not

Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library...

2014-04-10 Thread Neil Sleightholm
e.com] Sent: 10 April 2014 20:34 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library... Yes, you need to define custom action "Execute". Here is what works for me: (1)define custom actio

Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library...

2014-04-10 Thread Marek Mielcarek
pefully it helps -Original Message- From: Davide [mailto:spamform...@gmail.com] Sent: Thursday, April 10, 2014 7:58 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library... Sorry for this repost..

Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library...

2014-04-10 Thread Neil Sleightholm
mform...@gmail.com] Sent: 10 April 2014 15:13 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library... Hi Neil, thanks for your reply. All in all my code is from your tutorial and it works fine for native asse

Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library...

2014-04-10 Thread Davide
Hi Neil, thanks for your reply. All in all my code is from your tutorial and it works fine for native assemblys... but not for COM+ assemblys. Any ideas why? Something wrong in my code? Does anyone have a working example? Regards, Davide 2014-04-10 14:44 GMT+02:00 Neil Sleightholm : > Is th

Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library...

2014-04-10 Thread Neil Sleightholm
Is there anything here that helps http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/com- applications - I wrote it a long time ago and am not sure if it is still valid but it might be a good starting point. Neil >Sorry for this repost... but does anyone have a solution for t

Re: [WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library...

2014-04-10 Thread Davide
Sorry for this repost... but does anyone have a solution for this? I'm close to write my own CA... Cheers, Davide 2014-04-04 8:22 GMT+02:00 Davide : > Hi all, > > I spent a whole day with this problem now and would appreciate any help! > > To make it really easy I picked a sample COM+ Applicat

[WiX-users] Register a .NET DLL in a COM+ Application - Could not install type library...

2014-04-03 Thread Davide Acquadro
Hi all, I spent a whole day with this problem now and would appreciate any help! To make it really easy I picked a sample COM+ Application from the MSDN ( http://code.msdn.microsoft.com/windowsdesktop/Creating-a-COM-Component-7ffbab9b) and tried to register it in a COM+ application through WIX -