views:

16

answers:

0

Hi, we have a VSTO outlook add-in we'd like to silently deploy to everyone via AD.

I'm signing the App with a "Code signing" certificate (requested certmgr from AD).

If I add this certificate to my Trusted Publishers, then I can silently install the signed app via the VSTOInstaller.exe (with the /S switch).

We don't want to have to install my certificate as a trusted publisher on everyone's machine - we'd like to be able to say that any code signed by a certificate issued within our AD is trusted.

Is there some way to do this?