; cards.ocx ; Display card faces [Version] Signature="$CHICAGO$" AdvancedINF=2.0 [Add.Code] cards.ocx=cards.ocx mfc42.dll=mfc42.dll msvcrt.dll=msvcrt.dll olepro32.dll=olepro32.dll [cards.ocx] file-win32-x86=thiscab clsid={889F8ACD-5A8E-11D4-A057-00104B5FBF5B} DestDir=11 FileVersion=1,0,0,1 RegisterServer=yes ; end of INF file ; 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=6,0,8168,0 hook=mfc42installer [mfc42.dll] FileVersion=6,0,8168,0 hook=mfc42installer [olepro32.dll] FileVersion=5,0,4261,0 hook=mfc42installer [mfc42installer] file-win32-x86=http://activex.microsoft.com/controls/vc/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