How to code-sign Windows apps, including an automation script

Originally published at: How to code-sign Windows apps, including an automation script – Xojo Programming Blog

You build a Windows app, zip it up, hand it to a user, and Windows may hit them with “Windows protected your PC”. A clean but unsigned binary has no publisher identity or established SmartScreen reputation, so Windows has little reason to trust it. This guide walks you through the complete process of signing EXE and…