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 >
INI File  |  1997-10-16  |  2KB  |  60 lines

  1.    ; ========================= newstick.inf ========================
  2.  
  3.    ; This inf file will control the installation of the MFC newsticker
  4.    ; control. This control has been compiled with Visual C++ version 4.2.
  5.    ; The FileVersion tags in the dependent DLLs section on this file
  6.    ; reflect this requirement.
  7.  
  8.    [version]
  9.    ; version signature (same for both NT and Win95) do not remove
  10.    signature="$CHICAGO$"
  11.    AdvancedINF=2.0
  12.  
  13.    [Add.Code]
  14.    newstick.ocx=newstick.ocx
  15.    ; These are the necessary supporting DLLs for MFC 4.2 ActiveX Controls
  16.    msvcrt.dll=msvcrt.dll
  17.    mfc42.dll=mfc42.dll
  18.    olepro32.dll=olepro32.dll
  19.    ; thiscab is a keyword which, in this case, means that newsticker.ocx
  20.    ; can be found in the same .cab file as this .inf file
  21.    ; file-win32-x86 is an x86 platform specific identifier
  22.    ; See the ActiveX SDK - ActiveX Controls - Internet Component Download -
  23.    ; Packaging component code for automatic download
  24.  
  25.    [newstick.ocx]
  26.    file-win32-x86=thiscab
  27.    ; *** add your controls CLSID here ***
  28. ;   clsid={8EC249DA-26CB-11D1-B01E-0060971611DA}
  29.     clsid={87BC8721-3CDD-11d1-B027-0060971611DA}
  30.    ; Add your ocx's file version here.
  31.    FileVersion=1,0,0,001
  32.    RegisterServer=yes
  33.  
  34.    ; dependent DLLs
  35.    [msvcrt.dll]
  36.    ; This is an example of conditional hook. The hook only gets processed
  37.    ; if msvcrt.dll of the specified version is absent on client machine.
  38.    FileVersion=5,0,0,7022
  39.    hook=mfc42installer
  40.  
  41.    [mfc42.dll]
  42.    FileVersion=4,21,0,7022
  43.    hook=mfc42installer
  44.  
  45.    [olepro32.dll]
  46.    FileVersion=5,0,4055,1
  47.    hook=mfc42installer
  48.  
  49.    [mfc42installer]
  50.    file-win32-x86=controls/mfc42.cab
  51.    ; If dependent DLLs are packaged directly into the above cabinet file
  52.    ; along with an .inf file, specify that .inf file to run as follows:
  53.    ;InfFile=mfc42.inf
  54.    ; The mfc42.cab file actually contains a self extracting executable.
  55.    ; In this case we specify a run= command.
  56.    run=%EXTRACT_DIR%\mfc42.exe
  57.  
  58.    ; ====================== end of newstick.inf =====================
  59.  
  60.