PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming macro installation

Reply

macro installation

 
Thread Tools Rate Thread
Old 18-02-2004, 01:03 PM   #1
Lars Roland
Guest
 
Posts: n/a
Default macro installation


Does anyone here have a link or some info about how to distribute
a outlook macro. Is there some directory i can copy the macro to, so it
will register itself or can a i make an MSI file ???

Thanks.
  Reply With Quote
Old 18-02-2004, 01:19 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: macro installation

There's no built-in easy method for this. The best solution is to roll the
code into a COM addin. If that's too much, think export/import.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Lars Roland" <roland@diku.dk> wrote in message
news:Pine.LNX.4.58.0402181400130.23766@brok.diku.dk...
> Does anyone here have a link or some info about how to distribute
> a outlook macro. Is there some directory i can copy the macro to, so it
> will register itself or can a i make an MSI file ???
>
> Thanks.



  Reply With Quote
Old 19-02-2004, 08:50 AM   #3
Lars Roland
Guest
 
Posts: n/a
Default Re: macro installation

Thanks for the reply - i need to ship the macro to 5000 users through AD
so i think i will go with the COM addin, is there any book describing this
or will it perhaps help to upgrade to a newer version of visual studio (if
there is some build in feature to create COM addins).

On Wed, 18 Feb 2004, Sue Mosher [MVP-Outlook] wrote:

> There's no built-in easy method for this. The best solution is to roll the
> code into a COM addin. If that's too much, think export/import.
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Lars Roland" <roland@diku.dk> wrote in message
> news:Pine.LNX.4.58.0402181400130.23766@brok.diku.dk...
> > Does anyone here have a link or some info about how to distribute
> > a outlook macro. Is there some directory i can copy the macro to, so it
> > will register itself or can a i make an MSI file ???
> >
> > Thanks.

>
>
>

  Reply With Quote
Old 19-02-2004, 01:01 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: macro installation

See http://www.slipstick.com/dev/comaddins.htm for references and resources.
Randy Byrne's book spells it out in detail.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Lars Roland" <roland@diku.dk> wrote in message
news:Pine.LNX.4.58.0402190945590.25940@brok.diku.dk...
> Thanks for the reply - i need to ship the macro to 5000 users through AD
> so i think i will go with the COM addin, is there any book describing this
> or will it perhaps help to upgrade to a newer version of visual studio (if
> there is some build in feature to create COM addins).
>
> On Wed, 18 Feb 2004, Sue Mosher [MVP-Outlook] wrote:
>
> > There's no built-in easy method for this. The best solution is to roll

the
> > code into a COM addin. If that's too much, think export/import.
> >
> >
> > "Lars Roland" <roland@diku.dk> wrote in message
> > news:Pine.LNX.4.58.0402181400130.23766@brok.diku.dk...
> > > Does anyone here have a link or some info about how to distribute
> > > a outlook macro. Is there some directory i can copy the macro to, so

it
> > > will register itself or can a i make an MSI file ???
> > >
> > > Thanks.

> >
> >
> >



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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