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.

151 lines
3.2 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,DllInSystem,ADOInstall,ADCInstall,MSINFSection,OLEDBInstall,JavaOSP
  13. DelReg=UnInstallRegKey
  14. AddReg=MSInstallReg
  15. RegisterOCXs=RegisterComponents
  16. [UnRegisterOld]
  17. %49002%\msadco.dll
  18. %49001%\msdarp.dll
  19. [RemoveOldINF]
  20. IE4DATA.INF,,,1
  21. [RemoveOldADC]
  22. msadcbps.dll,,,1
  23. [RemoveOldRP]
  24. msdarp.dll,,,1
  25. [RemoveOldTlb]
  26. msdatsrc.tlb,,,1
  27. [Uninstall]
  28. UnRegisterOCXs=UnRegisterOCXSection
  29. DelReg=UnInstallRegKey
  30. DelFiles=DelDllInSystem,MSINFsection
  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. [RegisterComponents]
  47. %11%\tdc.ocx
  48. %11%\MSR2C.DLL
  49. %49002%\msadco.DLL
  50. %49002%\msadce.DLL
  51. %49001%\msador15.dll
  52. %49003%\msdaps.DLL
  53. %49003%\msdadc.dll
  54. %49002%\msdaprst.dll
  55. %49001%\msado15.dll
  56. %49001%\msadrh15.dll
  57. [SourceDisksNames]
  58. 1="Databind",IEData.cab,1
  59. [SourceDisksFiles]
  60. IEDATA.INF=1
  61. TDC.OCX=1
  62. MSDATSRC.TLB=1
  63. MSR2CENU.DLL=1
  64. MSR2C.DLL=1
  65. MSADOR15.DLL=1
  66. MSADER15.DLL=1
  67. MSDADC.DLL=1
  68. MSADCO.DLL=1
  69. MSADCOR.DLL=1
  70. MSADCE.DLL=1
  71. MSADCER.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. IEDATA.INF,,,1
  79. [JavaOSP]
  80. OSP.ZIP,,,1
  81. [DelDllInSystem]
  82. TDC.OCX,,,1
  83. [DllInSystem]
  84. MSR2C.DLL,,,1
  85. MSR2CENU.DLL,,,1
  86. MSDATSRC.TLB,,,1
  87. [ADCInstall]
  88. MSADCO.DLL,,,1
  89. MSADCOR.DLL,,,1
  90. MSADCE.DLL,,,1
  91. MSADCER.DLL,,,1
  92. msdaprst.dll,,,1
  93. [ADOInstall]
  94. MSADOR15.DLL,,,1
  95. msader15.dll,,,1
  96. msado15.dll,,,1
  97. msadrh15.dll,,,1
  98. [OLEDBInstall]
  99. msdadc.dll,,,1
  100. MSDAPS.DLL,,,1
  101. [DestinationDirs]
  102. ADCInstall=49002
  103. ADOInstall=49001
  104. OLEDBInstall=49003
  105. DllInSystem=11
  106. MSINFSection=17
  107. DelDllInSystem=11
  108. RemoveOldRP=49001
  109. RemoveOldADC=49002
  110. RemoveOldTlb=11
  111. RemoveOldINF=17
  112. JavaOSP=10,Java\Classes
  113. [UnInstallRegKey]
  114. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData
  115. ;These keys will be added at install time
  116. [MSInstallReg]
  117. 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"
  118. ;Register for Uninstall
  119. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\IEData.inf,Uninstall,5"
  120. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData,"RequiresIESysFile",,"4.71"
  121. ;write blank key so older IE versions will know we are installed.
  122. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data