automatic installation of outlook macro

L

Lars Roland

Is it posssible to create a MSI file to install a outlook macro ?? - or
can i simply place the macro in an outlook system folder, to load it ???


Thanks
 
K

Ken Slovak - [MVP - Outlook]

All macros are part of the VBAProject.OTM file. They aren't stored
individually and there is no easy way to distribute macros. If you
distribute the entire project file and replace the current one for
each user that would work but would replace any macros that the users
currently have. In addition, unless macro security is set to Low the
users would be prompted to enable macros each time they start Outlook.
Low security is a major risk, and you can use High security only with
signed macro code, which means installing the signing certificate on
each user's computer and having them sign the macro code with it.

The preferred way of distributing code is to write the code as an
Outlook COM addin and to distribute that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top