Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-07 Thread John Ludlow
es out and have them declaratively described in the MSI instead.  Life typically just works better that way.   From: Simon Topley [mailto: [EMAIL PROTECTED]] Sent: Friday, July 07, 2006 4:00 AMTo: '[EMAIL PROTECTED] '; Simon TopleyCc: 'wix-users@lists.sourceforge.net 'Subject

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-07 Thread Rob Mensching
etter that way.   From: Simon Topley [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 4:00 AM To: '[EMAIL PROTECTED]'; Simon Topley Cc: 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] Installing/Starting a service, the simple way.   Well that'

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-07 Thread Simon Topley
all the same guys, have a good weekend.   Simon From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 06 July 2006 15:29To: 'Simon Topley'Subject: RE: [WiX-users] Installing/Starting a service, the simple way. To be clear, I wasn't suggesting managed code services work better. 

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-06 Thread Simon Topley
)    6. (no subject) (Hanison, Jack) -- Message: 1 Date: Thu, 06 Jul 2006 10:14:41 +0100 From: Rob Hamflett <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Installing/Starting a service, the simple     way. To: wix-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-06 Thread Rob Hamflett
:06 +0100 > > From: Rob Hamflett <[EMAIL PROTECTED]> > > Subject: Re: [WiX-users] Installing/Starting a service, the simple > > way. > > To: wix-users@lists.sourceforge.net > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-06 Thread Simon Topley
om: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 16:13To: 'Simon Topley'; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Installing/Starting a service, the simple way. Usually, this means your service has some dependency that hasn't been completely installed

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-05 Thread Rob Mensching
[WiX-users] Installing/Starting a service, the simple way.   I have managed to get it to install my services using the code below, however I still get errored when it tries to start the service. I can start the services manually post installation (if I supress the "StartService" action).

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-05 Thread Rob Hamflett
Out of interest, what happens if you set the ALLUSERS property to 1? Rob Simon Topley wrote: > I have managed to get it to install my services using the code below, > however I still get errored when it tries to start the service. I can > start the services manually post installation (if I supr

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-05 Thread Simon Topley
I have managed to get it to install my services using the code below, however I still get errored when it tries to start the service. I can start the services manually post installation (if I supress the "StartService" action).   Any ideas anyone?   Simon   From: Simon Topley Sent: 05 July

[WiX-users] Installing/Starting a service, the simple way.

2006-07-05 Thread Simon Topley
Hello again all,   I'm having real trouble installing and starting a service, I have made a simple installer that just installs one file and tries to install it as a service and start it... I get the standard error message when installing "Failed to start service "My Service""   Here is