Merge mozilla-central and tracemonkey. (a=blockers)
[mozilla-central.git] / config / nsinstall.exe.manifest
blob26768e938cd8d31014fb7dc4fbb06d414978dff9
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 processorArchitecture="*"
6 name="nsinstall"
7 type="win32"
8 />
9 <description>nsinstall</description>
10 <ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
11 <ms_asmv3:security>
12 <ms_asmv3:requestedPrivileges>
13 <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
14 </ms_asmv3:requestedPrivileges>
15 </ms_asmv3:security>
16 </ms_asmv3:trustInfo>
17 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
18 <application>
19 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
20 </application>
21 </compatibility>
22 </assembly>