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

  1. ∩╗┐<assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-11-24T12:08:20.1209335-08:00" lastUpdateTimeStamp="2004-08-25T00:47:04.0950053-07:00" authors="mplumpe" owners="jonham" testers="jdalal" 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-SpeechCommon-DL" processorArchitecture="*" version="0.0.0.0" language="*"></assemblyIdentity>
  3.   <migration scope="Upgrade,MigWiz,USMT"> 
  4.     <migXml xmlns="">
  5.  
  6.       <detects>
  7.         <detect>
  8.           <condition>
  9.             MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")
  10.           </condition>
  11.         </detect>
  12.       </detects>
  13.       
  14.       <rules context="User">
  15.         <include>
  16.           <objectSet>
  17.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\AppLexicons [*]</pattern>
  18.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\CurrentUserLexicon\* [*]</pattern>
  19.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\CurrentUserShortcut\* [*]</pattern>
  20.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\PromptVoices [*]</pattern>
  21.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\RecoProfiles\* [*]</pattern>
  22.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\Recognizers [*]</pattern>
  23.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\Voices [*]</pattern>
  24.             <pattern type="File">%CSIDL_APPDATA%\Microsoft\Speech\Files\* [*]</pattern>
  25.             <pattern type="File">%CSIDL_LOCAL_APPDATA%\Microsoft\Speech\Files\* [*]</pattern>
  26.           </objectSet>
  27.         </include>
  28.         <exclude>
  29.           <objectSet>
  30.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\RecoProfiles\Tokens\* [Age]</pattern>
  31.             <pattern type="Registry">HKCU\Software\Microsoft\Speech\RecoProfiles\Tokens\* [Gender]</pattern>
  32.           </objectSet>
  33.         </exclude>
  34.       </rules>
  35.     </migXml>
  36.   <migrationDisplayID>Sound_and_Speech_Recognition\Speech_Recognition</migrationDisplayID>
  37.   </migration>
  38.   <localization>
  39.     <resources culture="en-US">
  40.       <stringTable>
  41.         <string id="description" value="Speech API Downlevel" buildFilter=""></string>
  42.         <string id="displayName" value="Speech API Downlevel" buildFilter=""></string>
  43.       </stringTable>
  44.     </resources>
  45.   </localization>
  46. </assembly>
  47.