Wiki

Case Status
Log In

Wiki

 
Office 2010/2013/2016 Integrat…
  • RSS Feed

Last modified on 14/07/2016 14:48 by User.

Tags:

Office 2010/2013/2016 Integration

Overview

Kappris support for Office extends only to 32-bit Excel, Outlook and Word.

Office 2010/2013/2016 integration is handled by three different COM add-ins:

  • KapprisExcelIntegration.dll
  • KapprisOutlookIntegration.dll
  • KapprisWordIntegration.dll

These all reside in C:\Program Files (x86)\Kutana\Kappris

On installation each of these integration modules is installed and activated. If you do nothing further then Kappris will load with Excel, Outlook and Word.

Disabling Office Integration

The recommended way of disabling office integration is to use Group Policy.

Enabling/Disabling Kappris for ALL users on a machine

Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE<64-BIT_EXTENSION>\Microsoft\Office\<APP_NAME>\Addins\Kappris<APP_NAME>Addin.Kappris<APP_NAME>

Value: LoadBehavior = <SETTING>

Where:

<64_BIT_EXTENSION> is blank on 32-bit Windows and \Wow6432Node on 64-bit Windows

<APP_NAME> is Excel, Outlook or Word, depending upon the application you are changing

<SETTING> is 0 to disable Kappris integration, 3 to enable it

eg: to disable Kappris integration with Excel on 64-bit Windows, set

HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Microsoft\Office\Excel\Addins\KapprisExcelAddin.KapprisExcelAddin

LoadBehavior = 0

Disabling Kappris for one user on a machine

With Citrix or Microsoft RDS, you may want to have Kappris integration generally enabled for all users but disabled for some users. This should be done by editing a similar entry in the current user's registry hive.

Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE<64-BIT_EXTENSION>\Microsoft\Office\<APP_NAME>\Addins\Kappris<APP_NAME>Addin.Kappris<APP_NAME>Addin

Value: LoadBehavior = <SETTING>

Use the same values for <SETTING> as before.

Kappris V1 Only (1.7.x, 1.8.x)

Overview

Office 2010/2013 integration is handled entirely by KapprisOffice.dll, which can be found in the Kappris program folder. Since Kappris version 1.7.1 this DLL is registered on installation in preference to Office 2003/2007 integration. If you are using Office 2003/2007 please follow these notes.

You will not require any startup templates with Word 2010/2013 integration unless you are writing macros to extend Kappris features in Word.

Disabling Outlook or Word Integration

If, for any reason, you want to disable Kappris integration for Outlook and/or Word, it can be done by altering config.ini in the Kappris program folder as follows:

[Supported Applications]

Outlook Active=False

Word Active=False

If either of these entries exists and is set to False, that application integration will be disabled.

If an entry is missing, commented out or set to True, that application integration will remain active.