...
- Download the latest version: NuxeoLib-release-2016-10-20.zip
- Copy the .dll file to an appropriate installation folder (e.g. C:\Program Files\Patrix\appl\).
Register Open a command prompt as administrator and then register the .dll with the following command:
Code Block %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm /codebase "C:\Path\To\nuxeoLib.dll"
Replace the target path in the command with the location of the saved .dll.
Also take note of the resulting text in the command prompt. It should state that the registration was successful.
Optional steps
- Download and install the latest version of Patrix' Outlook Plugin from your client area at http://www.patrix.com. This will allow emails to be saved in Nuxeo without the need for a WebDAV drive.
- Download and install the Nuxeo drive installer:
http://community.nuxeo.com/static/drive/nuxeo-drive-2.1.316-win32.msi
...