How to silently deploy the PrintPath Notification Agent

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" /quiet

  • 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.