home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / rights-management-client-v1-api-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  50 lines

  1. ∩╗┐<assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" manifestVersion="1.0" description="" displayName="" company="MS" copyright="" supportInformation="" creationTimeStamp="2005-05-17T21:14:37.8714436Z" lastUpdateTimeStamp="2005-05-27T01:56:13.2144305Z" authors="cagatayk" owners="cagatayk" testers="" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity name="Microsoft-Windows-Rights-Management-Client-v1-API-DL" version="0.0.0.0" processorArchitecture="*" language="neutral"/>
  3.   <migration scope="Upgrade,MigWiz,USMT">
  4.     <migXml xmlns="">
  5.         <detects>
  6.             <detect>
  7.                 <!--This manifest will apply to machines that has msdrm.dll-->
  8.                 <condition>MigXmlHelper.DoesObjectExist("File", "%windir%\system32\[msdrm.dll]") </condition>
  9.                 <condition>MigXmlHelper.DoesObjectExist("File", "%windir%\sysWOW64\[msdrm.dll]") </condition>
  10.             </detect>
  11.             <detect>
  12.                 <!--This manifest will apply to machines that windows XP and windows 2000-->
  13.                 <condition>MigXmlHelper.DoesOSMatch("NT","5.*.*")</condition>
  14.             </detect>
  15.         </detects>
  16.         <rules context="user">
  17.             <include>
  18.                 <objectSet>
  19.                     <pattern type="File">%CSIDL_LOCAL_APPDATA%\Microsoft\DRM\* [EUL*]</pattern>
  20.                 </objectSet>
  21.             </include>
  22.         </rules>
  23.         <rules context="system">
  24.             <include>
  25.                 <objectSet>
  26.                     <pattern type="File">%CSIDL_COMMON_APPDATA%\Microsoft\DRM\Server\* [EUL*]</pattern>
  27.                     <pattern type="Registry">HKLM\SOFTWARE\Microsoft\MSDRM\ServiceLocation\* [*]</pattern>
  28.                     <pattern type="Registry">HKLM\SOFTWARE\Microsoft\uDRM [Hierarchy]</pattern>
  29.                 </objectSet>
  30.             </include>
  31.         </rules>
  32.         <rules context="System">
  33.             <detects>
  34.                 <detect>
  35.                     <condition>
  36.                     MigXmlHelper.DoesObjectExist("Registry", "HKLM\SOFTWARE\Wow6432Node\Microsoft\MSDRM\ServiceLocation")
  37.                     </condition>
  38.                 </detect>
  39.             </detects>
  40.             <include>
  41.                 <objectSet>
  42.                     <pattern type="Registry">HKLM\SOFTWARE\Wow6432Node\Microsoft\MSDRM\ServiceLocation\* [*]</pattern>
  43.                 </objectSet>
  44.             </include>
  45.         </rules>
  46.     </migXml>
  47.     <migrationDisplayID>Security</migrationDisplayID>
  48.   </migration>
  49. </assembly>
  50.