View Single Post
  #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.


Ads