Info |
---|
First Log Into OneFlo as the user you plan to use on that despatch machine The steps below are to be used in conjunction with the instructions to install AutoPrint Autoprint - How to Install Auto Print |
Warning |
---|
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. |
Info |
---|
There has been instances where installing via the executable in OneFlo/efm App, then setting the AutoDetect code snippet below in Autoprint.WindowsService.exe.config with the proxy address has resolved proxy related issues. Please try this first before attempting to use the custom installer which bypasses the proxy entirely. |
Then after installation add this entry to Autoprint.WindowsService.exe.config and add proxy address, and restart the windows service:
Code Block | ||
---|---|---|
| ||
<system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy usesystemdefault="true" bypassonlocal="true" proxyaddress="http://<!--EnterProxy if known-->" /> </defaultProxy> </system.net> |
If the above does not resolve:
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.
...
Code Block | ||
---|---|---|
| ||
<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.
...
...