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.

77 lines
1.2 KiB

  1. ; SAPI5RT.INF
  2. ;
  3. ; This is the Setup information file to install the
  4. ; Microsoft SAPI 5 runtime.
  5. ;
  6. ; Copyright (c) 1998 Microsoft Corporation
  7. ;
  8. [version]
  9. Signature="$CHICAGO$"
  10. AdvancedINF=2.5
  11. [SourceDisksNames]
  12. 1 = %DiskName%,SAPI5RT.EXE,0
  13. [SourceDisksFiles]
  14. sapi5rt.inf=1
  15. ; Core DLLs
  16. sapi.dll=1
  17. shfolder.dll=1
  18. spttseng.dll=1
  19. Sapi.cpl=1
  20. ; Voice data files
  21. voices.exe=1
  22. ; Lexicon data files
  23. lexicons.exe=1
  24. [DefaultInstall]
  25. CopyFiles=copy.sysfiles, copy.inffile
  26. RegisterOCXs=RegisterOCXSection
  27. RunPostSetupCommands=InstallCabs
  28. CustomDestination=MyCustomDestination
  29. [Uninstall]
  30. UnRegisterOCXs=RegisterOCXSection
  31. DelFiles=DeleteOldFilesSec
  32. [InstallCabs]
  33. voices.exe
  34. lexicons.exe
  35. [DeleteOldFilesSec]
  36. sapi.dll,,,1
  37. shfolder.dll,,,1
  38. spttseng.dll,,,1
  39. Sapi.cpl,,,1
  40. [RegisterOCXSection]
  41. %11%\sapi.dll
  42. %11%\spttseng.dll
  43. [DestinationDirs]
  44. copy.sysfiles = 11
  45. DeleteOldFilesSec = 11
  46. copy.inffile = 17
  47. [copy.inffile]
  48. sapi5rt.inf
  49. [copy.sysfiles]
  50. sapi.dll
  51. shfolder.dll
  52. spttseng.dll
  53. Sapi.cpl
  54. [MyCustomDestination]
  55. 49000=PackageDestination49000,5
  56. [PackageDestination49000]
  57. "HKLM","XYZ123","","","c:\sapi5tmp"
  58. [Strings]
  59. DiskName = "Microsoft SAPI 5.0 Runtime Installation Disk"
  60. MSFT = "Microsoft"