We've Moved!
We've unified our Vasion Print (formerly PrinterLogic) and Vasion Automate documentation into a single, streamlined resource to better serve you. Visit our new unified documentation site: docs.vasion.com
Note: This legacy site will not be updated after January 6, 2025, and will remain available for reference until May, after which all traffic will automatically redirect to docs.vasion.com/a/Get_Started/Automate.htm.
Last updated: January 07, 2025
Client Commands
Below are some common commands when using the Vasion Print (formerly PrinterLogic) client on Windows, macOS, and Linux machines.
For overrides, reference Override Options for Windows and Override Options for Mac / Linux.
Windows
Start Client
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" hideclientwindow
Open Client Console
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" showclientwindow
Open Default Printer Modal
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" autoopensetdefault
Open Delete Printer Modal
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" autoopendeleteprinter
Open Installed Printers List
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" autoopenviewprinter
Open the Self-service Portal
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" autoopensystray
Refresh the Client
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" refresh
Refresh the Client (Silent)
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" silentrefresh
Shutdown Client
"C:\Program Files (x86)\Printer Properties Pro\Printer Installer Client\PrinterInstallerClient.exe" Shutdown
Uninstall Client
C:\Windows\SysWOW64\msiexec.exe /x {A9DE0858-9DDD-4E1B-B041-C2AA90DCBF74}
macOS
Download the Client Installation File
curl -o /tmp/PrinterInstallerClientSetup.pkg https://<HOME_URL_HERE>/client/setup/PrinterInstallerClientSetup.pkg
Replace <HOME_URL_HERE>
with your instance URL.
macOS / Linux
Start the Client
sudo systemctl start printer-installer-client
Stop the Client
sudo systemctl stop printer-installer-client
sudo killall -s SIGKILL PrinterInstallerClientService
sudo killall -s SIGKILL PrinterInstallerClientInterface
sudo killall -s SIGKILL PrinterLogicIdpAuthentication
sudo killall -s SIGKILL system_tray_icon
#If the device is configured as the Service Client, the commands below stop the additional services running.
sudo killall -s SIGKILL PrinterLogicServiceManager
sudo killall -s SIGKILL PrinterLogicServicePrinterApp
sudo killall -s SIGKILL PrinterLogicServiceIdentitySync
sudo killall -s SIGKILL PrinterLogicServiceSNMP
sudo killall -s SIGKILL PrinterLogicServiceOffNetworkClient
sudo killall -s SIGKILL PrinterLogicServiceOffNetworkServer
Refresh the Client
sudo /opt/PrinterInstallerClient/bin/refresh.sh
Uninstall the Client
sudo /opt/PrinterInstallerClient/bin/uninstall.sh
Create Debug Bundle
This command creates a debug bundle for troubleshooting with our support team and stores it in /opt/PrinterInstallerClient/bin, using the naming scheme PrinterLogic-debug-<timestamp>.zip.
sudo /opt/PrinterInstallerClient/bin/bundle_debug.sh
List all Vasion Print (formerly PrinterLogic) Binaries Currently Running
sudo ps aux | grep "$(cat /etc/pl_dir)"
Set Proxy Server on Mac/Ubuntu/Red Hat
http_proxy=<proxy_server_fqdn_or_ip>:<port>
https_proxy=<proxy_server_fqdn_or_ip>:<port>
Example:
http_proxy=proxy.mycompany.com:8080
https_proxy=proxy.mycompany.com:8080
To disable the proxy completely, reference Override Options for Mac / Linux.
-
Week Ending In Jan 4th, 2025
-
Released: Dec 27th, 2024
-
Released: Dec 23rd, 2024
-
Android/iOS: Dec 23rd, 2024
-
Released: Dec 9th, 2024