If you have the .msi file, run:
msiexec /a SophosOutlookAddinSetup.msi /qb TARGETDIR=C:\temp_extract
Then look at the .msi tables (e.g., Property table) using Orca or SuperOrca to see valid public properties.
If you meant to ask what this command does – it silently installs the Sophos Outlook Add-in with certain preconfigured settings (likely toolbar, email client version, installation scope, and work environment mode).
Title: Silent Installation of Sophos Outlook Add-in msiexec qr i sophosoutlookaddinsetupmsi t1 ec3 c1 i1 work
Command:
msiexec /i "SophosOutlookAddinSetup.msi" /qn /norestartParameters explained:
Verification: Check
%ProgramFiles%\Sophos\Sophos Outlook Add-inor Outlook > File > Options > Add-ins. If you have the
If you have the actual MSI file but the above command failed, follow this safe procedure:
If you executed the original command and saw an error like:
Without official Sophos documentation matching EC3, C1, I1, these are likely internal property names from a customized MSI prepared by a third-party or legacy Sophos Central Connector. Then look at the
This is the core Windows Installer service executable. It is the standard method for installing, modifying, and removing software packages (.msi files) on Windows operating systems.
Your input:
msiexec qr i sophosoutlookaddinsetupmsi t1 ec3 c1 i1 work
Standard msiexec pattern:
msiexec /<switch> [parameters] <package.msi>