PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Program Addins
How to find Directory in which shared add-in was installed
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Program Addins
How to find Directory in which shared add-in was installed
![]() |
How to find Directory in which shared add-in was installed |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have created a shared add-in for Microsoft Outlook. It adds a button
to the Outlook standard toolbar which when clicked opens up a windows form and performs ceratin actions. The add-in is developed using Microsoft Visual Basic.net using the Shared Add-in Wizard. It also created a setup program (msi). When the setup is run, it asks for a directory in which to install the dll. What I want to do in my add-in code is to get the directory in which the dll has been installed. I tried application.startuppath but that gives me the directory from which outlook is running. Please, can anyone tell me which command to use to get the directory in which the dll exists. Thank you, kr |
|
|
|
#2 |
|
Guest
Posts: n/a
|
On May 31, 10:33 am, w2000learner <keys.ric...@gmail.com> wrote:
> I have created a shared add-in for Microsoft Outlook. It adds a button > to the Outlook standard toolbar which when clicked opens up a windows > form and performs ceratin actions. The add-in is developed using > Microsoft Visual Basic.net using the Shared Add-in Wizard. It also > created a setup program (msi). When the setup is run, it asks for a > directory in which to install the dll. > > What I want to do in my add-in code is to get the directory in which > the dll has been installed. I tried application.startuppath but that > gives me the directory from which outlook is running. > > Please, can anyone tell me which command to use to get the directory > in which the dll exists. > > Thank you, > > kr MessageBox.Show(System.AppDomain.CurrentDomain.BaseDirectory); MessageBox.Show(System.Reflection.Assembly.GetExecutingAssembly().Location); |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

