PDA

View Full Version : Code Signing outside of SB6



TCS Software
04-30-2007, 09:52 AM
Hey, we have a demo app that goes out as a sales tool. It does not have an install, but rather runs exclusively from CD. Is there any way I can use our Comodo signature on these files outside of SetupBuilder, to sign them prior to buring them to CD?

Any thoughts welcome!

Thanks,
-Glenn.

linder
04-30-2007, 09:55 AM
Glenn,

Sure, absolutely no problem. You can even let SetupBuilder code-sign it for you (before you burn it to CD).

Friedrich

TCS Software
04-30-2007, 09:57 AM
Ok, how would you go about doing this?
Maybe I am missing something really simple?

linder
04-30-2007, 10:26 AM
Glenn,

Create a Blank Script (File -> New -> Blank Script...), go to the Script Editor and add a "#code sign application" compiler directive to code-sign your demo executable. Important: mark the "Permanent" option.

Compile the "Blank Script" and you'll have a code signed demo.

Does this help?

Friedrich

TCS Software
04-30-2007, 12:17 PM
Thanks! Worked great. Should have been able to figure that one out... not thinking clearly today.