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

  1. Open the Self-service Portal using the new home URL.
  2. Select any printer, and then select Install Printer. This action sets the home URL.
  3. 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:

Copy Code
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

  1. Open the Self-service Portal using the new home URL.
  2. Select any printer, and then select Install Printer. This action sets the home URL.
  3. When the confirmation prompt appears, select Yes.

Use the Terminal

Open the Terminal, and run the following command to change the home URL:

Copy Code
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:

Copy Code
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

  1. In the Start menu, search for and select Control Panel.
  2. Select Uninstall a program.
  3. Right-click Printer Installer Client.
  4. Select Uninstall.
  5. Navigate to C:\Program Files (X86), and delete the Printer Properties Pro folder.
  6. Open the Registry Editor.
  7. Navigate to HKLM\SOFTWARE\PrinterLogic.
  8. Delete the PrinterLogic key.
  9. Navigate to HKLM\Software\Wow6432Node\PPP.
  10. 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:

Copy Code
Taskkill /F /IM PrinterInstaller*

macOS

Use a File Browser

  1. Browse to /opt/PrinterInstallerClient/bin.
  2. Double-click PrinterInstallerClientUninstall.app.

Use the Terminal

Open the Terminal, and run the following command to uninstall the Client:

Copy Code
sudo /opt/PrinterInstallerClient/bin/./uninstall.sh

Linux

Open the Terminal, and run the following command to uninstall the Client:

Copy Code
sudo /opt/PrinterInstallerClient/bin/./uninstall.sh