NewsArchive
11-22-2007, 03:03 AM
I have a utility that needs to be installed as a service.
When asked how to install this service the provider supplied this response:
You can install the Windows Service "NewService Service" using the dos sc.exe tool in a batch file:
sc create astcc binPath= "C:\Windows\System32\NewService.exe"
sc start NewService
I have read about services in SetupBuilder but am hesitant to move forward.
Any advice...or is it as simple as it looks ?
Mike
When asked how to install this service the provider supplied this response:
You can install the Windows Service "NewService Service" using the dos sc.exe tool in a batch file:
sc create astcc binPath= "C:\Windows\System32\NewService.exe"
sc start NewService
I have read about services in SetupBuilder but am hesitant to move forward.
Any advice...or is it as simple as it looks ?
Mike