PDA

View Full Version : How do I Code Sign an EXE with a .PFX file?



NewsArchive
01-20-2015, 01:56 AM
How do I Code Sign an EXE with a .PFX file?

Thanks, ..

Ken Stone

NewsArchive
01-20-2015, 01:57 AM
Ken,

>
> How do I Code Sign an EXE with a .PFX file?
>

You can use the "#code-sign application..." compiler directive to code-sign
your own application files with a .PFX.

See attached screenshots. Don't forget to switch the IDE into .PFX signing
mode (just select the SignTool.exe in Options... and you are done).

And some interesting readings:
http://www.lindersoft.com/forums/showthread.php?t=23099
http://www.lindersoft.com/forums/showthread.php?p=75570#post75570

Friedrich

NewsArchive
01-22-2015, 02:08 AM
Thanks. Everything is working now....

Ken Stone