Hi everyone... (especially Jane, as she will probably be my first answer on
this one)

I looked over the previous posts, as well as the help file, and gave it a
shot, and now I am confused.
(I know... normal...)

I need to embed UAC manifest into 5 exe's.
I am code signing ALL the exe's, dll's, etc I am sending out.
My understanding is:
First: Embed.
Second: Code Sign.
Third: Add to compile.

Simple enough. Except that when I try to compile, I am getting:
Compiler error GEN1053: Code signing process failed. Error Code: -1

Now, if I get a new copy of the EXE, and comment out the Embed, it compiles
and signs fine.
It's as if after the embed, it no longer wants to sign.

Also, my understanding of the permanent flag has to do with whether or not
the EXE in question will still be embeded after the setup compile is
complete, right?

Currently, I am using permanent flag on both Embed and Code Signing.
Perhaps this is causing my problem?
I could see taking the Perm flag off of the Embed, but would be nice to be
able to leave it on the Code Signing, simply because it takes soooooo
long... but if I must, I must.

Thanks!
-Glenn.