Additional Client Options
Last Updated: April 07, 2026
The following are additional Client options for managing your Vasion Print environment.
Update the Home URL
The Client's home URL identifies the Vasion Print server that your Client checks in with to receive printer-driver deployments, updates, etc. Typically the admin sets the home URL. However if the Domain Name System (DNS) of the server changes, you need to update the Client's home URL.
Home URL Security is always on, and you cannot turn it off. If you need to access additional home URLs when managing multiple instances, add the home URL to the Vasion Print allow list. For more details refer to Home URL Security.
Windows
Use the Self-service Portal
- Open the Self-service Portal using the new home URL.
- Select any printer, and then select Install Printer. This action sets the home URL.
- When the confirmation prompt appears, select Yes.
Use a Command Prompt
Open a command prompt, and use the following script to change the home URL:
msiexec /i \\server\share\PrinterInstallerClient /qn ADDLOCAL=ALL REINSTALLMODE=vomous REINSTALL=ALL HOMEURL={URL} AUTHORIZATION_CODE={AUTHORIZATION CODE}
NET START PrinterInstallerLauncher
Vasion Print supports HTTPS exclusively.
macOS
Use the Self-service Portal
- Open the Self-service Portal using the new home URL.
- Select any printer, and then select Install Printer. This action sets the home URL.
- When the confirmation prompt appears, select Yes.
Use the Terminal
Open the Terminal, and run the following command to change the home URL:
sudo /opt/PrinterInstallerClient/bin/set_home_url.sh [PROTOCOL] [HOMEURL]
Replace [PROTOCOL] with HTTPS and [HOMEURL] with the new URL.
The home URL changes to the URL that you used to access the Self-service Portal.
Uninstall the Client
The following are instructions to uninstall the Client.
Windows
Automatic Uninstall
Use the following to build a batch script to use with your scripting service:
taskkill /F /IM PrinterInstallerClientLauncher.exe
taskkill /F /IM PrinterInstallerClient.exe
taskkill /F /IM PrinterInstallerClientInterface.exe
taskkill /F /IM PrinterInstaller_MicrosoftMigrator.exe
net stop spooler
%windir%\system32\msiexec.exe /qn /quiet /norestart /x {A9DE0858-9DDD-4E1B-B041-C2AA90DCBF74} REMOVE=ALL
del "C:\Program Files (x86)\Printer Properties Pro\*.*" /q
reg delete HKLM\SOFTWARE\PrinterLogic /f
reg delete HKLM\SOFTWARE\Wow6432Node\PPP /f
rmdir %windir%\Temp\data /q /s
rmdir %windir%\Temp\PPP /q /s
rmdir "C:\Program Files (x86)\Printer Properties Pro" /s /q
net start spooler
Manual Uninstall
- In the Start menu, search for and select Control Panel.
- Select Uninstall a program.
- Right-click Printer Installer Client.
- Select Uninstall.
- Navigate to C:\Program Files (X86), and delete the Printer Properties Pro folder.
- Open the Registry Editor.
- Navigate to HKLM\SOFTWARE\PrinterLogic.
- Delete the PrinterLogic key.
- Navigate to HKLM\Software\Wow6432Node\PPP.
- Delete the PPP key.
The PrinterInstallerClient.exe and PrinterInstallerClientInterface.exe processes might continue to run until PrinterInstallerClient.exe processes the shutdown command, which can take several minutes. To force the process shutdown, run the following command in a command prompt or with a batch file after the uninstall:
Taskkill /F /IM PrinterInstaller*
macOS
Use a File Browser
- Browse to /opt/PrinterInstallerClient/bin.
- Double-click PrinterInstallerClientUninstall.app.
Use the Terminal
Open the Terminal, and run the following command to uninstall the Client:
sudo /opt/PrinterInstallerClient/bin/./uninstall.sh
Linux
Open the Terminal, and run the following command to uninstall the Client:
sudo /opt/PrinterInstallerClient/bin/./uninstall.sh