home *** CD-ROM | disk | FTP | other *** search
/ PC User 1998 October / Image.iso / BROWSER / SETUP.EXE / setup.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-07-02  |  1.7 KB  |  70 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5
  4. ProductVersion=4.71.0537
  5.  
  6. ;--------------------------------------------------------------------------------
  7. ;
  8. ; SETUP.INF file for Microsoft Internet Explorer 4.0 for Windows 3.1
  9. ; Copyright (c) 1997, All rights reserved
  10. ;
  11. ;--------------------------------------------------------------------------------
  12.  
  13. [bootInstall.Win16]
  14. CopyFiles = BOOTSysDirCopy
  15. UpdateIniFields = UpdateLoadLine
  16.  
  17.  
  18. [bootInstall.dbg.Win16]
  19. CopyFiles = BOOTSysDirCopy, BOOTDbgFilesCopy
  20. UpdateIniFields = UpdateLoadLine
  21.  
  22.  
  23. [DestinationDirs]
  24. BOOTSysDirCopy  = 11            ; 11 Copies to the system directory
  25. BOOTDbgFiles      = 11            ; 11 Copies to the system directory
  26.  
  27.  
  28. [BOOTSysDirCopy]
  29. win16x.dll,win16x.d_l,,32
  30. comctlie.dll,comctlie.d_l,,32
  31. urlmon16.dll,urlmon16.d_l,,32
  32. jobexc16.dll,jobexc16.d_l,,32
  33. inseng16.dll,inseng16.d_l,,32
  34. wininit.exe,wininit.e_e,,32
  35.  
  36. ;storage.dll,storage.d_l,,32
  37. ;compobj.dll,compobj.d_l,,32
  38. ;ole2.dll,ole2.d_l,,32
  39. ;ole2nls.dll,ole2nls.d_l,,32
  40. ;ole2disp.dll,ole2disp.d_l,,32
  41. ;typelib.dll,typelib.d_l,,32
  42. ;ole2.reg,ole2.r_g,,48
  43. ;ole2conv.dll,ole2conv.d_l,,32
  44. ;ole2prox.dll,ole2prox.d_l,,32
  45. ;olecli.dll,olecli.d_l,,32
  46. ;stdole.tlb,stdole.t_b,,32
  47.  
  48. [BOOTDbgFilesCopy]
  49. mshtmdbg.dll,mshtmdbg.d_l,,32
  50. xx_dbg16.dll,xx_dbg16.d_l,,32
  51.  
  52. [UpdateLoadLine]
  53. %25%\win.ini,"windows","load","*ierunsub.exe",,1
  54.  
  55. [SourceDisksNames]
  56. 55 = "IE 4.0 Setup","precab.cab",1
  57.  
  58. [SourceDisksFiles]
  59.  
  60.  
  61. ; NOTE 00040050 == 4.80
  62. ; NOTE 000003EA == 1002
  63. [InitFiles]
  64. comctlie.dll=00040050,000003EA
  65. win16x.dll=00040000,000003EA
  66. urlmon16.dll=00040000,000003EA
  67. setupx16.dll=00040000,000003EA
  68. advpck16.dll=00040000,000003EA
  69.  
  70.