: The standard parameter to initiate the installation of the specified package.
Tells the system to put the software on the computer. SophosOutlook...msi msiexec qr i sophosoutlookaddinsetupmsi t1 ec3 c1 i1 work
The command msiexec /qr /i SophosOutlookAddInSetup.msi T=1 EC=3 C=1 I=1 is used for the of the Sophos Outlook Add-in, specifically for SPX Encryption or Phish Threat reporting. Command Breakdown : The standard parameter to initiate the installation
: The Windows Installer executable used to install, modify, or remove software. /i : Indicates an installation operation. msiexec qr i sophosoutlookaddinsetupmsi t1 ec3 c1 i1 work