home *** CD-ROM | disk | FTP | other *** search
/ Level 2004 January / Level_2004-01_109_cdc.bin / msttsL.exe / mstts.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-09-01  |  3.9 KB  |  145 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5,"You need a new version of advpack.dll"
  4.  
  5. [SourceDisksNames]
  6. 1=%AppName%,,1
  7.  
  8. [DefaultInstall]
  9. CustomDestination=MyCustomDestination
  10. Copyfiles=LexTools,TTSFiles,InfSection
  11. AddReg=TTSReg
  12. DelFiles=DelOldTTSFiles
  13.  
  14. [DefaultInstall.NT]
  15. CustomDestination=MyCustomDestination
  16. Copyfiles=LexTools,TTSFiles,InfSection
  17. AddReg=TTSReg
  18. DelFiles=DelOldTTSFiles
  19.  
  20. [MyCustomDestination]
  21. 49010=ProgramFilesDestination,21
  22. 49000,49001,49002,49003=PackageDestination49000,5
  23.  
  24. [UninstallDestination]
  25. 49010=ProgramFilesDestination,5
  26. 49000=PackageDestination49000,5
  27.  
  28. [ProgramFilesDestination]
  29. HKLM,software\microsoft\windows\currentversion,CommonFilesDir,"%InstallPrompt%","c:\program files\common files"
  30.  
  31. [PackageDestination49000]
  32. HKLM,Software\Microsoft\MSTTS,InstallDir,"%InstallPrompt%","%49010%\%DefaultDir%"
  33.  
  34. [Uninstall]
  35. BeginPrompt=BeginPromptSection
  36. EndPrompt=EndPromptSection
  37. RunPreSetupCommands=UninstallUserDict
  38. CustomDestination=UninstallDestination
  39. DelFiles=LexTools,TTSFiles,TTSFiles2
  40. Deldirs=RemoveFolder
  41. DelReg=DelRegSection
  42. SmartReboot=I
  43. Cleanup=1
  44.  
  45. [Uninstall.Quiet]
  46. RunPreSetupCommands=UninstallUserDict
  47. CustomDestination=UninstallDestination
  48. DelFiles=LexTools,TTSFiles,TTSFiles2
  49. Deldirs=RemoveFolder
  50. DelReg=DelRegSection
  51. SmartReboot=I
  52. Cleanup=1
  53.  
  54. [UninstallUserDict]
  55. %25%\delttsul.exe
  56.  
  57. [DestinationDirs]
  58. TTSFiles=49000
  59. TTSFiles2=49000
  60. InfSection=17
  61. DelOldTTSFiles=49000
  62. LexTools=25
  63.  
  64. [LexTools]
  65. delttsul.exe
  66.  
  67. [TTSFiles]
  68. msttssyn.dll
  69. female.vce
  70. male.vce
  71. sam.vce
  72. female8.vce
  73. male8.vce
  74. female.cfg
  75. male.cfg
  76. sam.cfg
  77. female8.cfg
  78. male8.cfg
  79.  
  80. [TTSFiles2]
  81. freddy.vce
  82. brutus.vce
  83. malew.vce
  84. femalew.vce
  85.  
  86. [DelOldTTSFiles]
  87. mark.vce
  88. melanie.vce
  89. mark8.vce
  90. melanie8.vce
  91.  
  92. [InfSection]
  93. msTTS.inf
  94.  
  95. [RemoveFolder]
  96. %49000%
  97.  
  98.  
  99. [TTSReg]
  100. HKLM,Software\Voice\TextToSpeech\Engine,MSTTSSyn,,{E0725551-286F-11d0-8E73-00A0C9083363}
  101. HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363},,,"Microsoft TTS Engine"
  102. HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363}\InprocServer32,,,"%49000%\MSTTSSYN.dll"
  103. HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363}\InprocServer32,ThreadingModel,,Apartment
  104. ; use the following reg edit to see which version installed for ActiveX downloads
  105. HKCR,CLSID\{161FA781-A52C-11d0-8D7C-00A0C9034A7E},,,"Downloadable Whistler 3.0"
  106. HKCR,CLSID\{161FA781-A52C-11d0-8D7C-00A0C9034A7E}\Control,,,
  107. HKCR,CLSID\{161FA781-A52C-11d0-8D7C-00A0C9034A7E}\InprocServer32,,,"%49000%\wraptts.dll"
  108. HKCR,CLSID\{161FA781-A52C-11d0-8D7C-00A0C9034A7E}\InprocServer32,ThreadingModel,,Apartment
  109. HKCR,CLSID\{161FA781-A52C-11d0-8D7C-00A0C9034A7E}\MiscStatus,,,"0"
  110. HKCR,CLSID\{161FA781-A52C-11d0-8D7C-00A0C9034A7E}\MiscStatus\1,,,"0132497"
  111. ; cache information, so enumerates faster
  112. HKLM,Software\Voice\TextToSpeech\Engine\{E0725551-286F-11d0-8E73-00A0C9083363},Dirty,1,1
  113.  
  114.  
  115. ; for uninstall
  116. HKLM,Software\Microsoft\MSTTS,InstallDir,,"%49000%"
  117. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSTTS,"DisplayName",,"%AppName%
  118. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSTTS,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\msTTS.inf, Uninstall"
  119.  
  120. [DelRegSection]
  121. HKCU,Software\Microsoft\Whisper
  122. HKLM,Software\Voice\TextToSpeech\Engine,MSTTSSyn
  123. HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363}
  124. HKCR,CLSID\{161FA782-A52C-11d0-8D7C-00A0C9034A7E}
  125. HKLM,Software\Voice\TextToSpeech\Engine\{E0725551-286F-11d0-8E73-00A0C9083363}
  126.  
  127. ; uninstall
  128. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSTTS
  129. HKLM,Software\Microsoft\MSTTS
  130.  
  131. [BeginPromptSection]
  132. Prompt=%BeginPrompt%
  133. ButtonType=YESNO
  134. Title=%AppName%
  135.  
  136. [EndPromptSection]
  137. Prompt=%EndPrompt%
  138.  
  139. [Strings]
  140. AppName="Microsoft Text-to-Speech Engine 4.0 (English)"
  141. BeginPrompt="Are you sure you want to remove the Microsoft text-to-speech engine? It may prevent text-to-speech from working."
  142. EndPrompt="Uninstall complete."
  143. DefaultDir="microsoft shared\SpeechEngines\TTS"
  144.  
  145.