I've build a small app using Visual Studio 2019. It needs to run on a few machines running Windows 7 and 10. Is it mandatory to code sign the app? Or can the app be copied to other machines and run without code signing?
Asked
Active
Viewed 99 times
1 Answers
0
It is not mandatory. You can copy files as you want. Signing code is only for security and legal purposes. To provide trusted apps in business environment. So it depends of the strategy of your domain.
https://learn.microsoft.com/visualstudio/ide/how-to-sign-application-and-deployment-manifests
Validating a Code Signing Certificate on a Windows Application