home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / ccdist.exe / RCDATA / CABINET / ccdist.inf < prev    next >
Windows Setup INFormation  |  1996-08-07  |  657b  |  36 lines

  1. ; Self Extracting DLLs
  2. ;     Comcat.dll     (done)
  3.  
  4.  
  5. [Version]
  6. AdvancedInf=2.0
  7. Signature="$CHICAGO$"
  8. SetupClass=Base
  9.  
  10. [DestinationDirs]
  11. SysDirCopy    = 11        ; 11 Copies to the system directory
  12.  
  13. [DefaultInstall]
  14. CopyFiles = SysDirCopy
  15. AddReg = RegisterDlls
  16.  
  17. [SysDirCopy]            ;Copy the following files to the system directory.
  18. Comcat.dll,,,32
  19. REGSVR32.EXE,,,32
  20.  
  21. [RegisterDlls]
  22.  
  23. ; RunOnce Commands
  24. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","RegSvr comcat.dll",0,"%11%\regsvr32.exe /s %11%\comcat.dll"
  25.  
  26. [SourceDisksNames]
  27. 55=%MyDiskStr1%,"",0
  28.  
  29. [SourceDisksFiles]
  30. comcat.dll=55
  31.  
  32. [Strings]
  33. MyDiskStr1 = "DLL Installations"
  34.  
  35.  
  36.