US.Browser.Service.exe.manifest 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
  3. <asmv1:assemblyIdentity name="US.Browser.Service.exe" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
  4. <application />
  5. <entryPoint>
  6. <assemblyIdentity name="US.Browser.Service" version="1.2.7.0" language="neutral" processorArchitecture="msil" />
  7. <commandLine file="US.Browser.Service.exe" parameters="" />
  8. </entryPoint>
  9. <trustInfo>
  10. <security>
  11. <applicationRequestMinimum>
  12. <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
  13. <defaultAssemblyRequest permissionSetReference="Custom" />
  14. </applicationRequestMinimum>
  15. <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
  16. <!--
  17. UAC 清单选项
  18. 如果要更改 Windows 用户帐户控制级别,请用以下节点之一替换
  19. requestedExecutionLevel 节点。
  20. <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  21. <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
  22. <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
  23. 如果要利用文件和注册表虚拟化提供
  24. 向后兼容性,请删除 requestedExecutionLevel 节点。
  25. -->
  26. <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  27. </requestedPrivileges>
  28. </security>
  29. </trustInfo>
  30. <dependency>
  31. <dependentOS>
  32. <osVersionInfo>
  33. <os majorVersion="4" minorVersion="10" buildNumber="0" servicePackMajor="0" />
  34. </osVersionInfo>
  35. </dependentOS>
  36. </dependency>
  37. <dependency>
  38. <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
  39. <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="2.0.50727.0" />
  40. </dependentAssembly>
  41. </dependency>
  42. <dependency>
  43. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="US.Browser.Service.exe" size="10240">
  44. <assemblyIdentity name="US.Browser.Service" version="1.2.7.0" language="neutral" processorArchitecture="msil" />
  45. <hash>
  46. <dsig:Transforms>
  47. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  48. </dsig:Transforms>
  49. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  50. <dsig:DigestValue>sK6kPDDd7EDDICveXJT0Ck2vJF0=</dsig:DigestValue>
  51. </hash>
  52. </dependentAssembly>
  53. </dependency>
  54. <file name="US.Browser.Service.exe.config" size="117">
  55. <hash>
  56. <dsig:Transforms>
  57. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  58. </dsig:Transforms>
  59. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  60. <dsig:DigestValue>a3Forh+i+nzyaONrpGeK7Sudu10=</dsig:DigestValue>
  61. </hash>
  62. </file>
  63. </asmv1:assembly>