In article <[EMAIL PROTECTED]>,
    ar <[EMAIL PROTECTED]>  writes:

> Shall any one please let me know How to start a service?

Your service names don't match:

> <ServiceInstall Id='FoobarExe_ServiceInstall'
> DisplayName='foobar Service' Name='FoobarExe' ErrorControl='normal'
> Start='auto' Type='ownProcess' Vital='yes' />
>               
> <ServiceControl Id='FoobarExe_ServiceControl'
> Name='Foobar.exe'  Start='install' Stop='uninstall' Remove='uninstall' />

In one place you call it 'FoobarExe' and in the other place you call
it 'Foobar.exe'.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to