mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
version="1.0.0.0"
|
|
processorArchitecture="*"
|
|
name="MaintenanceService"
|
|
type="win32"
|
|
/>
|
|
<description>MaintenanceService</description>
|
|
<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
|
|
<ms_asmv3:security>
|
|
<ms_asmv3:requestedPrivileges>
|
|
<ms_asmv3:requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
|
</ms_asmv3:requestedPrivileges>
|
|
</ms_asmv3:security>
|
|
</ms_asmv3:trustInfo>
|
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
|
<application>
|
|
<!--The ID below indicates application support for Windows Vista -->
|
|
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
|
|
<!--The ID below indicates application support for Windows 7 -->
|
|
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
|
|
</application>
|
|
</compatibility>
|
|
</assembly>
|