WordAddin

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

WordAddin
 
Andreas Waning


Guest


Hello,
I created a Word Addin. What must I registry on the target machine ?
RegSvr32 adxloader.dll
and
RegSvr32 MyAddin.dll

Is that enough ?

Or is there a discription ?

Thanks Andreas
Posted 08 Dec, 2017 06:01:43 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Hello Andreas,

If you let Add-in express create a setup project, you'll find that it runs adxregistrator /install="MyAddin.dll". If you need to register using regsvr32, run regsvr32.exe adxloader.dll. Not that you must run regsvr32.exe adxloader64.dll in case of 64bit Office. adxregistrator registers both for 32bit and 64bit Office.

You can check section Deploying a per-user Office extension via an MSI installer, see the PDF file in the folder {Add-in Express}\Docs on your development PC.


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