Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

338 lines
6.9 KiB

  1. ; SAPI5ALL.INF
  2. ;
  3. ; This is the Setup information file to install all of
  4. ; Microsoft SAPI 5.
  5. ;
  6. ; Copyright (c) 1998 Microsoft Corporation
  7. ;
  8. [version]
  9. Signature="$CHICAGO$"
  10. AdvancedINF=2.5
  11. [SourceDisksNames]
  12. 1 = %DiskName%,SAPI5ALL.EXE,0
  13. [SourceDisksFiles]
  14. sapi5all.inf=1
  15. ; Core DLLs
  16. sapi.dll=1
  17. spttseng.dll=1
  18. shfolder.dll=1
  19. Sapi.cpl=1
  20. mscsr5.exe=1
  21. voices.exe=1
  22. lexicons.exe=1
  23. ; Include files
  24. sapi.h=1
  25. sapi.idl=1
  26. spcollec.h=1
  27. spdebug.h=1
  28. spddkhlp.h=1
  29. sperror.h=1
  30. speventq.h=1
  31. sphelper.h=1
  32. spuihelp.h=1
  33. spttseng.h=1
  34. spttseng.idl=1
  35. spttsen1.c=1
  36. ; library files
  37. sapiguid.lib=1
  38. ; Media
  39. ending.wav=1
  40. ; C++ samples
  41. intro.wav=1
  42. basictts.cpp=1
  43. basictts.dsp=1
  44. basictts.exe=1
  45. speak.cpp=1
  46. speak.dsp=1
  47. speak.exe=1
  48. stdafx1.cpp=1
  49. stdafx1.h=1
  50. ttshello.cpp=1
  51. ttshello.dsp=1
  52. ttshello.exe=1
  53. resource.h=1
  54. small.ico=1
  55. stdafx2.cpp=1
  56. stdafx2.h=1
  57. wintts.cpp=1
  58. wintts.dsp=1
  59. wintts.exe=1
  60. wintts.h=1
  61. wintts.ico=1
  62. wintts.rc=1
  63. dictpad.cpp=1
  64. dictpad.rc=1
  65. stdafx3.cpp=1
  66. tom_i.c=1
  67. tom.h=1
  68. dictpad.h=1
  69. res2.h=1
  70. stdafx3.h=1
  71. toolbar1.bmp=1
  72. dictpad.ico=1
  73. small1.ico=1
  74. dictpad.exe=1
  75. reco.cpp=1
  76. reco.rc=1
  77. stdafx4.cpp=1
  78. reco.h=1
  79. res2.h=1
  80. stdafx4.h=1
  81. reco.ico=1
  82. small2.ico=1
  83. sol.xml=1
  84. reco.exe=1
  85. wav2text.cpp=1
  86. wav2text.dsp=1
  87. test.wav=1
  88. wav2text.exe=1
  89. sreng.cpp=1
  90. sreng.h=1
  91. sreng.def=1
  92. sreng.idl=1
  93. sreng.rc=1
  94. stdafx5.cpp=1
  95. sreng.rgs=1
  96. res3.h=1
  97. stdafx5.h=1
  98. sreng.dll=1
  99. ; common files
  100. CVDlg.cpp=1
  101. SDKCom.h=1
  102. SDKCom.rc2=1
  103. SDKComr.h=1
  104. ; VB samples
  105. form1.frm=1
  106. speak.vbp=1
  107. [DefaultInstall]
  108. AddReg=sapi5sdk.inc
  109. CopyFiles=copy.headers, copy.sndmedia, copy.sysfiles, copy.wintts, copy.ttshello, copy.basictts, copy.speak, copy.vbspeak, copy.inffile, copy.bins, copy.libs, copy.dictpad, copy.w2t, copy.reco, copy.sreng, copy.common
  110. CustomDestination=MyCustomDestination
  111. RegisterOCXs=RegisterOCXSection
  112. RunPostSetupCommands=InstallCabs
  113. [Uninstall]
  114. UnRegisterOCXs=RegisterOCXSection
  115. DelFiles=DeleteOldFilesSec
  116. [DeleteOldFilesSec]
  117. sapi.dll,,,1
  118. shfolder.dll,,,1
  119. spttseng.dll,,,1
  120. Sapi.cpl,,,1
  121. [RegisterOCXSection]
  122. %11%\sapi.dll
  123. %11%\spttseng.dll
  124. %49000%\samples\cpp\engines\sr\sreng.dll
  125. [InstallCabs]
  126. voices.exe
  127. lexicons.exe
  128. mscsr5.exe
  129. [DestinationDirs]
  130. copy.sysfiles = 11
  131. DeleteOldFilesSec = 11
  132. copy.bins = 49000,bin
  133. copy.libs = 49000,lib\i386
  134. copy.headers = 49000,include
  135. copy.sndmedia = 49000,media\sound
  136. copy.basictts = 49000,samples\cpp\basictts
  137. copy.speak = 49000,samples\cpp\speak
  138. copy.ttshello = 49000,samples\cpp\ttshello
  139. copy.wintts = 49000,samples\cpp\wintts
  140. copy.dictpad = 49000,samples\cpp\dictpad
  141. copy.common = 49000,samples\cpp\common
  142. copy.w2t = 49000,samples\cpp\wavtotext
  143. copy.reco = 49000,samples\cpp\reco
  144. copy.sreng = 49000,samples\cpp\engines\sr
  145. copy.vbspeak = 49000,samples\vb\speak
  146. copy.inffile = 17
  147. [copy.inffile]
  148. sapi5all.inf
  149. [copy.libs]
  150. sapiguid.lib
  151. [copy.headers]
  152. sapi.h
  153. sapi.idl
  154. spcollec.h
  155. spdebug.h
  156. spddkhlp.h
  157. sperror.h
  158. speventq.h
  159. sphelper.h
  160. spuihelp.h
  161. spttseng.h
  162. spttseng.idl
  163. spttsen1.c
  164. [copy.sndmedia]
  165. ending.wav
  166. [copy.basictts]
  167. intro.wav
  168. basictts.cpp
  169. basictts.dsp
  170. [copy.speak]
  171. speak.cpp
  172. speak.dsp
  173. stdafx1.cpp
  174. stdafx1.h
  175. [copy.ttshello]
  176. ttshello.cpp
  177. ttshello.dsp
  178. [copy.wintts]
  179. resource.h
  180. small.ico
  181. stdafx2.cpp
  182. stdafx2.h
  183. wintts.cpp
  184. wintts.dsp
  185. wintts.h
  186. wintts.ico
  187. wintts.rc
  188. [copy.dictpad]
  189. dictpad.cpp
  190. dictpad.rc
  191. stdafx3.cpp
  192. tom_i.c
  193. tom.h
  194. dictpad.h
  195. res2.h
  196. stdafx3.h
  197. toolbar1.bmp
  198. dictpad.ico
  199. small1.ico
  200. [copy.common]
  201. CVDlg.cpp
  202. SDKCom.h
  203. SDKCom.rc2
  204. SDKComr.h
  205. [copy.reco]
  206. reco.cpp
  207. reco.rc
  208. stdafx4.cpp
  209. reco.h
  210. res2.h
  211. stdafx4.h
  212. reco.ico
  213. small2.ico
  214. sol.xml
  215. [copy.w2t]
  216. wav2text.cpp
  217. wav2text.dsp
  218. test.wav
  219. [copy.sreng]
  220. sreng.cpp
  221. sreng.def
  222. sreng.idl
  223. sreng.rc
  224. stdafx5.cpp
  225. sreng.h
  226. sreng.rgs
  227. res3.h
  228. stdafx5.h
  229. sreng.dll
  230. [copy.vbspeak]
  231. form1.frm
  232. speak.vbp
  233. [copy.sysfiles]
  234. sapi.dll
  235. shfolder.dll
  236. spttseng.dll
  237. Sapi.cpl
  238. [copy.bins]
  239. basictts.exe
  240. speak.exe
  241. ttshello.exe
  242. wintts.exe
  243. dictpad.exe
  244. reco.exe
  245. [sapi5sdk.inc]
  246. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Speak,,,"%49000%\samples\cpp\speak"
  247. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Speak,stdafx1.h,,stdafx.h
  248. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Speak,stdafx1.cpp,,stdafx.cpp
  249. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Wintts,,,"%49000%\samples\cpp\wintts"
  250. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Wintts,stdafx2.h,,stdafx.h
  251. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Wintts,stdafx2.cpp,,stdafx.cpp
  252. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Dictpad,,,"%49000%\samples\cpp\dictpad"
  253. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Dictpad,stdafx3.h,,stdafx.h
  254. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Dictpad,stdafx3.cpp,,stdafx.cpp
  255. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Dictpad,res1.h,,resource.h
  256. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Dictpad,small1.ico,,small.ico
  257. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Common,,,"%49000%\samples\cpp\common"
  258. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Common,CVDlg.cpp,,ComponentVersionDlg.cpp
  259. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Common,SDKCom.h,,SapiSDKCommon.h
  260. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Common,SDKCom.rc2,,SapiSDKCommon.rc2
  261. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Common,SDKComr.h,,SapiSDKCommonResources.h
  262. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Reco,,,"%49000%\samples\cpp\reco"
  263. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Reco,stdafx4.h,,stdafx.h
  264. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Reco,stdafx4.cpp,,stdafx.cpp
  265. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Reco,res2.h,,resource.h
  266. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Reco,small2.ico,,small.ico
  267. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Wav2text,,,"%49000%\samples\cpp\wavtotext"
  268. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Wav2text,wav2text.dsp,,wavtotext.dsp
  269. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Wav2text,wav2text.cpp,,wavtotext.cpp
  270. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Msttsdrv,,,"%49000%\include"
  271. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Msttsdrv,spttsen1.c,,spttseng_i.c
  272. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ sr,,,"%49000%\samples\cpp\engines\sr"
  273. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ sr,stdafx5.h,,stdafx.h
  274. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ sr,stdafx5.cpp,,stdafx.cpp
  275. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ sr,res3.h,,resource.h
  276. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Bin,,,"%49000%\bin"
  277. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\ Bin,wav2text.exe,,wavtotext.exe
  278. [MyCustomDestination]
  279. 49000=PackageDestination49000,1
  280. 49001=PackageDestination49001,5
  281. [PackageDestination49000]
  282. "HKLM","XYZ123","","Please select an installation directory.","c:\sapi5sdk"
  283. [PackageDestination49001]
  284. "HKLM","XYZ123","","","c:\sapi5tmp"
  285. [Strings]
  286. DiskName = "Microsoft SAPI 5.0 Installation Disk"
  287. MSFT = "Microsoft"