XDOC Print Proxy Client - Customer Guide

Overview
- XDOC Print Proxy Client receives print jobs from XDOC virtual printers.
- It uploads the print file to your XDOC server.
- After upload, it opens the browser to continue the XDOC print workflow.

Installation (Standard)
1. Run the setup executable.
2. Follow the wizard steps.
3. Enter your XDOC server settings (protocol/domain/port).
4. Select the printer drivers and options you need.
5. Finish installation.

Installation (Silent/Unattended)
- Place axInstall.cfg in the same folder as the setup executable.
- Run setup with silent flags, for example:
  setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
- Required in axInstall.cfg for silent install:
  - config.domain
  - config.protocol (http or https)

What Is Installed
- Main client app: axPrintProxy.exe
- Configuration file: config\axPrintProxy.cfg
- Resource text file: resource\axPrintProxy.res
- Optional printer drivers: Black and White, Color, True-Color (based on install options)

Where to Change Settings
- Use the Settings app (if installed), or
- Edit config\axPrintProxy.cfg directly.

Uninstall
1. Open Windows Settings > Apps (or Control Panel > Programs and Features).
2. Find XDOC Print Client.
3. Select Uninstall.

Uninstall (Silent/Unattended)
- The uninstaller supports silent flags. Run the uninstaller in the install
  folder directly, for example:
  "C:\XDocClient\PrintProxy2.0\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
- For mass deployment (SCCM/Intune/GPO), use the provided helper, which locates
  the uninstaller automatically from the registry:
  powershell -ExecutionPolicy Bypass -File silent-uninstall.ps1
  (or run silent-uninstall.bat from an elevated command prompt)

Notes
- Uninstall removes installed client files and runs printer driver removal commands.
- If your organization configured custom workflow folders, your IT admin may manage those paths separately.

Troubleshooting Basics
- If upload fails, verify the server URL in config\axPrintProxy.cfg.
- Check network connectivity to the XDOC server.
- If needed, contact your IT support team with your install version and error details.
