Home | History | Annotate | Line # | Download | only in winrc
      1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
      3   <assemblyIdentity version="1.0.0.0"
      4      processorArchitecture="X86" name="anchor-update.exe" type="win32"/> 
      5   <description>Retrieve latest version of trust anchor</description> 
      6   <!-- Identify the application security requirements. -->
      7   <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
      8     <ms_asmv2:security>
      9       <ms_asmv2:requestedPrivileges>
     10         <ms_asmv2:requestedExecutionLevel
     11           level="asInvoker"
     12           uiAccess="false"/>
     13         </ms_asmv2:requestedPrivileges>
     14        </ms_asmv2:security>
     15   </ms_asmv2:trustInfo>
     16 </assembly>
     17