home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-02-05 | 1.5 KB | 57 lines |
- ;Sample INF file for voxplay.ocx
- [Add.Code]
- voxplay.ocx=voxplay.ocx
- vct32150.dll=vct32150.dll
- mfc42.dll=mfc42.dll
- msvcrt.dll=msvcrt.dll
- msv2all.vxp=msv2all.vxp
- mvoice.vxp=mvoice.vxp
- vfonts.vxp=vfonts.vxp
-
-
- [voxplay.ocx]
- ; lines below specify that the specified voxplay.ocx (clsid, version) needs to be installed on
- ; the system. If doesn't exist already, can be downloaded from the given location (a .CAB)
- file=vox.cab
- clsid={1C922443-125F-11D0-8006-00A024514E76}
- FileVersion=2,5,13,39
-
- [vct32150.dll]
- ; leaving the file location empty specifies that the installation
- ; needs mfc40 (version 4,0,0,5), but it should not be downloaded.
- ; if this file is not already present on the client machine, component download fails
- file=vox.cab
- FileVersion=1,5,0,39
- DestDir=11
-
- [msv2all.vxp]
- file=vox.cab
- FileVersion=2,0,0,42
- DestDir=11
-
- [mvoice.vxp]
- file=vox.cab
- FileVersion=2,0,0,6
- DestDir=11
-
- [vfonts.vxp]
- file=vox.cab
- FileVersion=2,1,0,3
- DestDir=11
-
- [mfc42.dll]
- ; leaving the file location empty specifies that the installation
- ; needs mfc40 (version 4,0,0,5), but it should not be downloaded.
- ; if this file is not already present on the client machine, component download fails
- file=vox.cab
- FileVersion=4,2,6256
- DestDir=11
-
- [msvcrt.dll]
- ; leaving the file location empty specifies that the installation
- ; needs mfc40 (version 4,0,0,5), but it should not be downloaded.
- ; if this file is not already present on the client machine, component download fails
- file=vox.cab
- FileVersion=4,20,6201
- DestDir=11
-