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.

75 lines
1.2 KiB

  1. ; SAPI5ALQ.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%,SAPI5ALLQ.EXE,0
  13. [SourceDisksFiles]
  14. sapi5alq.inf=1
  15. ; Core DLLs
  16. sapi.dll=1
  17. shfolder.dll=1
  18. spttseng.dll=1
  19. Sapi.cpl=1
  20. mscsr5.exe=1
  21. voices.exe=1
  22. lexicons.exe=1
  23. [DefaultInstall]
  24. AddReg=sapi5sdk.inc
  25. CopyFiles=copy.sysfiles, copy.inffile
  26. CustomDestination=MyCustomDestination
  27. RegisterOCXs=RegisterOCXSection
  28. RunPostSetupCommands=InstallCabs
  29. [Uninstall]
  30. UnRegisterOCXs=RegisterOCXSection
  31. DelFiles=DeleteOldFilesSec
  32. [DeleteOldFilesSec]
  33. sapi.dll,,,1
  34. shfolder.dll,,,1
  35. spttseng.dll,,,1
  36. Sapi.cpl,,,1
  37. [RegisterOCXSection]
  38. %11%\sapi.dll
  39. %11%\spttseng.dll
  40. [InstallCabs]
  41. voices.exe /Q
  42. lexicons.exe /Q
  43. mscsr5q.exe /Q
  44. [DestinationDirs]
  45. copy.sysfiles = 11
  46. DeleteOldFilesSec = 11
  47. copy.inffile = 17
  48. [copy.inffile]
  49. sapi5alq.inf
  50. [copy.sysfiles]
  51. sapi.dll
  52. shfolder.dll
  53. spttseng.dll
  54. Sapi.cpl
  55. [MyCustomDestination]
  56. 49001=PackageDestination49001,5
  57. [PackageDestination49001]
  58. "HKLM","XYZ123","","","c:\sapi5tmp"
  59. [Strings]
  60. DiskName = "Microsoft SAPI 5.0 Installation Disk"
  61. MSFT = "Microsoft"