PDA

View Full Version : #code-sign application "K:\sfo80koege\strejke08.exe" [Permanent] [Skip]



NewsArchive
06-20-2008, 02:10 AM
Dear Friedrich!
Or whoever....

Have I understood it right, that each and every .exe and .dll produced by me
should have this line included to be Vista OK?

Where should the Line/lines be placed in the script?

What I have tried to do was:

#embed Vista manifest into "K:\sfo80koege\strejke08.exe" [asInvoker]
[Permanent] [Skip]
#code-sign application "K:\sfo80koege\strejke08.exe" [Permanent] [Skip]

As the two first lines in the script.
It gave 'Compiler error Gen1053'

Edvard Korsbęk

NewsArchive
06-20-2008, 02:10 AM
Hi Edvard,

> Have I understood it right, that each and every .exe and .dll produced by
> me should have this line included to be Vista OK?
>
> Where should the Line/lines be placed in the script?
>
> What I have tried to do was:
>
> #embed Vista manifest into "K:\sfo80koege\strejke08.exe" [asInvoker]
> [Permanent] [Skip]
> #code-sign application "K:\sfo80koege\strejke08.exe" [Permanent] [Skip]
>
> As the two first lines in the script.
> It gave 'Compiler error Gen1053'

#embed Vista manifest embeds a Vista-aware manifest into your own
application and #code-sign code signs the application.

I would suggest to add it to the beginning of the script (they are processed
by the pre-processor).

Error Gen1053 means that your code-signing failed (wrong certificate,
expired certificate, timestamp server not available, etc., etc.)

http://www.lindersoft.com/forums/showthread.php?t=2170&highlight=1053

Hope this helps.

Friedrich