Mediref Downloads

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"
}