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

What does the "Install" button do?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 5th 06, 08:21 PM posted to microsoft.public.outlook.program_addins
Dave Smith
external usenet poster
 
Posts: 4
Default What does the "Install" button do?

When I open the Add-In Manager window from Tools\Options\Other\Advanced, it
has a button labeled "Install." Clicking on it presents a file open window
on the ADDINS folder of my Office installation folders, showing the .ecf
files available.

OK, I write the code. Someone else writes the installation script. I have
one environment where the user has to come to this window and use this
"Install" button to manually install the ecf file for my add-in. In all
other environments, my add-in is automatically installed by the installation
kit that installs the containing product.

I have checked, and all of the appropriate entries are being added to the
HKLM\SOFTWARE\Microsoft\Exchange\Client\Extension key.

I have been asked to find out why. But I don't know exactly what it means to
"Install" the ecf file. Can someone enlighten me?

Thank you.

Dave Smith


  #2  
Old June 7th 06, 01:48 PM posted to microsoft.public.outlook.program_addins
Dave Smith
external usenet poster
 
Posts: 4
Default What does the "Install" button do?

OK, allow me to ask the question more succinctly and directly.

What does it mean to install an ecf file? How can this be done from an
installation program during product install?

Dave Smith

"Dave Smith" wrote in message
...
When I open the Add-In Manager window from Tools\Options\Other\Advanced,
it has a button labeled "Install." Clicking on it presents a file open
window on the ADDINS folder of my Office installation folders, showing the
.ecf files available.

OK, I write the code. Someone else writes the installation script. I have
one environment where the user has to come to this window and use this
"Install" button to manually install the ecf file for my add-in. In all
other environments, my add-in is automatically installed by the
installation kit that installs the containing product.

I have checked, and all of the appropriate entries are being added to the
HKLM\SOFTWARE\Microsoft\Exchange\Client\Extension key.

I have been asked to find out why. But I don't know exactly what it means
to "Install" the ecf file. Can someone enlighten me?

Thank you.

Dave Smith



  #3  
Old June 13th 06, 07:25 PM posted to microsoft.public.outlook.program_addins
Dave Smith
external usenet poster
 
Posts: 4
Default What does the "Install" button do?

My install program drops a correctly formatted ECF file into the ADDINS
folder under the Office installation path. It also records this exchange
client extension correctly in the Exchange\Client\Extensions key under
HKLM\SOFTWARE\Microsoft in the system registry. Yet, my extension is not
loaded when Outlook starts. I know this because the menu and toolbar options
that it adds are missing. I also know this because I do not see this
extension when I look in Tools | Options | Other | Advanced Options | Add-In
Manager.

However, if I use the "Install" button on the Add-In Manager window and
select my ECf file, it loads and reloads automatically the next time (and
every other time) that I start Outlook.

I am confident that my ECF file and my registry entry are both correct
because they work in most environments. The only place where I am seeing
this problem is when the install is run on Japanese Windows against a
Japanese Office installation.

That is everything I have been able to find out about this problem.

Any suggestions?

Dave Smith

"Dave Smith" wrote in message
...
OK, allow me to ask the question more succinctly and directly.

What does it mean to install an ecf file? How can this be done from an
installation program during product install?

Dave Smith

"Dave Smith" wrote in message
...
When I open the Add-In Manager window from Tools\Options\Other\Advanced,
it has a button labeled "Install." Clicking on it presents a file open
window on the ADDINS folder of my Office installation folders, showing
the .ecf files available.

OK, I write the code. Someone else writes the installation script. I have
one environment where the user has to come to this window and use this
"Install" button to manually install the ecf file for my add-in. In all
other environments, my add-in is automatically installed by the
installation kit that installs the containing product.

I have checked, and all of the appropriate entries are being added to the
HKLM\SOFTWARE\Microsoft\Exchange\Client\Extension key.

I have been asked to find out why. But I don't know exactly what it means
to "Install" the ecf file. Can someone enlighten me?

Thank you.

Dave Smith





  #4  
Old June 13th 06, 07:32 PM posted to microsoft.public.outlook.program_addins
Dave Smith
external usenet poster
 
Posts: 4
Default What does the "Install" button do?

Well, I was mis-informed. I just tested this myself and find that my
extension must be manually loaded each time Outlook is started. Other than
that, what I said before appears to be accurate.

Dave

"Dave Smith" wrote in message
...
My install program drops a correctly formatted ECF file into the ADDINS
folder under the Office installation path. It also records this exchange
client extension correctly in the Exchange\Client\Extensions key under
HKLM\SOFTWARE\Microsoft in the system registry. Yet, my extension is not
loaded when Outlook starts. I know this because the menu and toolbar
options that it adds are missing. I also know this because I do not see
this extension when I look in Tools | Options | Other | Advanced Options |
Add-In Manager.

However, if I use the "Install" button on the Add-In Manager window and
select my ECf file, it loads and reloads automatically the next time (and
every other time) that I start Outlook.

I am confident that my ECF file and my registry entry are both correct
because they work in most environments. The only place where I am seeing
this problem is when the install is run on Japanese Windows against a
Japanese Office installation.

That is everything I have been able to find out about this problem.

Any suggestions?

Dave Smith

"Dave Smith" wrote in message
...
OK, allow me to ask the question more succinctly and directly.

What does it mean to install an ecf file? How can this be done from an
installation program during product install?

Dave Smith

"Dave Smith" wrote in message
...
When I open the Add-In Manager window from Tools\Options\Other\Advanced,
it has a button labeled "Install." Clicking on it presents a file open
window on the ADDINS folder of my Office installation folders, showing
the .ecf files available.

OK, I write the code. Someone else writes the installation script. I
have one environment where the user has to come to this window and use
this "Install" button to manually install the ecf file for my add-in. In
all other environments, my add-in is automatically installed by the
installation kit that installs the containing product.

I have checked, and all of the appropriate entries are being added to
the HKLM\SOFTWARE\Microsoft\Exchange\Client\Extension key.

I have been asked to find out why. But I don't know exactly what it
means to "Install" the ecf file. Can someone enlighten me?

Thank you.

Dave Smith







 




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
Allow "Contacts" button on the "Forward To" function in Outlook microwave Outlook - Using Contacts 1 April 20th 06 03:31 PM
Excel 2000 install "uninstalls" Outlook 2003 Deep Thought Outlook - General Queries 3 April 16th 06 02:38 PM
how to add a custom button on the explorer "standard" commandbar Herve cadieu Outlook and VBA 1 March 17th 06 03:33 PM
adding a "print this slide" action button to powerpoint presentat ixratee Outlook - Using Forms 0 February 6th 06 10:14 PM
Outlook Default "Out of Office" button for scheduling in Calendar Blankblank Outlook - Calandaring 0 January 9th 06 07:06 PM


All times are GMT +1. The time now is 10:42 AM.


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.