Com add-ins and Macro security

A

Angus Comber

Hello

The default security on eg Word is macro security high in Word 2002. If I
write a com add-in then will it always run OK? Or will it have the same
problems that VBA code can experience when macro security is set high?

I want this to be as transparent to the user as possible. Ideally also as
easy as possible to deploy as part of a software package.

Angus Comber
(e-mail address removed)
 
Z

Zweitze de Vries

Angus Comber said:
The default security on eg Word is macro security high in Word 2002. If I
write a com add-in then will it always run OK? Or will it have the same
problems that VBA code can experience when macro security is set high?
I want this to be as transparent to the user as possible. Ideally also as
easy as possible to deploy as part of a software package.


The macro security dialog has an option "Trust all add-ins". When it is not
checked, your add-in will not run, unless
you signed your DLL. The user will be asked whether he trusts the signature.
The certificate that you need to sign the DLL, must have a different type
than the macro project.

Word2003 has a security level where nothing is loaded anyway, comparable to
the "safe mode" boot option of Windows 95.
 

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