What do you mean, unneeded code for installing Windows services?  What if the 
service is written in .net?  Then the code is "needed".  

-----Original Message-----
From: Christopher Painter [mailto:chr...@iswix.com] 
Sent: Friday, March 22, 2013 9:24 AM
To: General discussion for Windows Installer XML toolset.; General discussion 
for Windows Installer XML toolset.
Subject: Re: [WiX-users] COM+ registration help


My COM+ experience is 10 years old but here's something I'm wondering:

I wonder if what ever classes that are in System.Enterprise.Services ( or 
whatever that namespace is that was thrown around ) are really needed?   
Maybe those are just wrappers in .NET for the COMAdmin objects  just like they 
created (unneeded) classes in .NET for installing Windows NT services. 
   I'm wondering if like .NET Windows Services that perhaps there are useful 
classes for creating and hosting a COM+ application  but that perhaps there are 
other classes that are less then truly needed.

I don't care enough about COM+ to find out   so just take that public 
thought as-is.

----------------------------------------
 From: "Neil Sleightholm" <n...@x2systems.com>
Sent: Friday, March 22, 2013 2:46 AM
To: "General discussion for Windows Installer XML toolset." 
<wix-users@lists.sourceforge.net>
Subject: Re: [WiX-users] COM+ registration help

I'll see if I can make a simple repro first and try and come up with some ideas.

dmm - can you raise a defect so this is not lost?

>Any thoughts how to fix it? I hope we don't have to do the whole 
>marshalling to a separate process that DTF does just to handle COM+ 
>registration. That will be expensive.
>
>
>On Wed, Mar 20, 2013 at 2:44 PM, Neil Sleightholm
><n...@x2systems.com>wrote:
>
>> I have had a look at the WiX code and my suspicion is that it loads 
>>which  ever version of the .NET framework is in the msiexec process 
>>space, so if  .NET 2.0 (or 3.5) was first then that is how it loads 
>>the COM+ assembly  therefore if yours if .NET 4.0 is won't work. I am 
>>not sure how that could  be fixed.
>>
>> Could you try starting your msi and then using something like process  
>>explorer to see what version of .NET is loaded in the same process 
>>space as  you msi?
>>
>> -----Original Message-----
>> From: DexterSinister [mailto:dma...@nt4hire.com]
>> Sent: 20 March 2013 21:23
>> To: wix-users@lists.sourceforge.net
>> Subject: Re: [WiX-users] COM+ registration help
>>
>> Yes, Neil ... RegSvcs works fine for either version of the DLL,
installs
>> fine ... uninstalls fine ...
>>
>> Weird, eh?
>>
>> I'm going to take a look at the ComPlus extension code to see if I 
>> can find any obvious reason why it's not working ... not familiar
territory,
>> but I may as well give it a shot ...
>>
>> Thanks,
>>
>> -dmm
>>
>>
>>
>> --
>> View this message in context:
>> 
>>http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/COM-regi
>>str


>>ation-help-tp7584402p7584501.html
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>>
>> 
>>----------------------------------------------------------------------
>>---


>>-----
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics Download AppDynamics Lite
for
>> free today:
>> http://p.sf.net/sfu/appdyn_d2d_mar
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>> 
>>----------------------------------------------------------------------
>>---


>>-----
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics  Download AppDynamics Lite 
>>for free today:
>> http://p.sf.net/sfu/appdyn_d2d_mar
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>-----------------------------------------------------------------------
>---


>----
>Everyone hates slow websites. So do we.
>Make your web apps faster with AppDynamics Download AppDynamics Lite 
>for free today:
>http://p.sf.net/sfu/appdyn_d2d_mar
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users

----------------------------------------------------------------------------
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to