The plug-in can also be installed by using unattended install. To do this, enter the following parameters in the installation process:


Note Old versions of the system should automatically uninstall before a new version is installed. Should this cause problems, please click here.


ParameterValueMeaning of value
OFFICEEXCELACTIVE0 or 10 = inactive / 1 = active
OFFICEOUTLOOKACTIVE0 or 10 = inactive / 1 = active
OFFICEPOWERPOINTACTIVE0 or 10 = inactive / 1 = active
OFFICEWORDACTIVE0 or 10 = inactive / 1 = active
SUBSCRIPTIONSubscription codeSubscription code will be provided by eformity (only in combination with a Cloud subscription)
DEFAULTSERVERServername:portThe server and port that need connecting to (only in combination with on-premise installation)
SERVERTYPECloud or OnPremiseOnly for on-premise install
SHOWFIRSTRUN0 or 10 = do not show information screen
1 = show information screen
/exenoui /qnn.v.t.No interface


Example unattended install

When installing for the Cloud platform:

eformity_MicrosoftOfficeAddin.exe /exenoui /qn SUBSCRIPTION=Installatiecode OFFICEOUTLOOKACTIVE=1 OFFICEPOWERPOINTACTIVE=1 OFFICEWORDACTIVE=1


When installing for on-premise:

eformity_MicrosoftOfficeAddin.exe /exenoui /qn DEFAULTSERVER=<server> SERVERTYPE=OnPremise OFFICEOUTLOOKACTIVE=1 OFFICEPOWERPOINTACTIVE=1 OFFICEWORDACTIVE=1


Please note if the parameter for DEFAULTSERVER is a web address, a | (pipe) has to be used between the : and the // of the address and encapsulated by “ (double quote).

Example: DEFAULTSERVER=”https:|//subdomain.domain.tld”.


Unattended uninstall

To uninstall the add-in, the following command can be used:

eformity_MicrosoftOfficeAddin.exe /exenoui /x // /qn REMOVEAPPLICATIONDATA=1


The parameter ‘REMOVEAPPLICATIONDATA’ can have the value 0 or 1 (0 is default) and ensures the removal of application data. If this command is executed under the current user account, application data of the current user is also removed.