home *** CD-ROM | disk | FTP | other *** search
- ; ========================= TriageClient.inf ========================
- ; This .inf file will control the installation of the MFC TriageClient
- ; control. This control has been compiled with Visual C++ version 5.0.
- ; 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]
- TriageClient.exe=TriageClient.exe
- dummy.dll=dummy.dll
- ; These are the necessary supporting DLLs for MFC 4.2 ActiveX Controls
-
-
- ; thiscab is a keyword which, in this case, means that TriageClient.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
- [TriageClient.exe]
- file-win32-x86=thiscab
- ;clsid={C9596148-D236-11D1-8E06-FC9E80C50374}
- FileVersion=1,1,0,0
- RegisterServer=no
-
- [dummy.dll]
- FileVersion=1,1,0,0
- hook=TriageClientInstaller
-
- [TriageClientInstaller]
- run=%EXTRACT_DIR%\TriageClient.exe /profile="Triage.trp"
- ; note that the arg key is appended to the run key in the
- ; generated INF file. The /profile and /mail command line arguments
- ; are automatically appended to the arguments.
- args=/smtp="smtp.hip.cam.org"
-
- ; ====================== end of TriageClient.inf =====================
-