home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / sharewar / triage / data1.cab / Triage / cab.inf < prev    next >
Windows Setup INFormation  |  1999-02-23  |  1KB  |  41 lines

  1. ; ========================= TriageClient.inf ========================
  2.    ; This .inf file will control the installation of the MFC TriageClient
  3.    ; control. This control has been compiled with Visual C++ version 5.0.
  4.    ; The FileVersion tags in the dependent DLLs section on this file
  5.    ; reflect this requirement.   
  6.    
  7. [version]
  8. ; version signature (same for both NT and Win95) do not remove
  9. signature="$CHICAGO$"
  10. AdvancedINF=2.0   
  11.  
  12. [Add.Code]
  13. TriageClient.exe=TriageClient.exe
  14. dummy.dll=dummy.dll
  15. ; These are the necessary supporting DLLs for MFC 4.2 ActiveX Controls
  16.  
  17.  
  18. ; thiscab is a keyword which, in this case, means that TriageClient.ocx
  19. ; can be found in the same .cab file as this .inf file
  20. ; file-win32-x86 is an x86 platform specific identifier
  21. ; See the ActiveX SDK - ActiveX Controls - Internet Component Download -
  22. ; Packaging component code for automatic download   
  23. [TriageClient.exe]
  24. file-win32-x86=thiscab   
  25. ;clsid={C9596148-D236-11D1-8E06-FC9E80C50374}
  26. FileVersion=1,1,0,0
  27. RegisterServer=no
  28.  
  29. [dummy.dll]
  30. FileVersion=1,1,0,0
  31. hook=TriageClientInstaller
  32.  
  33. [TriageClientInstaller]
  34. run=%EXTRACT_DIR%\TriageClient.exe /profile="Triage.trp"
  35. ; note that the arg key is appended to the run key in the
  36. ; generated INF file. The /profile and /mail command line arguments
  37. ; are automatically appended to the arguments.
  38. args=/smtp="smtp.hip.cam.org"
  39.  
  40. ; ====================== end of TriageClient.inf =====================
  41.