Anidil wrote:
> 
> I see that the service.exe has been copied and registered under windows
> service console.but it doesn't start automatically.I get the following
> message when tried starting manually."Windows could not start the service on
> Local Computer. Error 1053: The service did not respond to the start or
> control request in a timely fashion."

I don't know if this is the same problem as in my case, but if your
service uses some runtime that is also installed by the MSI (eg. C
runtime), it CANNOT be started until MSI finalizes installation. The C
runtime will not be available and will fail to start.

This is assuming you are installing on Vista.

- Adam

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to