To install DocIntegrate Outlook, download and run the following installer: DocIntegrate Outlook 1.2.23. After this, the below registry settings need to be applied.
Note: For DocIntegrate Outlook to run, the Microsoft "Visual Studio Tools for Office Runtime 2010" need to be installed. Also, .net 4.0 is required.
Important: You need to run the installer and apply the registry settings on each windows account that needs DocIntegrateOutlook. However, DocIntegrate Outlook can also be installed on machine level (see below sections "Installation for All Users beforehand"). The following installations options are alternatives and not to be applied both at the same time.
In key "CASE_BROWSER_BASE_URL" and in key "CASE_BROWSER_BASE_URL_DIRECT" you need to replace <<dmshost>> and <<port>> with the DMS' hostname and port (generally 9080). The "CASE_BROWSER_BASE_URL" is the URL under which the casebrowser can be reached. To set the registry key copy contents below and save file as key.reg and run it to add these registry key to the system.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\DocIntegrate] "CASE_BROWSER_BASE_URL"="http://<<dmshost>>:<<port>>/casebrowser" "CASE_BROWSER_BASE_URL_DIRECT"="http://<<dmshost>>:<<port>>/casebrowser" |
To enable the opening of case in Patricia (horse icon) you need to set Patricia Basic Configuration value 235 to the TRUE.
If your system is set up to use LDAP/Kerberos proxy authentication, you will need to change the registry key "CASE_BROWSER_BASE_URL_DIRECT" to be different from "CASE_BROWSER_BASE_URL":
The above registry key "CASE_BROWSER_BASE_URL" will then need to contain the URL that is used to access casebrowser through the authentication proxy (generally without a <<port>> defined). In contrast, the "CASE_BROWSER_BASE_URL_DIRECT" is the URL under which the casebrowser can be reached in the standard non-authenticated way.
To set the registry key copy contents below and save file as key.reg and run it to add these registry keys to the system. In key "CASE_BROWSER_BASE_URL" and in key "CASE_BROWSER_BASE_URL_DIRECT" you need to replace <<dmshost>> and <<port>> with the correct values (see also the above general section) and save the code block to the key.reg file.
Note: In case of a 64bit Office & a 64bit OS, the registry paths need to be set as seen in the installation for 32bit OS further down. The registry paths can't point towards the Wow6432Node.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins\DocIntegrateOutlook] "InstallFolder"="" "Manifest"="file:///C:\\Program Files (x86)\\DocIntegrateOutlook\\DocIntegrateOutlook.vsto|vstolocal" "LoadBehavior"=dword:00000003 "FriendlyName"="DocIntegrateOutlook" [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\FormRegions\IPM.Note] "DocIntegrateOutlook.DocIntegrateRegion"="=DocIntegrateOutlook" [HKEY_LOCAL_MACHINE\SOFTWARE\DocIntegrate] "CASE_BROWSER_BASE_URL"="http://<<dmshost>>:<<port>>/casebrowser" "CASE_BROWSER_BASE_URL_DIRECT"="http://<<dmshost>>:<<port>>/casebrowser" |
Delete the corresponding per user registry keys:
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\DocIntegrateOutlook HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\FormRegions\IPM.Note |
To set the registry key copy contents below and save file as key.reg and run it to add these registry keys to the system. In key "CASE_BROWSER_BASE_URL" and in key "CASE_BROWSER_BASE_URL_DIRECT" you need to replace <<dmshost>> and <<port>> with the correct values (see also the above general section) and save the code block to the key.reg file.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\DocIntegrateOutlook] "InstallFolder"="" "Manifest"="file:///C:\\Program Files\\DocIntegrateOutlook\\DocIntegrateOutlook.vsto|vstolocal" "LoadBehavior"=dword:00000003 "FriendlyName"="DocIntegrateOutlook" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\FormRegions\IPM.Note] "DocIntegrateOutlook.DocIntegrateRegion"="=DocIntegrateOutlook" [HKEY_LOCAL_MACHINE\SOFTWARE\DocIntegrate] "CASE_BROWSER_BASE_URL"="http://<<dmshost>>:<<port>>/casebrowser" "CASE_BROWSER_BASE_URL_DIRECT"="http://<<dmshost>>:<<port>>/casebrowser" |
Delete the corresponding per user registry keys:
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\DocIntegrateOutlook HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\FormRegions\IPM.Note |
If client experiences issues with the plugin, the error messages are not informative by default for VSTO addins, so we should ask for these additional actions:
VSTO_SUPPRESSDISPLAYALERTS=0
VSTO_LOGALERTS=1
This information should be enough to determine the code block where the issue is located.
In some cases the issue can be caused by the client's environment, in this case we should ask for the next info:
In some cases, especially when there is a mixture of Microsoft Office 32Bit and 64Bit Versions installed
the resolution for making the Add-In Work can be to install both the registry for 32 Bit AND 64Bit Office (Outlook) as found above.
an explanation can be found here: https://docs.microsoft.com/en-us/visualstudio/vsto/registry-entries-for-vsto-add-ins?view=vs-2019