cogconfigw.exe.manifest 754 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cnfg
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  9. <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="cogconfigw" type="win32"/>
  10. <description>IBM Cognos Configuration</description>
  11. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  12. <security>
  13. <requestedPrivileges>
  14. <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
  15. </requestedPrivileges>
  16. </security>
  17. </trustInfo>
  18. </assembly>