Service_Create
Description
Section titled “Description”Creates Windows Service using the specified options
Syntax
Section titled “Syntax”Service_Create(sServiceName, sDisplayName, sBinPath) As Boolean
Parameters
Section titled “Parameters”sServiceName (String)
Section titled “sServiceName (String)”Name of service
sDisplayName (String)
Section titled “sDisplayName (String)”Name showed on service-list
sBinPath (String)
Section titled “sBinPath (String)”Path for binary service-files
Example
Section titled “Example”If bStatus Then bStatus = Service_Create("ServiceName", "DisplayName", "C:\CapaInstaller.exe")Related functions
Section titled “Related functions”Service_Create Service_Exist Service_SetStartMode Service_Start Constants Package Property Variables