Last updated: July 18, 2024
Client Commands
Below are some common commands when using the Virtual Appliance 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 Virtual Appliance 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.
-
Released: November 21st, 2024
Updated Application Version Included
-
New Mobile App Release
iOS: November 11th, 2024 -
Released: November 11th, 2024