Results 1 to 8 of 8

Thread: Code Sign Question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Code Sign Question

    I had little shields on the Desktop Icons.. Does that mean the programs are
    not code signed?


    --
    Dan Scott
    C55 - C6.3 Legacy
    Garage Partner Pro / Invoice Partner
    www.garagepartner.com
    Plan A is always more effective when the device you are working on
    understands that Plan B involves a larger hammer

  2. #2

    Default Re: Code Sign Question

    That's an indication that the app will want to run elevated.

    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve

  3. #3

    Default Re: Code Sign Question

    Hmmm
    When I code sign, I don't request elevated, I don't think.

    Thanks

    --
    Dan Scott
    C55 - C6.3 Legacy
    Garage Partner Pro / Invoice Partner
    www.garagepartner.com
    Plan A is always more effective when the device you are working on
    understands that Plan B involves a larger hammer

  4. #4

    Default Re: Code Sign Question

    > When I code sign, I don't request elevated, I don't think.

    Check your manifest settings.

    Normally your app should be manifested AsInvolker for the UAC Execution
    level and the installer ( SB project ) to RequireAdministrator.

    See attached examples.

    Does that help?

    Charles



    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds
    www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
    developer tools!
    www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
    www.setupcast.com - "A revolutionary new publishing system for software
    developers - enhanced for SetupBuilder users!"
    www.pagesnip.com - "Print and Save the Web, just the way you want it!"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms - Now with PNG support!
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------
    Attached Images Attached Images   

  5. #5

    Default Re: Code Sign Question

    Charles

    Yes, it is asinvoker.
    I wonder if an old manifest would overwrite the one I manifest in SB7?

    --
    Dan Scott
    C55 - C6.3 Legacy
    Garage Partner Pro / Invoice Partner
    www.garagepartner.com
    Plan A is always more effective when the device you are working on
    understands that Plan B involves a larger hammer

  6. #6

    Default Re: Code Sign Question

    > Yes, it is asinvoker.
    > I wonder if an old manifest would overwrite the one I manifest in SB7?

    If your manifesting the app in Clarion and you have SB set to skip the file
    if it is already manifested - then yes.

    FWIW, I never manifest my files in Clarion.

    Instead I have an external manifest file for the EXE that resides in the
    development folder. That way I can see what the manifested file looks like
    as I compile/run.

    Then I allow SB to apply the real manifest to the file as the installer is
    built since Friedrich never gets it wrong<g>.

    Charles



    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds
    www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
    developer tools!
    www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
    www.setupcast.com - "A revolutionary new publishing system for software
    developers - enhanced for SetupBuilder users!"
    www.pagesnip.com - "Print and Save the Web, just the way you want it!"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms - Now with PNG support!
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------

  7. #7

    Default Re: Code Sign Question

    > Yes, it is asinvoker.
    > I wonder if an old manifest would overwrite the one I manifest in SB7?

    If you have an "asInvoker" manifested application and you do not have any
    external manifest in-place, make sure that you do not have set the
    "Privilege Level" in the Shortcut properties (Compatibility tab) to "Run the
    program as an administrator".

    Friedrich

  8. #8

    Default Re: Code Sign Question

    I will check that on clients machines

    Thanks

    --
    Dan Scott
    C55 - C6.3 Legacy
    Garage Partner Pro / Invoice Partner
    www.garagepartner.com
    Plan A is always more effective when the device you are working on
    understands that Plan B involves a larger hammer

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
  •