Page 1 of 1

Code signing options

Posted: Sat Nov 13, 2010 2:09 am
by DoubleDutch
It would be great if you could set options in the Editor to Auto code sign the executable (if not in debug mode). All the editor would need to do is use the SignTool supplied with the Windows SDK. I'm sure other code signing utils exist for OSX and possibly linux? The setting could specify the .pfx file, so you could have different ones for different .exe's, the descriptions, web address, etc could also be specified.

Re: Code signing options

Posted: Sat Nov 13, 2010 2:42 am
by freak
Can't you just run that as an external tool after compilation? You can set the tool to be turned on/off on a per-source basis in the compiler options. This kind of thing is exactly what the tool interface was built for.

Re: Code signing options

Posted: Sat Nov 13, 2010 2:54 am
by DoubleDutch
I do already ( ;) ), but it would be a really good feature for the IDE to have (built-in).

Re: Code signing options

Posted: Sun Nov 14, 2010 5:31 pm
by utopiomania
Auto singning the exe would have been nice.

I had a problem with one of my old programs written in PB where Windows started to warn me about an unknown publisher EVERY time i tried to use it.

My first thought was that I had upgraded Windows one time too many, and that signed exes now was mandatory..

Uninstalling it and reinstalling solved the problem, but I suspect this is what these suckers want in the end.