Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In larger environments, it helps to be able to silently deploy the PrintPath Notification Agent installer to the various user workstations.  Please see below for the appropriate command to install the PrintPath Notification Agent in a silent mode:

  • Windows Installer (MSI): msiexec /i "PrintPath Notification Agent.msi" CMDLINE="SILENT=True ALLUSERS=True RUNAPP=True SERVERURL=http://PRINTPATHSERVER:1616"

  • Executable (EXE): "PrintPath Notification Agent.exe" SILENT=True ALLUSERS=True RUNAPP=True SERVERURL="http://PRINTPATHSERVER:1616"

In the above commands, "PRINTPATHSERVER" represents the name or IP address of the server where PrintPath is installed.  You will need to replace "PRINTPATHSERVER" with the appropriate name or IP address of your server.

  • No labels