Instructions
Single installer - The combined installer should be the only one required for most cases.
It will install the application plus a virtual Mediref-Printer that allows Mediref to integrate with any application with print functionality.
IT Admins
Perform a network wide installation using the below commands:
Installation
powershell
Invoke-Command -ComputerName $computers -ScriptBlock {
Start-Process "\\server\Mediref-With-Printer-X.X.X.exe" -ArgumentList "/S" -Wait
}
Uninstallation
powershell
Invoke-Command -ComputerName $computers -ScriptBlock {
& "C:\Program Files\Mediref\uninstall-mediref.exe"
}
Combined Installer
Installs the application plus a virtual Mediref-Printer that allows Mediref to integrate with any application with print functionality.
App Only
Mediref desktop application without printer component
Printer Only
Standalone printer utility for Windows systems
Master uninstaller
Shouldn't be necessary as this is bundled in with the combined installer above. But just in case. Uninstalls all Mediref components from the system (printer, application, etc) vs having to do them one at a time.
Legacy uninstaller
Also shouldn't be necessary as this too is bundled in with the combined installer above. Uninstalls the Mediref components pre version 3.0.0 at which time we made some major changes.