home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 6 / 3ComUSRConnections.iso / Software / HOME / DISNEY / DATA1.CAB / Toolvox_ActiveX_Support_Files / vox.inf < prev   
Encoding:
INI File  |  1998-02-05  |  1.5 KB  |  57 lines

  1. ;Sample INF file for voxplay.ocx
  2. [Add.Code]
  3. voxplay.ocx=voxplay.ocx
  4. vct32150.dll=vct32150.dll
  5. mfc42.dll=mfc42.dll
  6. msvcrt.dll=msvcrt.dll
  7. msv2all.vxp=msv2all.vxp
  8. mvoice.vxp=mvoice.vxp
  9. vfonts.vxp=vfonts.vxp
  10.  
  11.  
  12. [voxplay.ocx]
  13. ; lines below specify that the specified voxplay.ocx (clsid, version) needs to be installed on
  14. ; the system. If doesn't exist already, can be downloaded from the given location (a .CAB)
  15. file=vox.cab
  16. clsid={1C922443-125F-11D0-8006-00A024514E76}
  17. FileVersion=2,5,13,39
  18.  
  19. [vct32150.dll]
  20. ; leaving the file location empty specifies that the installation
  21. ; needs mfc40 (version 4,0,0,5), but it should not be downloaded.
  22. ; if this file is not already present on the client machine, component download fails
  23. file=vox.cab
  24. FileVersion=1,5,0,39
  25. DestDir=11
  26.  
  27. [msv2all.vxp]
  28. file=vox.cab
  29. FileVersion=2,0,0,42
  30. DestDir=11
  31.  
  32. [mvoice.vxp]
  33. file=vox.cab
  34. FileVersion=2,0,0,6
  35. DestDir=11
  36.  
  37. [vfonts.vxp]
  38. file=vox.cab
  39. FileVersion=2,1,0,3
  40. DestDir=11
  41.  
  42. [mfc42.dll]
  43. ; leaving the file location empty specifies that the installation
  44. ; needs mfc40 (version 4,0,0,5), but it should not be downloaded.
  45. ; if this file is not already present on the client machine, component download fails
  46. file=vox.cab
  47. FileVersion=4,2,6256
  48. DestDir=11
  49.  
  50. [msvcrt.dll]
  51. ; leaving the file location empty specifies that the installation
  52. ; needs mfc40 (version 4,0,0,5), but it should not be downloaded.
  53. ; if this file is not already present on the client machine, component download fails
  54. file=vox.cab
  55. FileVersion=4,20,6201
  56. DestDir=11
  57.