When i create a service manually using the following commands :

sc create "Service" binpath= "\..\service.exe"
start "Service"

from the Windows CLI, service gets created and started and the application
detects the service.

But when i use <ServiceInstall/> and <ServiceControl/> elements inside the
wix source code,application doesn't detect the service though the service is
up and running fine.
Could anyone give me an insight on this issue? What is that stopping the
service from interacting with the application when launched as part of wix
source code? and what is happening when i create a service manually??


 
-- 
View this message in context: 
http://www.nabble.com/Service-nightmare-tp15433258p15433258.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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