RE: Outlook 2003 addin deployment problem

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hello Roger,

you could patch the .msi file.
use the "orca" tool from Windows SDK and add the Property
"ALLUSERS=1" to the .msi file.
Then install your AddIn as Administrator.
(or deploy with SMS or AD)

Also use a policy to deploy the security settings and the registry key for
that.
(CheckAdminSettings)

I don't know if it helps for a VB created setup solution,
but for a .Net this does the trick.

Hope this helps,

regards
--
Helmut Obertanner
Technical Consultant
Softwaredevelopment
DATALOG Software AG | Zschokkestr. 36 | D-80687 Munich

.... and IT works!



"Roger Wang" wrote:

> Hi,
>
> I have encountered a problem with Outlook 2003 addin installation, on which
> I have been stuck for days.
>
> The problem is:
> I have created a very simple addin for Outlook using VB6. The addin is as
> simple as just showing a message box when outlook starts up. I register this
> addin using regsvr32, or Visual Studio Installer, or Visual Studio .NET
> Setup Project (have tried everything). The program runs fine on the same
> account. But if I log off and log back on to the same machine using a
> different account, say a normal user account (no admin rights), then the
> addin just disappears. I cannot even find it in the COM Addin list within
> Outlook, nor can I manually add it from within Outlook.
>
> From what I've heard, this may be just to do with Outlook 2003? Or is the
> solution moving from VB6 to .NET?
>
> Thanks
> Regards
> Robert
>
>
>
.



Relevant Pages

  • Re: Interop or VSTO or ?
    ... You can't just install a PIA, ... If you want to develop for Outlook 2003 you need that installed. ... A VSTO addin for 2003 will run in 2007 but won't handle the ribbon, custom task panes, etc. ...
    (microsoft.public.outlook.program_addins)
  • Re: A program is trying to access email addresses you have stored
    ... To prevent the PDFMaker COM Addin from loading, ... Diane Poremsky [MVP - Outlook] ... Google and Other Search Engines (Visual QuickStart Guide) ... I think the only thing is to customise the install ...
    (microsoft.public.outlook.installation)
  • Re: outlook addin setup problem - created using vsto
    ... Where are you developing that addin, is it on a machine with Outlook 2003 or 2007? ... You need to develop it on a machine with Outlook 2003 and then in your installer check for the correct PIA's on the target machine depending on the installed Outlook version. ... i have added setsecurity project to my solution. ... i want to get my add-in only if i install it not if i build the solution. ...
    (microsoft.public.outlook.program_forms)
  • Re: Very Odd Behavior - Using a form on Outlook 2003 AddIn
    ... I am using the setup project that VS 2005 builds for me to install the ... let them live for as long as Outlook is running? ... The goal of the addin is to provide the user that sends an email the ... and in the addin event handler code i put the following code: ...
    (microsoft.public.office.developer.com.add_ins)
  • RE: Unable to run Outlook 2000 com addin built via .NET/VS 2003
    ... I have tried to install the addin on "clean" machines, ... The full "history" of the addin is as follows... ... still worked when I sent a copy to my boss. ... I'll try and create a "blank" Outlook addin and see what happens. ...
    (microsoft.public.vsnet.setup)