Location of addin dll

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

Location of addin dll
Is there a way to determine the path to the add-in dll when it loads? 
Bob Zirbel




Posts: 3
Joined: 2005-03-23
Hi all.
Is there a way to determine the path to the add-in dll when it loads?
I have tried using Application.ExeName but that just gives the location of Word or Excel. I need to know where the dll is located in order to open a database and I don't want to have to scan the registry each time the dll loads.
Is there a better way?

Any help would be appreciated.

Regards

Bob
Posted 23 Mar, 2005 00:31:23 Top
Uwe Thaden




Posts: 6
Joined: 2005-03-22
COMAddInClassFactory.FilePath;

-Uwe
Posted 23 Mar, 2005 03:38:49 Top
Bob Zirbel




Posts: 3
Joined: 2005-03-23
Thanks for your help Uwe.

Regards

Bob
Posted 23 Mar, 2005 15:49:20 Top