I've also worked on projects where the developers used environment variables 
across the system and in the service.  This also can cause a race condition as 
the SCM doesn't recognize environment changes.  

  The poster mentioned install/start manually.  Certainly try install MSI start 
manually.  If this works you probably have a race conditionion.  If it doesn't 
work, you probably have configuration / installation data problems.    
  
"Wilson, Phil" <[EMAIL PROTECTED]> wrote:
  If it can be started ok after the install then the issue could be 
dependencies. If it's dependent on an assembly in the GAC or (on Vista) the C++ 
CRT support being installed from a merge module these won't be available at 
StartServices time.

Phil Wilson

-----Original Message-----
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 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 have sample code?

Much appreciated.

Graham

Code:

SharedDllRefCount='no' KeyPath='no' NeverOverwrite='no' Permanent='no' 
Transitive='no'
Win64='no' Location='either'>

Source='Call Manager Service.exe' ReadOnly='no' KeyPath='yes' Vital='yes' 
Hidden='no' System='no'
Checksum='no' />

ErrorControl='normal' Start='auto' Type='ownProcess' Vital='yes' 
Interactive="no" />

Start='install' Stop='both' Remove='uninstall' Wait='yes' />




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) 
Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to