/
Service_Create
Service_Create
Description
Creates Windows Service using the specified options
Syntax
Service_Create(sServiceName, sDisplayName, sBinPath) As Boolean
Parameters
sServiceName (String)
Name of service
sDisplayName (String)
Name showed on service-list
sBinPath (String)
Path for binary service-files
Example
VBScript
If bStatus Then bStatus = Service_Create("ServiceName", "DisplayName", "C:\CapaInstaller.exe")
Related functions
Service_Create Service_Exist Service_SetStartMode Service_Start
, multiple selections available,
Related content
Service_Create
Service_Create
More like this
Service_Create
Service_Create
More like this
Service_Create
Service_Create
More like this
Service_Start
Service_Start
More like this
Service_Start
Service_Start
More like this
Service_WaitForStart
Service_WaitForStart
More like this