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.

352 lines
7.2 KiB

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