PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
macro installation
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
macro installation
![]() |
macro installation |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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. > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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. > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

