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

Problem installing Outlook Add-in



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 30th 08, 05:05 AM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins
John[_11_]
external usenet poster
 
Posts: 83
Default Problem installing Outlook Add-in

Hi

I have an Outlook add-in solution which includes a setup project. If I
install the Outlook add-in by right clicking on the setup project and
sleeting Install then the add-in gets installed fine in Outlook. However if
I use the setup generated in the setup project Release folder then even
though setup runs and finishes, the Outlook Add-in does not appear in
Outlook. What is the problem and how can I fix it?

Thanks

Regards


  #2  
Old April 30th 08, 05:13 AM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins
John[_11_]
external usenet poster
 
Posts: 83
Default Problem installing Outlook Add-in

Sorry, forgot to mention, the add-in is written in vs2008 using the outlook
2008 project template. Thanks.

"John" wrote in message
...
Hi

I have an Outlook add-in solution which includes a setup project. If I
install the Outlook add-in by right clicking on the setup project and
sleeting Install then the add-in gets installed fine in Outlook. However
if I use the setup generated in the setup project Release folder then even
though setup runs and finishes, the Outlook Add-in does not appear in
Outlook. What is the problem and how can I fix it?

Thanks

Regards



  #3  
Old April 30th 08, 03:57 PM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Problem installing Outlook Add-in

Not enough information to go on.

What version of Outlook, what version of Windows?

Are you installing for "all users" or for "current user"? Are you installing
the same way with both methods?

Are you running setup.exe or the msi? Does this happen on the development
machine or other machines?

Does the addin show up in the COM Add-Ins dialog? Is it checked? Does it
show some sort of load error? Are there any entries in any of the event logs
related to this?

Are you running as admin or as a user?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"John" wrote in message
...
Sorry, forgot to mention, the add-in is written in vs2008 using the
outlook 2008 project template. Thanks.

"John" wrote in message
...
Hi

I have an Outlook add-in solution which includes a setup project. If I
install the Outlook add-in by right clicking on the setup project and
sleeting Install then the add-in gets installed fine in Outlook. However
if I use the setup generated in the setup project Release folder then
even though setup runs and finishes, the Outlook Add-in does not appear
in Outlook. What is the problem and how can I fix it?

Thanks

Regards




  #4  
Old April 30th 08, 06:06 PM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins
John[_11_]
external usenet poster
 
Posts: 83
Default Problem installing Outlook Add-in

Hi Ken

Please see inline;

"Ken Slovak - [MVP - Outlook]" wrote in message
...
Not enough information to go on.

What version of Outlook, what version of Windows?


Outlook 2007 , Windows XP on development pc.
Outlook 2003 , Windows XP on production pc.

Add-in is version 2003

Are you installing for "all users" or for "current user"? Are you
installing the same way with both methods?


Installing for all users and I have set it to default in setup.

Are you running setup.exe or the msi? Does this happen on the development
machine or other machines?


Happens on development. Running setup on production pc also does not work.

Does the addin show up in the COM Add-Ins dialog? Is it checked? Does it
show some sort of load error?


No to all.

Of course on development if I install from within vs 2008 IDE it works.

Are there any entries in any of the event logs related to this?


Not that I can see.

Are you running as admin or as a user?


As Admin.

Here is the complete project http://www.infovis.biz/EMS2008OutlookAddIn.zip
(117 KB). Please extract into C:\ folder.

Many Thanks

Regards


  #5  
Old April 30th 08, 07:46 PM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Problem installing Outlook Add-in

I won't be extracting and testing your project.

If you developed using the Outlook 2007 PIA's the code will not run on
Outlook 2003. You need to develop on a machine that has the lowest version
of Outlook you intend to support.

Do you have the required registry entries for an addin such as LoadBehavior,
etc?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"John" wrote in message
...
Hi Ken

Please see inline;

"Ken Slovak - [MVP - Outlook]" wrote in message
...
Not enough information to go on.

What version of Outlook, what version of Windows?


Outlook 2007 , Windows XP on development pc.
Outlook 2003 , Windows XP on production pc.

Add-in is version 2003

Are you installing for "all users" or for "current user"? Are you
installing the same way with both methods?


Installing for all users and I have set it to default in setup.

Are you running setup.exe or the msi? Does this happen on the development
machine or other machines?


Happens on development. Running setup on production pc also does not work.

Does the addin show up in the COM Add-Ins dialog? Is it checked? Does it
show some sort of load error?


No to all.

Of course on development if I install from within vs 2008 IDE it works.

Are there any entries in any of the event logs related to this?


Not that I can see.

Are you running as admin or as a user?


As Admin.

Here is the complete project
http://www.infovis.biz/EMS2008OutlookAddIn.zip (117 KB). Please extract
into C:\ folder.

Many Thanks

Regards


  #6  
Old April 30th 08, 08:11 PM posted to microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins
John[_11_]
external usenet poster
 
Posts: 83
Default Problem installing Outlook Add-in

Thanks Ken. The registry had a problem.

Many thanks again.

Regards

"Ken Slovak - [MVP - Outlook]" wrote in message
...
I won't be extracting and testing your project.

If you developed using the Outlook 2007 PIA's the code will not run on
Outlook 2003. You need to develop on a machine that has the lowest version
of Outlook you intend to support.

Do you have the required registry entries for an addin such as
LoadBehavior, etc?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"John" wrote in message
...
Hi Ken

Please see inline;

"Ken Slovak - [MVP - Outlook]" wrote in message
...
Not enough information to go on.

What version of Outlook, what version of Windows?


Outlook 2007 , Windows XP on development pc.
Outlook 2003 , Windows XP on production pc.

Add-in is version 2003

Are you installing for "all users" or for "current user"? Are you
installing the same way with both methods?


Installing for all users and I have set it to default in setup.

Are you running setup.exe or the msi? Does this happen on the
development machine or other machines?


Happens on development. Running setup on production pc also does not
work.

Does the addin show up in the COM Add-Ins dialog? Is it checked? Does it
show some sort of load error?


No to all.

Of course on development if I install from within vs 2008 IDE it works.

Are there any entries in any of the event logs related to this?


Not that I can see.

Are you running as admin or as a user?


As Admin.

Here is the complete project
http://www.infovis.biz/EMS2008OutlookAddIn.zip (117 KB). Please extract
into C:\ folder.

Many Thanks

Regards




 




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
Problem Installing Outlook after Office... Jay in AZ Outlook - Installation 1 April 23rd 08 10:16 PM
Outlook 2003 installing problem Emm Outlook - General Queries 5 December 31st 07 03:10 PM
Problem re-installing Outlook 2000 nojo901 Outlook - Installation 2 November 6th 07 03:57 PM
Outlook 2003 problem after Installing IE 7 RAJU T Outlook - Installation 1 March 19th 07 02:59 AM
Problem Installing Outlook 2003 Ron Bernier Outlook - Installation 2 April 8th 06 08:48 PM


All times are GMT +1. The time now is 08:19 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.