How to code-sign Windows applications created in visualstudio with a commercial registration electronic certificate

Asked 2 years ago, Updated 2 years ago, 48 views

If you don't give a code sign certificate when you deploy a Windows application with a built installer in visual studio, you'll get a warning when you download and install it, so I'd like to use a commercial electronic certificate as a code sign certificate.
If you have tried it and have succeeded, could you tell me the procedure?

visual-studio

2022-09-29 22:03

1 Answers

I do not intend to recommend a specific vendor, but as you can see from GlobalSign's list of electronic certificates and authentication services, there are several types of electronic certificates, and only one of them.

And Examples of procedures for using a commercial registration electronic certificate do not include code signings.

If you would like to do code signings, purchase a code signings certificate.

If the purpose of warning suppression is to strictly review the manufacturer and prevent SmartScreen warning signs, you will need to purchase an EV code sign certificate instead of a code sign certificate.


2022-09-29 22:03

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.