AutoPrint - Installation on Networks with Proxy
Some networks have restricted websites that users in the domain can visit. Please check with your IT Administrator to understand if you have proxy settings on your network.
You can also check yourself via your favourite web browser (e.g. Chrome below) if you require proxy settings to browse the internet.
If there is a value on the "Proxy server Address" field, then your network requires proxy to access the internet. If this is the case, the default installer of AutoPrint will not work. Proceed with this page.
This page provides access to the installer that bypasses the proxy. This installer follows the same procedure as in Autoprint - Installing the Windows Service except for the part (4) where the Token is entered during the installation phase.
You will need assistance from your efm Account team to provide some details after the installation.
There are three things which need to be added manually
Token
UserId
Proxy settings (you may need not enter this if you can use AutoDetect)
This is added to the Autoprint.WindowsService.exe.config located in the installation directory. The default installation directory is at C:\Program Files (x86)\Flip Group\OneFlo AutoPrint
Autoprint.WindowsService.exe.config
<appSettings>
<add key="Autoprint.API.Url" value="http://prauseweb003.azurewebsites.net/api/"/>
<add key="ClientSettingsProvider.ServiceUri" value="" />
<add key="Token" value="<!-- Enter OneFloAutoPrint Token-->"/>
<add key="UserId" value="<!--Enter UserId-->"/>
</appSettings>
AutoDetect Proxy settings:
Autoprint.WindowsService.exe.config
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy usesystemdefault="true" bypassonlocal="true"
proxyaddress="http://<!--EnterProxy if known-->" />
</defaultProxy>
</system.net>
Now that you are aware of what needs to happen, you can download the installer here.