Clickonce intranet application trust
        Posted  
        
            by Mark
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mark
        
        
        
        Published on 2010-03-17T15:31:16Z
        Indexed on 
            2010/03/17
            15:31 UTC
        
        
        Read the original article
        Hit count: 906
        
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?
© Stack Overflow or respective owner