Lindsay Harris wrote:

I have a service I am installing (that part is working fine), but when I try to start it on install I am getting a "Error 1920. Service 'AgpmEXEInstall' (AgpmEXEInstall) failed to start. Verify that you have sufficient privileges to start system services." error. However when I start it manually after install it starts up fine.

That is frequently caused by the service executable having dependencies that aren't satisfied by the time during the installation that StartServices is run. For example, is the service managed and dependent on assemblies installed to the GAC? That won't work, as GAC'd assemblies are committed very late in the install.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to