Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

150 lines
3.1 KiB

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