Deploying windows service

jorge

Junior Contributor
Joined
Jul 13, 2003
Messages
239
Location
Belgium
Hi, made a windows service
but when i install it via:
install /u myapp.exe

it will use myapp.exe as executable for the service,
but it need's to use myapp.exe -server
so how can i make installutil.exe install it with the -server switch?
 
Back
Top