G Guest Jan 11, 2007 #1 I need to determine where an add-in has been installed so that I can load data from an XML config file. How to I do this?
I need to determine where an add-in has been installed so that I can load data from an XML config file. How to I do this?
K Ken Slovak - [MVP - Outlook] Jan 11, 2007 #2 Your addin or some other? If it's your addin you can get the location from the application itself. If it's some other addin then you're reduced to scanning the hard drive or the registry.
Your addin or some other? If it's your addin you can get the location from the application itself. If it's some other addin then you're reduced to scanning the hard drive or the registry.
K Ken Slovak - [MVP - Outlook] Jan 11, 2007 #3 What language are you using and what platform (.NET, VSTO, VSTO SE, etc.)?
K Ken Slovak - [MVP - Outlook] Jan 11, 2007 #4 This is C#, but see if it helps: http://www.outlookcode.com/codedetail.aspx?id=1032