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

  1. ∩╗┐<assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-07-18T10:54:12.1286250-07:00" lastUpdateTimeStamp="2004-08-10T21:55:12.7031250+00:00" authors="eirikh" owners="eirikh" testers="rajesr" 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-SmartCardSubsystem-DL" version="0.0.0.0" processorArchitecture="*" publicKeyToken="" language="neutral" buildType="release" buildFilter="" versionScope="nonSxS"></assemblyIdentity>
  3.  
  4.   <migration>
  5.  
  6.     <migXml xmlns="">
  7.  
  8.       <detects>
  9.         <detect>
  10.           <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  11.         </detect>
  12.       </detects>
  13.  
  14.       <rules context="System">
  15.     <include>
  16.       <objectSet>
  17.         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon [scremoveoption]</pattern>
  18.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SCardSvr [Start]</pattern>
  19.         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\CertPropSvc [Start]</pattern>
  20.         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SCPolicySvc [Start]</pattern>
  21.       </objectSet>
  22.     </include>
  23.       </rules>
  24.  
  25.       <rules context="System">
  26.         <detects>
  27.       <detect>
  28.         <condition>MigXmlHelper.DoesStringContentContain("Registry", "HKLM\SYSTEM\CurrentControlSet\Services\SCardSvr [Start]", "2")</condition>
  29.           </detect>
  30.         </detects>
  31.  
  32.         <addObjects>
  33.           <object>
  34.             <location type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\CertPropSvc [Start]</location>
  35.             <attributes>Dword</attributes>
  36.             <bytes>02000000</bytes>
  37.           </object>
  38.         </addObjects>
  39.       </rules>
  40.  
  41.       <rules context="System">
  42.         <detects>
  43.       <detect>
  44.         <condition>MigXmlHelper.DoesStringContentContain("Registry", "HKLM\SYSTEM\CurrentControlSet\Services\SCardSvr [Start]", "2")</condition>
  45.       </detect>
  46.       <detect>
  47.         <condition>MigXmlHelper.DoesStringContentContain("Registry", "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon [scremoveoption]", "1")</condition>
  48.         <condition>MigXmlHelper.DoesStringContentContain("Registry", "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon [scremoveoption]", "2")</condition>
  49.           </detect>
  50.         </detects>
  51.  
  52.         <addObjects>
  53.           <object>
  54.             <location type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SCPolicySvc [Start]</location>
  55.             <attributes>Dword</attributes>
  56.             <bytes>02000000</bytes>
  57.           </object>
  58.         </addObjects>
  59.       </rules>
  60.  
  61.     </migXml>
  62.  
  63.     <migrationDisplayID>Security\Security_Options</migrationDisplayID>
  64.   </migration>
  65.  
  66.   <localization>
  67.     <resources culture="en-US">
  68.       <stringTable>
  69.         <string id="description" value="Downlevel Manifest for the Smart Card Subsystem" buildFilter=""></string>
  70.         <string id="displayName" value="Downlevel Manifest for the Smart Card Subsystem" buildFilter=""></string>
  71.       </stringTable>
  72.     </resources>
  73.   </localization>
  74. </assembly>