2
votes

I've got a Comodo certificate to sign my application files with the appropriate publisher (that'll be me). But how do I sign my installation to prevent those triple "are you sure?" UAC dialogs?

Am using the Visual Studio (2008) setup project, no third party tools.

1

1 Answers

1
votes

I dont think you can disable UAC dialogs. For installer signing, I think signtool in the Windows SDK will do what you need.