Re: [WiX-users] Problem Starting service on XP

2008-01-04 Thread Meyrignac, Jean-Charles
TECTED] De la part de Graham Vickrage Envoyé : jeudi 3 janvier 2008 16:52 À : wix-users@lists.sourceforge.net Objet : Re: [WiX-users] Problem Starting service on XP In the end it was the the exe.config file not being included with the serice.exe file. I added the following in the service compon

Re: [WiX-users] Problem Starting service on XP

2008-01-03 Thread Graham Vickrage
mailto:[EMAIL PROTECTED] On Behalf Of Graham Vickrage > Sent: Wednesday, January 02, 2008 10:42 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Problem Starting service on XP > > I am trying to install and start a service but its coming back with. > Error msg: Ver

Re: [WiX-users] Problem Starting service on XP

2008-01-02 Thread Richard
Make sure you are using the service name in the ServiceControl table and not the display name. The two are not necessarily the same and you must use the service name when controlling services in Windows Installer. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download

Re: [WiX-users] Problem Starting service on XP

2008-01-02 Thread Christopher Painter
: Wednesday, January 02, 2008 10:42 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem Starting service on XP I am trying to install and start a service but its coming back with. Error msg: Verify that you have sufficient priveleges to start system services. I am running the msi

Re: [WiX-users] Problem Starting service on XP

2008-01-02 Thread Wilson, Phil
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Vickrage Sent: Wednesday, January 02, 2008 10:42 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem Starting service on XP I am trying to install and start a service but its coming back with. Error msg: Verify tha

Re: [WiX-users] Problem Starting service on XP

2008-01-02 Thread Michal Peled
Graham Vickrage Sent: Wednesday, January 02, 2008 8:42 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem Starting service on XP I am trying to install and start a service but its coming back with. Error msg: Verify that you have sufficient priveleges to start system services. I

[WiX-users] Problem Starting service on XP

2008-01-02 Thread Graham Vickrage
I am trying to install and start a service but its coming back with. Error msg: Verify that you have sufficient priveleges to start system services. I am running the msi file as an administrator. I can install / start the service manually but not via wix, has anyone seen this before and do they