...
Log into OneFlo using username configured
...
Download file
Click on the Below link to download the autoprint file
Navigate to https://portal.oneflo.com.au/PrinterConfig/download-v2-zip
...
Copy the whole folder AutoPrint 2.3.10
into C:\Program Files
(x86)\Flip Group
if you don't have Flip group folder, you can create one
...
Rename folder AutoPrint - 2.3.10
something meaningful related to username. Ideally name folder AutoPrint Username
...
Edit Settings
Open folder
AutoPrint
...
-TestUser1
Edit file
appsettings.json
Please open the file under admin
...
Generate Key
...
Add AutoPrintAPI Key
...
Also to Get ClientID click on below link and click on Generate new GUID and copy to update in the above file
...
7. And add ClientID to file
...
When creating a multi instance installation you will need to provide the AutoPrint service name, and for all installations it must be unique. (Alphanumeric only, limit of 50 chars)
...
Get ClientID
Add ClientID to file
...
So here I have put Autoprint-TestUser1
as here the username is unique
...
Save and Close
Create Service
Open CMD prompt as Administrator
Navigate to install directory
Activate
...
The Client
Execute the command Autoprint.WindowsService.exe /a
to activate the windows service AutoPrint client
Create AutoPrint 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
...
Code Block |
---|
sc.exe create "OneFlo Autoprint Username" binpath= "C:\Program Files (x86)\Flip Group\AutoPrint-RossCefmAutoPrint-TestUser1\Autoprint.WindowsService.exe" type= own start= delayed-auto depend= spooler |
Check the service exists in Windows Services named OneFlo Autoprint Username
Configure the Printer Settings In OneFlo
AutoPrint - OneFlo Printer Configuration
Repeat Steps For Each User
Please Follow this step again, for other users who are using that same workstation.
Stopping the service
Info |
---|
If you need to delete the service
|