home *** CD-ROM | disk | FTP | other *** search
/ Your Interactive Guide t…lecting Winning Companies / IBD.BIN / APRXDist.inf < prev    next >
Windows Setup INFormation  |  1996-08-08  |  675b  |  38 lines

  1. ; Self Extracting DLLs
  2. ;     ActxPrxy.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. ActxPrxy.dll,,,32
  19. REGSVR32.EXE,,,32
  20.  
  21. [RegisterDlls]
  22.  
  23.  
  24. ; RunOnce Commands
  25. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE3_RegSvr_actxprxy.dll",0,"%11%\regsvr32.exe /s %11%\actxprxy.dll"
  26.  
  27.  
  28. [SourceDisksNames]
  29. 55=%MyDiskStr1%,"",0
  30.  
  31. [SourceDisksFiles]
  32. actxprxy.dll=55
  33.  
  34. [Strings]
  35. MyDiskStr1 = "DLL Installations"
  36.  
  37.  
  38.