home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 March / VPR9803A.ISO / msie4_01 / IE4DATA.CAB / ie4data.inf next >
Windows Setup INFormation  |  1997-11-18  |  3KB  |  119 lines

  1. [Strings]
  2. DefaultADC              =       "system\msadc"
  3. DefaultADO              =       "system\ado"
  4. DefaultOLEDB            =       "system\ole db"
  5.  
  6. [Version]
  7. Signature="$Chicago$" 
  8. AdvancedINF=2.0
  9.  
  10. [DefaultInstall]
  11. CustomDestination=MyCustomDir
  12. CopyFiles=DelDllInSystem,DllInSystem,ADOInstall,ADCInstall,MSINFSection,OLEDBInstall,JavaOSP
  13. DelReg=UnInstallRegKey
  14. AddReg=MSInstallReg
  15. RegisterOCXs=RegisterComponents
  16.  
  17. [Uninstall]
  18. UnRegisterOCXs=UnRegisterOCXSection
  19. DelReg=UnInstallRegKey
  20. DelFiles=DelDllInSystem,MSINFsection
  21.  
  22. [MyCustomDir]
  23. 49000=DestBase,5
  24. 49002=DestADC,5
  25. 49001=DestADO,5
  26. 49003=DestOLEDB,5
  27.  
  28. [DestBase]
  29. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,CommonFilesDir,,"%24%\program files\common files"
  30.  
  31. [DestADO]
  32. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,,'%PromptA%',"%49000%\%DefaultADO%"
  33.  
  34. [DestOLEDB]
  35. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,,'%PromptA%',"%49000%\%DefaultOLEDB%"
  36.  
  37. [DestADC]
  38. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,,,"%49000%\%DefaultADC%"
  39.  
  40. [UnRegisterOCXSection]
  41. %11%\tdc.ocx
  42.  
  43. [RegisterComponents]
  44. %11%\tdc.ocx
  45. %11%\MSR2C.DLL
  46. %49002%\msadco.DLL
  47. %49002%\msadce.DLL
  48. %49001%\msador15.dll
  49. %49003%\msdaps.DLL
  50. %49003%\msdadc.dll
  51.  
  52. [SourceDisksNames]
  53. 1="Databind",IE4Data.cab,1
  54.  
  55. [SourceDisksFiles]
  56. IE4DATA.INF=1
  57. TDC.OCX=1
  58. MSDATSRC.TLB=1
  59. MSR2CENU.DLL=1
  60. MSR2C.DLL=1
  61. MSADOR15.DLL=1
  62. MSADER15.DLL=1
  63. MSDADC.DLL=1
  64. MSADCO.DLL=1
  65. MSADCOR.DLL=1
  66. MSADCE.DLL=1
  67. MSADCER.DLL=1
  68. OSP.ZIP=1
  69. MSDAPS.DLL=1
  70.  
  71. [MSINFSection]
  72. IE4DATA.INF,,,1
  73.  
  74. [JavaOSP]
  75. OSP.ZIP,,,1
  76.  
  77. [DelDllInSystem]
  78. TDC.OCX,,,1
  79.  
  80. [DllInSystem]
  81. MSR2C.DLL,,,1
  82. MSR2CENU.DLL,,,1
  83. MSDATSRC.TLB,,,1
  84.  
  85. [ADCInstall]
  86. MSADCO.DLL,,,1
  87. MSADCOR.DLL,,,1
  88. MSADCE.DLL,,,1
  89. MSADCER.DLL,,,1
  90.  
  91. [ADOInstall]
  92. MSADOR15.DLL,,,1
  93. msader15.dll,,,1
  94.  
  95. [OLEDBInstall]
  96. msdadc.dll,,,1
  97. MSDAPS.DLL,,,1
  98.  
  99. [DestinationDirs]
  100. ADCInstall=49002
  101. ADOInstall=49001
  102. OLEDBInstall=49003
  103. DllInSystem=11
  104. MSINFSection=17
  105. DelDllInSystem=11
  106. JavaOSP=10,Java\Classes
  107.  
  108. [UnInstallRegKey]
  109. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data
  110.  
  111. ;These keys will be added at install time
  112. [MSInstallReg]
  113. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Install COM Marshaling",0,"rundll32 %11%\msjava.dll,JavaPkgMgr_Install %10%\Java\classes\OSP.ZIP,1,3,99,0100,0,12"
  114.  
  115. ;Register for Uninstall
  116. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\IE4Data.inf,Uninstall,5"
  117. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data,"RequiresIESysFile",,"4.71"
  118.  
  119.