Re: [WiX-users] COM+ registration help

2013-03-22 Thread DexterSinister
Neil Sleightholm wrote > 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? Thanks Neil! I believe there are already a couple of bug reports / fix requests for this but I will double-check and enter one if m

Re: [WiX-users] COM+ registration help

2013-03-22 Thread Christopher Painter
all, Setup is just XCOPY, right?? :-)" Regards, Chris From: "Katherine Moss" Sent: Friday, March 22, 2013 9:53 AM To: "chr...@iswix.com" , "General discussion for Windows Installer XML toolset." Subject: RE: [WiX-us

Re: [WiX-users] COM+ registration help

2013-03-22 Thread Katherine Moss
or 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 th

Re: [WiX-users] COM+ registration help

2013-03-22 Thread Christopher Painter
. I don't care enough about COM+ to find out so just take that public thought as-is. From: "Neil Sleightholm" Sent: Friday, March 22, 2013 2:46 AM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-user

Re: [WiX-users] COM+ registration help

2013-03-22 Thread Neil Sleightholm
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

Re: [WiX-users] COM+ registration help

2013-03-21 Thread Rob Mensching
tarting 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@

Re: [WiX-users] COM+ registration help

2013-03-21 Thread DexterSinister
Christopher Painter-2 wrote > http://blog.torresdal.net/2008/10/24/wix-and-dtf-using-a-custom-action-to-list-available-web-sites-on-iis/ Thanks! I'll check this out ... -dmm -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/COM-registration-help-

Re: [WiX-users] COM+ registration help

2013-03-21 Thread Christopher Painter
http://blog.torresdal.net/2008/10/24/wix-and-dtf-using-a-custom-action-to-li st-available-web-sites-on-iis/ From: "DexterSinister" Sent: Thursday, March 21, 2013 11:29 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] COM+ registr

Re: [WiX-users] COM+ registration help

2013-03-21 Thread DexterSinister
Christopher Painter-2 wrote > If that's the case, a DTF custom action wouldn't have that problem. Thanks for the tip ... I've never done anything with DTF, do you have any suggestions on how to get started ? Thanks again for your time and attention, -dmm -- View this message in context: h

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Christopher Painter
If that's the case, a DTF custom action wouldn't have that problem. From: "Neil Sleightholm" Sent: Wednesday, March 20, 2013 4:49 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users]

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Neil Sleightholm
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

Re: [WiX-users] COM+ registration help

2013-03-20 Thread DexterSinister
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 ... Th

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Neil Sleightholm
leightholm; General discussion for Windows Installer XML toolset. Subject: RE: [WiX-users] COM+ registration help Neil, I'm just giving my opinion. ArrayList and HashTable is still in the .NET Framework but that doesn't mean you should use it instead of List and Dictionary. COM+ is a

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Christopher Painter
uot; , "General discussion for Windows Installer XML toolset." Subject: RE: [WiX-users] COM+ registration help I am not sure I follow what has remoting API got to do with installing COM+ services? System.EnterpriseServices is still part of all versions of .NET and is used to support C

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Neil Sleightholm
+ installation issues. Neil From: Christopher Painter [mailto:chr...@iswix.com] Sent: 20 March 2013 15:59 To: Neil Sleightholm; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] COM+ registration help I had a really good response typed up but then IE10 crapped out on me like it

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Christopher Painter
e remoting API's about 4 times since then. Regards, Chris From: "Neil Sleightholm" Sent: Wednesday, March 20, 2013 10:47 AM To: "chr...@iswix.com" , "General discussion for Windows Installer XML toolset." Subject: Re:

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Neil Sleightholm
2013 3:56 AM >To: "General discussion for Windows Installer XML toolset." > >Subject: Re: [WiX-users] COM+ registration help > >I think Rob is right, the WiX code uses an assembly >System.EnterpriseServices (method RegistrationHelper) to install COM+ this >doesn

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Christopher Painter
wcf et al... From: "Neil Sleightholm" Sent: Wednesday, March 20, 2013 3:56 AM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] COM+ registration help I think Rob is right, the WiX code uses an assembly Sys

Re: [WiX-users] COM+ registration help

2013-03-20 Thread Neil Sleightholm
> > >On Tue, Mar 19, 2013 at 2:26 PM, Neil Sleightholm >wrote: > >> Does the .NET 4.0 component install to COM+ ok if you do it manually? >> >> -Original Message- >> From: DexterSinister [mailto:dma...@nt4hire.com] >> Sent: 19 March 2013 20:34 &g

Re: [WiX-users] COM+ registration help

2013-03-19 Thread Rob Mensching
. On Tue, Mar 19, 2013 at 2:26 PM, Neil Sleightholm wrote: > Does the .NET 4.0 component install to COM+ ok if you do it manually? > > -Original Message- > From: DexterSinister [mailto:dma...@nt4hire.com] > Sent: 19 March 2013 20:34 > To: wix-users@lists.sourceforge.net &g

Re: [WiX-users] COM+ registration help

2013-03-19 Thread Neil Sleightholm
Does the .NET 4.0 component install to COM+ ok if you do it manually? -Original Message- From: DexterSinister [mailto:dma...@nt4hire.com] Sent: 19 March 2013 20:34 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] COM+ registration help Hi Rob - Your 'nothing' i

Re: [WiX-users] COM+ registration help

2013-03-19 Thread DexterSinister
Hi Rob - Your 'nothing' is probably more than my nothing on this topic, so thanks in advance for any assistance and insight you can provide. Here's the relevant log segment: ** ComPlusInstallExecuteCommit: Entering ComPlusInstallExecuteCommit in C:\WINDOWS\Installer\MSI29.tmp, version 3

Re: [WiX-users] COM+ registration help

2013-03-18 Thread Rob Mensching
I know basically nothing about COM+ but a little detail about the exact error codes you are hitting might help others. On Mon, Mar 18, 2013 at 10:05 AM, DexterSinister wrote: > Like the subject line says ... > > I'm using WiX v3.7.1224.0 to build an installation package for an app that > has a

[WiX-users] COM+ registration help

2013-03-18 Thread DexterSinister
Like the subject line says ... I'm using WiX v3.7.1224.0 to build an installation package for an app that has a COM+ service application ... I've tried to use the COM+ custom actions and have had nothing but failures, this installer & app were working until the app was updated to use .NET v4 - I