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

Outlook Addin Installation using Team Edition



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 21st 06, 08:17 PM posted to microsoft.public.outlook.program_addins
Christian Jensen
external usenet poster
 
Posts: 3
Default Outlook Addin Installation using Team Edition

Hello,

I have built and tested an Addin on my local machine... works great.

I went to run the installer on my bosses computer - worked great too!

Went to look at the Addin on his computer - it had failed to load (as
verified in the COM-Addins dialog in Outlook)

Looked on the web for why - Looks like security - find the article:
http://msdn.microsoft.com/office/def...alkthrough.asp

Followed it to a T - except for the part where they indicate the
pre-requisites (They were not listed for some reason)

Downloaded the prequisites and they still would not show up in the list.

Even the most basic Addin will not load. Can someone supply a ZIP with a
working Addin with Installer so that I might copy their results?

How do I debug security issues in Outlook other than the ambiguous "Not
Loaded" message?

I gotta get this baby out the door! Thanks!
Ads
  #2  
Old August 22nd 06, 11:30 AM posted to microsoft.public.outlook.program_addins
Peter Hegelund
external usenet poster
 
Posts: 6
Default Outlook Addin Installation using Team Edition

Good luck, Christian!

Had the same problem for two months now but no solution in sight.
I can't help wondering if there may be a prerequsite that is not on the list?!

Because I can only get the add-in to load on pc's with VS 2005 installed.

-Peter
--
C - C++ - C# (sigh of relief)


"Christian Jensen" wrote:

Hello,

I have built and tested an Addin on my local machine... works great.

I went to run the installer on my bosses computer - worked great too!

Went to look at the Addin on his computer - it had failed to load (as
verified in the COM-Addins dialog in Outlook)

Looked on the web for why - Looks like security - find the article:
http://msdn.microsoft.com/office/def...alkthrough.asp

Followed it to a T - except for the part where they indicate the
pre-requisites (They were not listed for some reason)

Downloaded the prequisites and they still would not show up in the list.

Even the most basic Addin will not load. Can someone supply a ZIP with a
working Addin with Installer so that I might copy their results?

How do I debug security issues in Outlook other than the ambiguous "Not
Loaded" message?

I gotta get this baby out the door! Thanks!

  #3  
Old August 22nd 06, 06:21 PM posted to microsoft.public.outlook.program_addins
Christian Jensen
external usenet poster
 
Posts: 3
Default Outlook Addin Installation using Team Edition

For anyone reading this... I got it to work. I and my boss are not happy at
all.

Here is the scoop.

My problem was prerequisites and CAS.

In the example, I hacked the code... In the SetSecurity project I changed
the outer group permissions from "Nothing" to "FullTrust" - that got my
plugin loading.... then, when it ran functions, they would not run because I
needed VSTOR and PIA... the installer had no idea how to include these so I
used Mads Prerequisite fix and bang, there they were...

So now, for our tiny little Outlook addin that was supposed to be
downloadable by people in a short time, we now have a huge beast of around
36MB - the addin in about 100K.

Today - I am re-writing in VB6 and deploying with NSIS. These past 3 weeks
have been great! Sorry to seem them go (to waste)!

I still like .NET, but somehow this code bloat needs to get put onto a CD or
something.

"Peter Hegelund" wrote:

Good luck, Christian!

Had the same problem for two months now but no solution in sight.
I can't help wondering if there may be a prerequsite that is not on the list?!

Because I can only get the add-in to load on pc's with VS 2005 installed.

-Peter
--
C - C++ - C# (sigh of relief)


"Christian Jensen" wrote:

Hello,

I have built and tested an Addin on my local machine... works great.

I went to run the installer on my bosses computer - worked great too!

Went to look at the Addin on his computer - it had failed to load (as
verified in the COM-Addins dialog in Outlook)

Looked on the web for why - Looks like security - find the article:
http://msdn.microsoft.com/office/def...alkthrough.asp

Followed it to a T - except for the part where they indicate the
pre-requisites (They were not listed for some reason)

Downloaded the prequisites and they still would not show up in the list.

Even the most basic Addin will not load. Can someone supply a ZIP with a
working Addin with Installer so that I might copy their results?

How do I debug security issues in Outlook other than the ambiguous "Not
Loaded" message?

I gotta get this baby out the door! Thanks!

  #4  
Old August 22nd 06, 08:08 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Outlook Addin Installation using Team Edition

Those are some of the reasons that many of us still use VB 6 for most or all
of our COM addins. I only use .NET for book examples because the publishers
like that or if the client won't consider anything but a .NET addin.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Christian Jensen" wrote in
message ...
For anyone reading this... I got it to work. I and my boss are not happy
at
all.

Here is the scoop.

My problem was prerequisites and CAS.

In the example, I hacked the code... In the SetSecurity project I changed
the outer group permissions from "Nothing" to "FullTrust" - that got my
plugin loading.... then, when it ran functions, they would not run because
I
needed VSTOR and PIA... the installer had no idea how to include these so
I
used Mads Prerequisite fix and bang, there they were...

So now, for our tiny little Outlook addin that was supposed to be
downloadable by people in a short time, we now have a huge beast of around
36MB - the addin in about 100K.

Today - I am re-writing in VB6 and deploying with NSIS. These past 3 weeks
have been great! Sorry to seem them go (to waste)!

I still like .NET, but somehow this code bloat needs to get put onto a CD
or
something.


 




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
Outlook Team Calendar Application V 2.2 Land Outlook - Calandaring 1 June 10th 06 07:56 AM
HELP Outlook 2002 Shuts Down on Windows XP Media Edition Laptop [email protected] Outlook - General Queries 1 February 22nd 06 03:58 AM
outlook won't use work as edition, it says it can't find word John Outlook - Installation 0 February 20th 06 07:21 PM
Finalizing installation scrolls - installation doesn't finish maedeans Outlook - Installation 0 January 12th 06 03:13 AM
Das Team von Microsoft Outlook Express marco kleine-wilke Outlook Express 0 January 15th 05 03:54 PM


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