home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Graphics Studio Greetings
/
Microsoft_Graphics_Studio_Greetings_Microsoft_1998.iso
/
mhp
/
ie401sp1
/
content
/
cnn
/
tick.cab
/
newstick.inf
next >
Wrap
INI File
|
1997-10-16
|
2KB
|
60 lines
; ========================= newstick.inf ========================
; This inf file will control the installation of the MFC newsticker
; control. This control has been compiled with Visual C++ version 4.2.
; The FileVersion tags in the dependent DLLs section on this file
; reflect this requirement.
[version]
; version signature (same for both NT and Win95) do not remove
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
newstick.ocx=newstick.ocx
; These are the necessary supporting DLLs for MFC 4.2 ActiveX Controls
msvcrt.dll=msvcrt.dll
mfc42.dll=mfc42.dll
olepro32.dll=olepro32.dll
; thiscab is a keyword which, in this case, means that newsticker.ocx
; can be found in the same .cab file as this .inf file
; file-win32-x86 is an x86 platform specific identifier
; See the ActiveX SDK - ActiveX Controls - Internet Component Download -
; Packaging component code for automatic download
[newstick.ocx]
file-win32-x86=thiscab
; *** add your controls CLSID here ***
; clsid={8EC249DA-26CB-11D1-B01E-0060971611DA}
clsid={87BC8721-3CDD-11d1-B027-0060971611DA}
; Add your ocx's file version here.
FileVersion=1,0,0,001
RegisterServer=yes
; dependent DLLs
[msvcrt.dll]
; This is an example of conditional hook. The hook only gets processed
; if msvcrt.dll of the specified version is absent on client machine.
FileVersion=5,0,0,7022
hook=mfc42installer
[mfc42.dll]
FileVersion=4,21,0,7022
hook=mfc42installer
[olepro32.dll]
FileVersion=5,0,4055,1
hook=mfc42installer
[mfc42installer]
file-win32-x86=controls/mfc42.cab
; If dependent DLLs are packaged directly into the above cabinet file
; along with an .inf file, specify that .inf file to run as follows:
;InfFile=mfc42.inf
; The mfc42.cab file actually contains a self extracting executable.
; In this case we specify a run= command.
run=%EXTRACT_DIR%\mfc42.exe
; ====================== end of newstick.inf =====================