Entry point 'Install' not found in module adxloader.dll for custom action 'adxloader.dll'

Add-in Express™ Support Service
That's what is more important than anything else

Entry point 'Install' not found in module adxloader.dll for custom action 'adxloader.dll'
 
Sebastian Horstmann


Guest


Hi,

i followed the instruction from here: https://www.add-in-express.com/creating-addins-blog/2011/02/25/deploying-peruser-office-extensions-group-policy/

and with building the setup i got the following error:

ERROR: Entry point 'Uninstall' not found in module 'C:\Users\shorstmann\Documents\Visual Studio 2015\Projects\emailtosharepoint\EmailToSharePoint2\Loader\adxloader.dll' for custom action 'adxloader.dll'.
ERROR: Entry point 'Uninstall' not found in module 'C:\Users\shorstmann\Documents\Visual Studio 2015\Projects\emailtosharepoint\EmailToSharePoint2\Loader\adxloader.dll' for custom action 'adxloader.dll'.
ERROR: Entry point 'Install' not found in module 'C:\Users\shorstmann\Documents\Visual Studio 2015\Projects\emailtosharepoint\EmailToSharePoint2\Loader\adxloader.dll' for custom action 'adxloader.dll'.
ERROR: Entry point 'Install' not found in module 'C:\Users\shorstmann\Documents\Visual Studio 2015\Projects\emailtosharepoint\EmailToSharePoint2\Loader\adxloader.dll' for custom action 'adxloader.dll'.
ERROR: Entry point 'Rollback' not found in module 'C:\Users\shorstmann\Documents\Visual Studio 2015\Projects\emailtosharepoint\EmailToSharePoint2\Loader\adxloader.dll' for custom action 'adxloader.dll'.
ERROR: Entry point 'Rollback' not found in module 'C:\Users\shorstmann\Documents\Visual Studio 2015\Projects\emailtosharepoint\EmailToSharePoint2\Loader\adxloader.dll' for custom action 'adxloader.dll'.
Build process cancelled
Posted 03 Aug, 2017 11:35:56 Top
Sebastian Horstmann


Guest


Background: I want to deploy the Add-In on a Terminal Server. If I install the Add-In on a Client it works perfectly. On the Terminal Server (Windows 2012 R2) it is not loaded in Outlook. I Think the adxregistrator.exe can not write to "Documents" - there are no Add In Express Folders an no logfile is written. So i found your Instructions mentioned above - but i get the error.
Posted 04 Aug, 2017 04:01:54 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Sebastian,

Please make sure you set the Entry Point correctly when performing Step 6. Add new custom actions.

Also, I suggest that you use another version of this instruction: see section Deploying a per-user Office extension via Group Policy, in the PDF file in the folder {Add-in Express}\Docs on your development PC.


Andrei Smolin
Add-in Express Team Leader
Posted 04 Aug, 2017 09:08:25 Top