S
Shani
Could someone suggest me as to how to install an
Windows Service in C#? I do not want to use InstallUtil
as I need to pass a parameter, which is not possible.
I do not want to use write an installer application
either. I want to install from Command Line prompt
from .NET and pass in different parameter values
hsomething
like,
ServiceName /Install
/ABC=""
/XYZ=""
Thank you in advance
-Shani
Windows Service in C#? I do not want to use InstallUtil
as I need to pass a parameter, which is not possible.
I do not want to use write an installer application
either. I want to install from Command Line prompt
from .NET and pass in different parameter values
hsomething
like,
ServiceName /Install
/ABC=""
/XYZ=""
Thank you in advance
-Shani