How to Install the Outlook Archive Plugin

Affected software version: All versions
Role: Admin 


To download the Jatheon Outlook Plugin, click on the button below:

Outlook Plugin 32bit

Outlook Plugin 64bit


To perform silent installation:

Mandatory input parameter: SERVER_NAME
eg.: SERVER_NAME= "example.internal.jatheon.com"

C:\>msiexec /i JatheonOutlookAddInSetup.msi /quiet /lei install.log SERVER_NAME="example.internal.jatheon.com"

Or for the 64bit version:

C:\>msiexec /i JatheonOutlookAddInSetup-x64.msi /quiet /lei install.log SERVER_NAME="example.internal.jatheon.com"


Optional input parameter: with FOLDER_NAME
eg.: FOLDER_NAME="Archive Search"

C:\>msiexec /i JatheonOutlookAddInSetup.msi /quiet /lei install.log FOLDER_NAME="Archive Search" SERVER_NAME="example.internal.jatheon.com"


Optional input parameter: with NOSSL
eg.: NOSSL="True"

C:\>msiexec /i JatheonOutlookAddInSetup.msi /quiet /lei install.log NOSSL="True" SERVER_NAME="example.internal.jatheon.com"


Optional input parameter
: with ALLUSERS (install for all users on single machine)
eg.: ALLUSERS=1

C:\>msiexec /i JatheonOutlookAddInSetup.msi /quiet /lei install.log FOLDER_NAME="Archive Search" SERVER_NAME="example.internal.jatheon.com" ALLUSERS=1


To perform silent uninstall:

C:\>msiexec /x JatheonOutlookAddInSetup.msi /quiet /lei uninstall.log


Output logs are in install.log and uninstall.log

Note:
msiexec.exe is a Windows system executable. It requires Admin privileges to run.

Comments

Powered by Zendesk