Are ec3 and c1 definitely the correct property names?
The inclusion of /work at the end of this command line warrants critical evaluation.
The tail end of the command— t1 ec3 c1 i1 work —consists of specific to the Sophos MSI. These are used to pre-configure the add-in so users don't have to enter settings manually after the install. msiexec qr i sophosoutlookaddinsetupmsi t1 ec3 c1 i1 work
msiexec /qr /i sophosoutlookaddinsetup.msi t1 ec3 c1 i1 work
If you need to manage of the add-in before running this install. Are ec3 and c1 definitely the correct property names
The command msiexec /qr /i sophosoutlookaddinsetup.msi t1 ec3 c1 i1 is a specific instruction used for the of the Sophos Outlook Add-in, typically for SPX Encryption within a Sophos UTM environment. Breakdown of the Command
: The target installer package. Ensure the command line is executed from the directory housing this file, or provide the absolute file path (e.g., "C:\Deploy\SophosOutlookAddInSetup.msi" ). These are used to pre-configure the add-in so
| Property | Description | Value(s) in this command | | :--- | :--- | :--- | | | Determines which features are available to users. | 1 - Both encryption and spam reporting (This enables all add-in features) | | EC (ENCRYPTIONCONFIGURABLE) | Controls whether users can modify encryption settings. | 3 - Allows the user to change encryption options (e.g., policy settings) | | C (COMPRESS) | Defines compression settings for encrypted messages. | 1 - Compression enabled for encrypted messages | | I (INLINEENCRYPTION) | Enables or disables inline encryption. | 1 - Inline encryption enabled (allows users to encrypt messages directly from the Outlook ribbon) |
Let’s dissect what each segment likely intends, then rebuild the correct command to silently deploy the (used for email encryption, anti-phishing, and data leak prevention inside Microsoft Outlook).
msiexec /i "SophosOutlookAddin.msi" /qr EC3=value C1=1 I1=1 WORK=1