PDA

View Full Version : Code signing suggestion


jassing
09-11-2008, 03:56 PM
I've been building a lot of "test" installers to try to isolate a unique problem...

As such I've been in a hurry -- it would be nice to be able to skip code-signing at build time (popup asks for password, cancel it) and just continue to build w/o code signing -- perhaps with a dialog "Code signing failed, Try again?" with yes/no/cancel as options.

Darryl
10-30-2008, 01:33 PM
Thanks for the suggestion. REF: 17979

One option you should take a look at is creating a build config for that situation because the code signing settings are part of each build config, so all you would need to do is create another build config copying all of your settings from your current one, and then uncheck the code signing checkbox.

Hope that helps.

jassing
10-30-2008, 03:10 PM
Thanks.
The project already has 8 build configurations; so that would total 16 and require me to remember to change from one to the other when I need to quickly test something.... adding time, ultimately; being able to continue the build w/o signing would be ideal -- but i unerstnad you can't make everyone happy when there are work arounds to a specific problem....