473,399 Members | 2,278 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

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
Jun 27 '08 #1
5 2191
Sorry, forgot to mention, the add-in is written in vs2008 using the outlook
2008 project template. Thanks.

"John" <in**@nospam.infovis.co.ukwrote in message
news:uJ**************@TK2MSFTNGP06.phx.gbl...
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

Jun 27 '08 #2
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" <in**@nospam.infovis.co.ukwrote in message
news:uN**************@TK2MSFTNGP03.phx.gbl...
Sorry, forgot to mention, the add-in is written in vs2008 using the
outlook 2008 project template. Thanks.

"John" <in**@nospam.infovis.co.ukwrote in message
news:uJ**************@TK2MSFTNGP06.phx.gbl...
>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

Jun 27 '08 #3
Hi Ken

Please see inline;

"Ken Slovak - [MVP - Outlook]" <ke*******@mvps.orgwrote in message
news:us*************@TK2MSFTNGP02.phx.gbl...
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
Jun 27 '08 #4
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" <in**@nospam.infovis.co.ukwrote in message
news:On**************@TK2MSFTNGP03.phx.gbl...
Hi Ken

Please see inline;

"Ken Slovak - [MVP - Outlook]" <ke*******@mvps.orgwrote in message
news:us*************@TK2MSFTNGP02.phx.gbl...
>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
Jun 27 '08 #5
Thanks Ken. The registry had a problem.

Many thanks again.

Regards

"Ken Slovak - [MVP - Outlook]" <ke*******@mvps.orgwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>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" <in**@nospam.infovis.co.ukwrote in message
news:On**************@TK2MSFTNGP03.phx.gbl...
>Hi Ken

Please see inline;

"Ken Slovak - [MVP - Outlook]" <ke*******@mvps.orgwrote in message
news:us*************@TK2MSFTNGP02.phx.gbl...
>>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

Jun 27 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Marcel Stör | last post by:
Hi all, I'm trying to add a user property to an Outlook contact item. VisualStudio tells me that the method signature was like this: UserProperties.Add(string Name,Outlook.OlUserPropertyType...
0
by: Richard Lionheart | last post by:
Hi, Is this the best NG for the following question? I'm getting repeated (failing) attempts by Windows Update to install a trio of patches it pushed to my WinXP-Pro/SP2 system: o Office...
1
by: Jonathan Pinto | last post by:
I was wondering if it would be possible to snapshot an access report to Outlook, and have fields come in the To: and Cc: fields, and also the subject field of the email as well. Right now, I am...
1
by: Richard | last post by:
I have a MSAccess 2000 database that adds peoples info from the database to Outlook Contacts using Automation - this works fine. Problem comes when entering a birthday field to Outlook - What...
0
by: Marcel Stör | last post by:
Hi all, I'm trying to add a user property to an Outlook contact item. VisualStudio tells me that the method signature was like this: UserProperties.Add(string Name,Outlook.OlUserPropertyType...
3
by: W Akthar | last post by:
Hi I am trying to create a windows service which queries SQL Server on timed intervals and depending on the results send appointments to Outlook. The problem lies when I try to create an...
4
by: Nicole | last post by:
I found this code below to use to send emails using VB with Outlook. However, it gives these errors. 'Send' is ambiguous across the inherited interfaces 'Outlook._MailItem' and...
7
by: John | last post by:
Hi I am using the following code to automate outlook from within MS Access; Dim O As Object O = CreateObject("Outlook.Application") The problem is that I am getting the following error on...
3
by: mwolowski | last post by:
Hello, I'd like to add tasks, appointments, etc using c# to outlook For example i added reference using OutLook = Microsoft.Office.Interop.Outlook; and the code: 1. ---------------------...
4
by: Andy | last post by:
Hi, I have a C# application and I'd like it to use Outlook 2003 to send messages. I don't want to send them programmaticlly though; I just want to open the New Messge window, set the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.