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