...
Navigate to install directory
Activate Service
Run Execute the command Autoprint.WindowsService.exe /a
to activate the windows service
Execute the create command to link service to application
sc.exe create "OneFlo Autoprint {custom text}" binpath=
”c:\{installdirectory}\Autoprint.WindowsService.exe" type= own start= delayed-auto depend= spooler
...