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

  1. <assembly manifestVersion="1.0" description="iSNS Downlevel OOB Migration" displayName="Microsoft-Windows-iSNS_Service" company="Microsoft Corp." copyright="" supportInformation="" authors="KeithFr" owners="KeithFr" buildFilter="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity name="Microsoft-Windows-iSNS_Service-DL" version="0.0.0.0" processorArchitecture="*" language="*"/>
  3.  
  4.   <migration>
  5.     <!-- Declare that this OOB (if found) is tied to the iSNS_Service Optional Component (OC) -->
  6.     <registerSDF name="iSNS_Service"></registerSDF>
  7.  
  8.     <migXml xmlns="">
  9.       <!-- Detect if the iSNS OOB is installed -->
  10.       <detects>
  11.         <detect>
  12.           <condition>MigXmlHelper.IsOSEarlierThan("NT" , "6.0.0.0")</condition>
  13.         </detect>
  14.         <detect>
  15.           <condition>MigXmlHelper.DoesObjectExist("Registry", "HKLM\SYSTEM\CurrentControlSet\Services\MSiSNS")</condition>
  16.         </detect>
  17.       </detects>
  18.     </migXml>
  19.     
  20.     <machineSpecific>
  21.       <migXml xmlns="">
  22.         <!-- Specify which registry keys/values and files should be gathered -->
  23.         <rules context="System">
  24.           <include>
  25.             <objectSet>
  26.               <pattern type="File">%PROFILESFOLDER%\LocalService\ [MSISNS*.DAT]</pattern>
  27.               <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\MSiSNS [Cluster]</pattern>
  28.               <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\MSiSNS [Path]</pattern>
  29.             </objectSet>
  30.           </include>
  31.         </rules>
  32.       </migXml>
  33.     </machineSpecific>
  34.  
  35.   </migration>
  36. </assembly>
  37.