opendj_service.exe.manifest revision 5385
0N/A<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1067N/A<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
0N/A <assemblyIdentity version="1.0.0.0"
0N/A processorArchitecture="X86" name="opendj_service" type="win32"/>
0N/A <description>Executable used to run OpenDJ as a Windows Service</description>
0N/A <!-- Identify the application security requirements. -->
0N/A <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
0N/A <ms_asmv2:security>
0N/A <ms_asmv2:requestedPrivileges>
0N/A <ms_asmv2:requestedExecutionLevel
0N/A level="asInvoker"
0N/A uiAccess="false"/>
0N/A </ms_asmv2:requestedPrivileges>
0N/A </ms_asmv2:security>
0N/A </ms_asmv2:trustInfo>
0N/A</assembly>