Re: [WiX-users] ServiceInstall account problem

2008-08-01 Thread Daniel Rieck
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Rieck Sent: Friday, August 01, 2008 12:40 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ServiceInstall account problem Here's my entire WiX file: http

Re: [WiX-users] ServiceInstall account problem

2008-08-01 Thread Wilson, Phil
ailto:[EMAIL PROTECTED] On Behalf Of Daniel Rieck Sent: Friday, August 01, 2008 12:40 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ServiceInstall account problem Here's my entire WiX file: http://schemas.microsoft.com/wix/2006/wi [http://schemas.mic

Re: [WiX-users] ServiceInstall account problem

2008-08-01 Thread Bob Arnson
Daniel Rieck wrote: > I tried removing the Account and Password properties altogether, so it would > default to LocalSystem, but that didn't help either. > Try using a tool like InstSrv to see if you can register the service by hand. -- sig://boB htt

Re: [WiX-users] ServiceInstall account problem

2008-08-01 Thread Daniel Rieck
7:23 *An:* "General discussion for Windows Installer XML toolset." *Betreff:* Re: [WiX-users] ServiceInstall account problem Daniel Rieck wrote: > 1) I'm getting error 1923. > 1923 almost always indicates a problem with the attributes on the ServiceInstall element, such as a

Re: [WiX-users] ServiceInstall account problem

2008-07-31 Thread Bob Arnson
Daniel Rieck wrote: > 1) I'm getting error 1923. > 1923 almost always indicates a problem with the attributes on the ServiceInstall element, such as a bad user/password combination. Can you show what yours looks like? -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] ServiceInstall account problem

2008-07-31 Thread Wilson, Phil
ussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ServiceInstall account problem No, it's just my service exe and the four framework assemblies I mentioned earlier (mscorlib, System, System.Drawing, System.ServiceProcess). I previously used a deployment project from V

Re: [WiX-users] ServiceInstall account problem

2008-07-31 Thread Daniel Rieck
ustom action for the ServiceInstaller sometimes caused other problems, that's why I'm trying WiX now... *Von:* "Rob Mensching" <[EMAIL PROTECTED]> *Gesendet:* 31.07.08 17:37:06 *An:* General discussion for Windows Installer XML toolset. *Betreff:* Re: [WiX-users] Servi

Re: [WiX-users] ServiceInstall account problem

2008-07-31 Thread Rob Mensching
but I can't be sure my customers will have that installed or are willing to install it. *Von:* "Wilson, Phil" <[EMAIL PROTECTED]> *Gesendet:* 30.07.08 20:32:33 *An:* General discussion for Windows Installer XML toolset. *Betreff:* Re: [WiX-users] ServiceInstall account pro

Re: [WiX-users] ServiceInstall account problem

2008-07-31 Thread Daniel Rieck
re my customers will have that installed or are willing to install it. *Von:* "Wilson, Phil" <[EMAIL PROTECTED]> *Gesendet:* 30.07.08 20:32:33 *An:* General discussion for Windows Installer XML toolset. *Betreff:* Re: [WiX-users] ServiceInstall account problem 1) What'

Re: [WiX-users] ServiceInstall account problem

2008-07-30 Thread Wilson, Phil
taller XML toolset. Subject: Re: [WiX-users] ServiceInstall account problem Thanks, but that can't be the problem. My service only references Framework assemblies (mscorlib, System, System.Drawing and System.ServiceProcess). *Von:* "cemiles" <[EMAIL PROTECTED]> *Gesendet:* 29

Re: [WiX-users] ServiceInstall account problem

2008-07-30 Thread Daniel Rieck
Thanks, but that can't be the problem. My service only references Framework assemblies (mscorlib, System, System.Drawing and System.ServiceProcess). *Von:* "cemiles" <[EMAIL PROTECTED]> *Gesendet:* 29.07.08 17:45:38 *An:* wix-users@lists.sourceforge.net *Betreff:* Re: [WiX-

Re: [WiX-users] ServiceInstall account problem

2008-07-29 Thread cemiles
I'd say that error is very general. Chances are you have missing dependencies. Run your file through reflector or depends and see what you might be missing. Daniel Rieck wrote: > > > > Hi everyone, > > I'm just getting started with WiX. > > I want to create a setup to install a service wr

[WiX-users] ServiceInstall account problem

2008-07-29 Thread Daniel Rieck
Hi everyone, I'm just getting started with WiX. I want to create a setup to install a service written in .NET. I'm using the code snippet found at http://avinashkt.blogspot.com/2007/05/how-to-install-windows-service-using.html [http://avinashkt.blogspot.com/2007/05/how-to-install-windows-ser