Despite successfully signing my C++ app on Windows 8 with signtool with a valid timestamp server and certificate, when I (local) or my users (remote) attempt to run the app, Windows displays the following message:
Open File - Security Warning We can't verify who created this file. Are you sure you want to run this file?
I am using signtool with a Comodo certificate and sign
with options /f
, /p
, and /tr
. I am confident that the signature is successful because it removes most of the runtime security warnings for my users.
'Security Warning' Dialog: