Installer: Early check whether the installation directory is writable
[msysgit.git] / bin / patch.exe.manifest
blob33b727b9a4cc888c64e21f543f4804fc1b42b424
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="7.95.0.0"
4 processorArchitecture="X86"
5 name="patch.exe"
6 type="win32"/>
8 <!-- Identify the application security requirements. -->
9 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
10 <security>
11 <requestedPrivileges>
12 <requestedExecutionLevel
13 level="asInvoker"
14 uiAccess="false"/>
15 </requestedPrivileges>
16 </security>
17 </trustInfo>
18 </assembly>