i have got the .pfx file. Now how can i build my project containing this .pfx file.
Printable View
i have got the .pfx file. Now how can i build my project containing this .pfx file.
I might get your questions wrong, but If you need that .pfx to be used in a QT application you can embedded it a a resource. In QT creator you can create a resource file and add any file to it.
If you are talking about msi files (Windows Installation files) this might not be the forum for that.
Hi, signtool should be what you need.
Ginsengelf
Ask Microsoft because it has nothing to do with Qt.
How to: Sign Setup Files with SignTool.exe (Windows Installer)
s i got it.thanks