[RESOLVED] How do i apply instantssl Code Signing certificate into vb6 app?
I received my code signing certificate from instantssl, now how do I incorporate this into my VB6 app?
Thanks in advance for your help.
Re: How do i apply instantssl Code Signing certificate into vb6 app?
for those of you wishing to code sign your VB6 app, these are the steps i used:
1.) purchased code signing certificate from InstantSSL because it was cheap, but they were not much help with installation so i went to VeriSign for their setup instructions. VeriSign is more expensive but they have better support so you may want to consider them instead of InstantSSL.
2.) download SDK from microsoft
3.) follow the instructions on the verisign site
I used Inno setup to create a setup.exe file and then i just signed the setup.exe file.