Hello,
I would like to register service to start with some arguments - meaning command line arguments of service itself. The best approach was some articles about selfregistratin g service, like f.e. http://alt.pluralsight .com/wiki/default.aspx/Craig/SelfInstallingS ervice.html
In this case I had assembly executable and could add my parameter at the end, but unfortunately registration itself closed it into dobulequotes :(, so result was "c:\directory\m yservice.exe /param" and service didn't not start of couse.
I spent almost all day looking for some solution but till now nothing. Do somebody know some solution or only way is to use an API function ?
tvr
I would like to register service to start with some arguments - meaning command line arguments of service itself. The best approach was some articles about selfregistratin g service, like f.e. http://alt.pluralsight .com/wiki/default.aspx/Craig/SelfInstallingS ervice.html
In this case I had assembly executable and could add my parameter at the end, but unfortunately registration itself closed it into dobulequotes :(, so result was "c:\directory\m yservice.exe /param" and service didn't not start of couse.
I spent almost all day looking for some solution but till now nothing. Do somebody know some solution or only way is to use an API function ?
tvr
Comment