File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / smartmontools / os_win32 / runcmdu.exe.manifest
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:32:16 2012 UTC (12 years, 4 months ago) by misho
Branches: smartmontools, elwix, MAIN
CVS tags: v6_2, v6_1p0, v6_1, v5_43, v5_42, HEAD
smartmontools

    1: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    2: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    3:   <assemblyIdentity
    4:     version="1.0.0.0"
    5:     name="runcmdu.exe"
    6:     type="win32"
    7:   />
    8:   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    9:     <security>
   10:       <requestedPrivileges>
   11:         <requestedExecutionLevel
   12:           level="asInvoker"
   13:           uiAccess="false"
   14:         />
   15:       </requestedPrivileges>
   16:     </security>
   17:   </trustInfo>
   18: </assembly>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>