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.

92 lines
1.4 KiB

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