Despite the successful signing of my C ++ application in Windows 8 using the icon with a valid time server and certificate, when I (local) or my users (remote) try to start the application, Windows displays the following message:
Open file - security warning. We cannot verify who created this file. Are you sure you want to run this file?
I am using signtool with Comodo and sign certificate with /f , /p and /tr options. I am sure the signature is successful as it removes most of the runtime security warnings for my users.
Security Warning Dialog Box:

windows code-signing security-warning
David manpearl
source share