Install the CrudeSync import service
- Last UpdatedAug 14, 2026
- 1 minute read
In this section you will learn: How to install the CrudeSyncImport Windows service, set the service identity and the failure mode.
-
Open a CMD or PowerShell prompt with elevated privileges in the following folder:
\Web\SpiralSuite\CrudeSyncImport\<CrudeSyncImportFolder>\Release
-
Install the CrudeSyncImport service by executing the following commands:
.\CrudeSyncImport.exe Install /Account=NetworkService
sc.exe failure "SpiralCrudeSyncImport" reset=86400 actions=restart/1000/restart/1000