Re: [WiX-users] Installing .NET Services

2007-04-07 Thread Bob Arnson
Joe Kaplan wrote: > As such, ServiceInstall only takes care of 1/2 of the required tasks. To > create the event source, you could either use the new support for that in > WiX 3 that Bob added last year or just write the appropriate registry > entries manually using . > And note that this is

Re: [WiX-users] Installing .NET Services

2007-04-06 Thread Joe Kaplan
ot;John Vottero" <[EMAIL PROTECTED]> To: Sent: Friday, April 06, 2007 3:02 PM Subject: Re: [WiX-users] Installing .NET Services I would use the WiX . It's easier and more reliable than trying to call the Installer class. You can leave the Installer based class in the code if you

Re: [WiX-users] Installing .NET Services

2007-04-06 Thread John Vottero
ching; BULL, Dave, GBM; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Installing .NET Services So what is the correct way to handle situations like this? Let's say there's a .net service that needs installing but has Installer based classes. How should the inst

Re: [WiX-users] Installing .NET Services

2007-04-06 Thread Wilson, Phil
o [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 9:57 AM To: Kevin Burton; Don Tasanasanta; Rob Mensching; BULL, Dave, GBM; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Installing .NET Services Correct. Neither WiX's nor SC CREATE need or use the Installer class.

Re: [WiX-users] Installing .NET Services

2007-04-06 Thread Don Tasanasanta
, April 05, 2007 9:57 AM To: Kevin Burton; Don Tasanasanta; Rob Mensching; BULL, Dave, GBM; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Installing .NET Services Correct. Neither WiX's nor SC CREATE need or use the Installer class. But, they can both install .NET based servi

Re: [WiX-users] Installing .NET Services

2007-04-05 Thread John Vottero
'Don Tasanasanta'; 'Rob Mensching'; 'BULL, Dave, GBM'; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Installing .NET Services The problem is that none if the "Installer" methods or events are getting called. With InstallUtil the methods and events asso

Re: [WiX-users] Installing .NET Services

2007-04-05 Thread Kevin Burton
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Vottero Sent: Thursday, April 05, 2007 11:41 AM To: Don Tasanasanta; Rob Mensching; BULL, Dave, GBM; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing .NET Services I don't think there's a difference betwe

Re: [WiX-users] Installing .NET Services

2007-04-05 Thread John Vottero
ready installed when it thinks it's installing for the first time. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Tasanasanta Sent: Thursday, April 05, 2007 12:28 PM To: Rob Mensching; BULL, Dave, GBM; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing .

Re: [WiX-users] Installing .NET Services

2007-04-05 Thread Don Tasanasanta
eInstall work compared to the .net utility InstallUtil.exe? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Wednesday, October 25, 2006 8:12 AM To: BULL, Dave, GBM; wix-users@lists.sourceforge.net Subject: Re: [WiX-users]

Re: [WiX-users] Installing .NET Services

2006-10-25 Thread Rob Mensching
ServiceInstall should just work.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BULL, Dave, GBM Sent: Wednesday, October 25, 2006 5:52 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing .NET Services   Hi Wix people   I am

[WiX-users] Installing .NET Services

2006-10-25 Thread BULL, Dave, GBM
Hi Wix people   I am having problems installing a windows service written in .NET. I am using wix 3.0.2128.0.   I have successfully managed to install services written in unmanaged C++ using the ServiceInstall tag, but this doesn't seem to work for my .NET component.   Do I have to use the