How to add certificate.pfx in my .exe .
-
I create my certificate.pfx (Code signing certificate).but dont know how to add it to release out exe.i am using inno setup to create the exe.
-
"Sign Tool":http://www.jrsoftware.org/ishelp/index.php?topic=setup_signtool
This is not related to Qt.
-
In general external tools are used to sign executable files. Of course sometimes these tools might be integrated in the IDE. I guess you are targeting Windows as an OS so here is an example article from "Windows Dev Center about code signing":http://msdn.microsoft.com/en-us/library/windows/desktop/aa388170(v=vs.85).aspx