...
Code Block | ||
---|---|---|
| ||
sc create MongoDB binPath= "\"C:\GetSmart\MongoDB\bin\mongod.exe\" --config \"C:\getsmart\mongod.cfg\" --service" start=auto
sc create Globalforms binPath="\"C:\Program Files\nodejs\Node.exe\" \"C:\GlobalForms\Service\" --run" start=auto depend="MongoDB"
sc create ssBatchPortal binPath= "\"C:\Getsmart\BatchPortal\ssBatchPortal.exe\" -service" start=auto depend="MongoDB"
sc create ssLicenseClean binPath= "\"C:\GetSmart\ssLicenseClean.exe\" -service" start=auto
sc create ssCaptureManager binPath= "\"C:\GetSmart\ssCaptureManager.exe\" -service" start=auto ***
sc create GlobalCapture_[EngineNumberHere] binPath= "\"C:\GetSmart\CaptureServices\GlobalCapture_1\Square9.GlobalCapture.exe\" -service" start=auto depend="MongoDB" **
sc create Square9.GlobalAction binPath= "\"C:\GetSmart\Square9.GlobalAction.exe\" -service" start=auto depend="MongoDB"
sc create GlobalAction_[EngineNumberHere] binPath= "\"C:\GetSmart\ActionServices\GlobalAction_1\Square9.GlobalAction.exe\" -service" start=auto depend="MongoDB" *
sc create ssContentIndex binPath= "\"C:\GetSmart\ssContentIndex.exe\" -service" start=auto
sc create ssDocWFManager binPath= "\"C:\GetSmart\ssDocWFManager.exe\" -service" start=auto
sc create ssImpEngine binPath= "\"C:\GetSmart\SSIMPORTERWS.exe\" -service" start=auto |
...