A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How to find Directory in which shared add-in was installed



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 31st 07, 03:33 PM posted to microsoft.public.outlook.program_addins
w2000learner
external usenet poster
 
Posts: 1
Default How to find Directory in which shared add-in was installed

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

Ads
  #2  
Old May 31st 07, 09:11 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 4
Default How to find Directory in which shared add-in was installed

On May 31, 10:33 am, w2000learner 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.Bas eDirectory);
MessageBox.Show(System.Reflection.Assembly.GetExec utingAssembly().Location);

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't find shared calendar Paolo Outlook - Calandaring 0 March 15th 07 10:05 AM
Problems viewing shared calendar when Office 2003 SP2 is installed. [email protected] Outlook - Calandaring 0 January 2nd 07 01:35 PM
cant find out how to search for appointment in shared calendar ib Outlook - Calandaring 0 October 27th 06 04:04 PM
How do I find the Save to netsuite icon after I installed it? Saied Outlook - General Queries 1 October 13th 06 04:11 PM
Can't find LDAP Directory Server for sending my mail agrin Outlook - General Queries 1 June 29th 06 06:37 PM


All times are GMT +1. The time now is 11:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.