Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: #code-sign and #embed UAC manifest

  1. #11

    Default Re: #code-sign and #embed UAC manifest

    Jeff,

    > Too much success will warp the mind.<G>

    Obviously WE'RE slipping, not Friedrich!!!!<g>

    >> File Name
    >> [in] String that specifies the path and file name of a file to code-sign (this can include the wildcards "*" and "?").

    --
    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

    Enhanced Reporting: http://CreativeReporting.com


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

  2. #12

    Default Re: #code-sign and #embed UAC manifest

    Friedrich,

    > > IMPROVEMENT: IDE: The "#code-sign application..." compiler
    > > directive supports a wildcard in the "File Name" field.

    Sometimes you slip things by us mere mortals.<g>

    --
    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

    Enhanced Reporting: http://CreativeReporting.com


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

  3. #13

    Default Re: #code-sign and #embed UAC manifest

    Lee,

    >> > IMPROVEMENT: IDE: The "#code-sign application..." compiler
    >> > directive supports a wildcard in the "File Name" field.
    >
    > Sometimes you slip things by us mere mortals.<g>
    >

    Hehehehehe :-)

    Friedrich

  4. #14

    Default Re: #code-sign and #embed UAC manifest

    I wonder why it didn't work for me?

    #set compiler variable [FCAPPROOT] = "e:\myfolder\"
    #code-sign application "[FCAPPROOT]xxx*.exe" ["My App"] [Permanent]
    [Skip]

    Errored on the filename. If I made the filename explicit, then it
    worked fine.

    Thanks

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

  5. #15

    Default Re: #code-sign and #embed UAC manifest

    I just tested it. I have the files test1.exe, test2.exe, test3.exe,
    test4.exe and test999.exe located in c:\test

    #set compiler variable [FCAPPROOT] = "c:\test"
    #code-sign application "[FCAPPROOT]\test*.exe" ["test"] [Permanent]

    It code-signed all five files without any problem.

    Friedrich
    Attached Images Attached Images   

  6. #16

    Default Re: #code-sign and #embed UAC manifest

    OK. Thanks.

    It does work. I was mistaken about which thing was causing the error.

    It was actually the UAC manifest one that failed, but that's not as a
    big deal as the other one.

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

  7. #17

    Default Re: #code-sign and #embed UAC manifest

    > OK. Thanks.
    >
    > It does work. I was mistaken about which thing was causing the error.
    >
    > It was actually the UAC manifest one that failed, but that's not as a
    > big deal as the other one.

    Jeff,

    Probably well aware of this - but as Jane would remind us! :-D

    Important Windows Stuff - The Order Matters!

    manifest
    armadillo
    code-sign

    David

    --
    From David Troxell - Product Scope 7.9 - Encourager Software
    Product Description - App Data UAC Safe, MFG - Encourager Software
    Internet Link - http://profileexchanges.com/blog/?p=120

  8. #18

    Default Re: #code-sign and #embed UAC manifest

    Of course, David. Thanks for the reminder.

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

  9. #19

    Default Re: #code-sign and #embed UAC manifest

    Yes it does. The attached image is from one of my scripts

    Abe Jimenez
    Attached Images Attached Images  

  10. #20

    Default Re: #code-sign and #embed UAC manifest

    Hi Abe -

    It was the UAC manifest thing.

    I mistakedley thought it was the code sign kicking the error.

    Thanks.

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

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •