To uninstall a previously installed system, use one of the following commands:
msiexec /x "\\[file path]\Hyland OnBase Virtual Print Driver x64.msi"
or
msiexec /x "\\[file path]\Hyland OnBase Virtual Print Driver x86.msi"
The msiexec.exe program starts the installer process, followed by the /x switch, which dictates an uninstall process. This is followed by the name of the package to remove (Hyland OnBase Virtual Print Driver x64.msi, or Hyland OnBase Virtual Print Driver x86.msi).
The uninstall switch is generally used with no additional parameters.