home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / crypto_keys-dl.man < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  59 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" manifestVersion="1.0" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2005-09-13T14:04:43.4054402-07:00" lastUpdateTimeStamp="2005-09-13T15:39:02.9208750-08:00" authors="jeffspel" owners="jeffspel" testers="" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  3.  
  4.   <assemblyIdentity type="" publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="release" versionScope="nonSxS" buildFilter="" name="Microsoft-Windows-Crypto-keys-DL" version="0.0.0.0" processorArchitecture="*" language="neutral"></assemblyIdentity>
  5.  
  6.   <migration scope="Upgrade,MigWiz,USMT" xmlns="">
  7.     <migXml xmlns="">
  8.       <!-- Check as this is only valid for down-level OS < than Windows Vista ? -->
  9.       <detects>
  10.         <detect>
  11.           <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")</condition>
  12.         </detect>
  13.       </detects>
  14.  
  15.       <rules context="User">
  16.         <include>
  17.           <objectSet>
  18.             <pattern type="File">%CSIDL_APPDATA%\Microsoft\Crypto\RSA\*[*]</pattern>
  19.             <pattern type="File">%CSIDL_APPDATA%\Microsoft\Crypto\DSS\*[*]</pattern>
  20.           </objectSet>
  21.         </include>
  22.  
  23.         <merge script="MigXmlHelper.SourcePriority()">
  24.           <objectSet>
  25.             <pattern type="File">%CSIDL_APPDATA%\Microsoft\Crypto\RSA\*[*]</pattern>
  26.             <pattern type="File">%CSIDL_APPDATA%\Microsoft\Crypto\DSS\*[*]</pattern>
  27.           </objectSet>
  28.         </merge>
  29.  
  30.       </rules>
  31.     </migXml>
  32.  
  33.     <machineSpecific>
  34.       <migXml xmlns="">
  35.         <!-- Check as this is only valid for down-level OS < than Windows Vista ? -->
  36.         <detects>
  37.           <detect>
  38.             <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")</condition>
  39.           </detect>
  40.         </detects>
  41.  
  42.         <rules context="System">
  43.           <include>
  44.             <objectSet>
  45.               <!-- Pick up user master keys for wellknown service accounts -->
  46.               <pattern type="File">%PROFILESFOLDER%\LocalService\Application Data\Microsoft\Crypto\RSA\*[*]</pattern>
  47.               <pattern type="File">%PROFILESFOLDER%\LocalService\Application Data\Microsoft\Crypto\DSS\*[*]</pattern>
  48.               <pattern type="File">%PROFILESFOLDER%\NetworkService\Application Data\Microsoft\Crypto\RSA\*[*]</pattern>
  49.               <pattern type="File">%PROFILESFOLDER%\NetworkService\Application Data\Microsoft\Crypto\DSS\*[*]</pattern>
  50.             </objectSet>
  51.           </include>
  52.         </rules>
  53.       </migXml>
  54.     </machineSpecific>
  55.  
  56.     <migrationDisplayID>Additional_Options\Windows_Core_Settings</migrationDisplayID>
  57.   </migration>
  58. </assembly>
  59.