Results 1 to 2 of 2

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

  1. #1

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

    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

  2. #2

    Default Re: #code-sign application "K:\sfo80koege\strejke08.exe" [Permanent] [Skip]

    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/sho...highlight=1053

    Hope this helps.

    Friedrich

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •