Results 1 to 3 of 3

Thread: code sign issue

  1. #1

    Default code sign issue

    Hi I created a new install. In the install script I codesign the .exe
    of the file inside the install.exe file
    However, the .exe (created in Clarion 8) still has the windows security
    logo in the lower right of the icon and when running the .exe you still
    get the Windows security message. I also code sign the install.exe file
    but that does not get the Windows Security message. What am I missing?

    --
    Eric Jacobowitz
    www.castlecomputer.com

  2. #2

    Default Re: code sign issue

    Eric,

    > Hi I created a new install. In the install script I codesign the .exe
    > of the file inside the install.exe file
    > However, the .exe (created in Clarion 8) still has the windows security
    > logo in the lower right of the icon and when running the .exe you still
    > get the Windows security message. I also code sign the install.exe file
    > but that does not get the Windows Security message. What am I missing?

    Grasping at straws here but does your program EXE have a manifest?

    --
    Lee White

    RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
    RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
    Report Faxing.....: http://www.cwaddons.com/products/afe/
    ---Enroll Today---: http://CWaddons.com

    Creative Reporting: http://www.CreativeReporting.com

    Product Release & Update Notices
    http://twitter.com/DeveloperPLUS

    Windows 8 brings us "The Oval, Bumper Car, Roller Coaster of Wait!"

  3. #3

    Default Re: code sign issue

    Eric,

    > Hi I created a new install. In the install script I codesign the .exe of
    > the file inside the install.exe file
    > However, the .exe (created in Clarion 8) still has the windows security
    > logo in the lower right of the icon and when running the .exe you still
    > get the Windows security message. I also code sign the install.exe file
    > but that does not get the Windows Security message. What am I missing?

    IMO, it is exactly what Lee suspected. The "shield icon" comes from the
    embedded manifest. It is not related to the code-signature.

    You have to manifest your .exe "asInvoker" and then code-sign it.

    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
  •