Service Installer Topics

Service Installer Syntax and Examples


One Stepinstsrv ServiceName PathToExecuteable [-a AccountName] [-p AccountPassword] [ServiceName Remove]

Where:

ServiceName
is the name you want to assign to the service. This name will appear in listings such as those in the Services feature in Control Panel or in NetSvc/WinNetSvc.
PathToExecuteable
is the fully qualified path, including a drive letter, of the executable file for the service. The drive must be fixed and local.
ServiceName Remove
specifies the service you want to remove
-a AccountName
specifies the account the service will run under
-p AccountPassword
specifies the password for the account the service will run under

Examples