I've an Add-In which will be deployed on all PCs in a company. We are going to put it into the c:\Users\Ernst\AppData\Roaming\Microsoft\Excel\XLSTART folder.

I tested this localy on my machine and everything works as expected.

Is there a reason I should digitally sign the Add-In with a certificate?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Signing will prevent any confirmation prompts to the user of "Do you want to load this add-in", otherwise you'll be fine. As long as they click Yes to any of the prompts and have the appropriate security level set to load them, that is.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.