To update the Client's HomeURL, do one of the following:
Windows
Method #1: Manual Update
- Open the portal using the desired new HomeURL
- Select any printer, and then click Install Printer.
- Say "No" to the install confirmation prompt.
- The HomeURL is now set to the the URL used to access the portal.
Method #2: Automated Update
- Use a msi deployment product to deploy PrinterInstallerClient.msi with the following command that includes the new homeURL value:\\server\share\PrinterInstallerClient.msi HOMEURL=http://new.NewHomeURL.com REINSTALLMODE=vomus REBOOT=ReallySupress REINSTALL=ALL /qn /norestart
Mac
Method #1: Manual Update
- Open the portal using the desired new HomeURL
- Select any printer, and then click Install Printer.
- Say "No" to the install confirmation prompt.
- The HomeURL is now set to the the URL used to access the portal.
Method #2: Terminal
- Open the Terminal on the workstation and run the following command with either http or https:
- sudo /opt/PrinterInstallerClient/bin/set_home_url.sh http NewHomeURL.com
- The HomeURL is now set to the the URL used to access the portal.