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.

93 lines
3.9 KiB

  1. [Version]
  2. signature="$CHICAGO$"
  3. SetupClass=Base
  4. LayoutFile=layout.inf, layout1.inf
  5. [BaseWinOptions]
  6. MSiedata.reg
  7. [MSiedata.reg]
  8. CopyFiles=DllInSystem,ADOInstall,ADCInstall,MSINFSection,OLEDBInstall,JavaOSP
  9. AddReg=MSInstallReg,RenameAppDir,GeneralRegKeys
  10. [DestinationDirs]
  11. DllInSystem = 11
  12. ADOInstall = 24,%ProgramF%\%CommonF%\%CFSystem%\%DefaultADO%
  13. ADCInstall = 24,%ProgramF%\%CommonF%\%CFSystem%\%DefaultADC%
  14. MSINFSection = 17
  15. OLEDBInstall = 24,%ProgramF%\%CommonF%\%CFSystem%\%DefaultOLEDB%
  16. JavaOSP = 10,Java\Classes
  17. [JavaOSP]
  18. OSP.ZIP,,,1
  19. [DllInSystem]
  20. TDC.OCX,,,1
  21. MSR2C.DLL,,,1
  22. MSR2CENU.DLL,,,1
  23. MSDATSRC.TLB,,,1
  24. [ADOInstall]
  25. MSADOR15.DLL,,,1
  26. msader15.dll,,,1
  27. msado15.dll,,,1
  28. msadrh15.dll,,,1
  29. [ADCInstall]
  30. MSADCO.DLL,,,1
  31. MSADCOR.DLL,,,1
  32. MSADCE.DLL,,,1
  33. MSADCER.DLL,,,1
  34. msdaprst.dll,,,1
  35. [MSINFSection]
  36. IEDATA16.INF
  37. [OLEDBInstall]
  38. msdadc.dll,,,1
  39. MSDAPS.DLL,,,1
  40. [MSInstallReg]
  41. 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"
  42. HKLM,%KEY_RUNONCE%,"UnReg_DataComp_OLDRP",,"regsvr32.exe /s/u %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultADO%\msdarp.dll"
  43. HKLM,%KEY_RUNONCE%,"DataComp_TDC",,"regsvr32.exe /s %11%\tdc.ocx"
  44. HKLM,%KEY_RUNONCE%,"DataComp_ADC",,"regsvr32.exe /s %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultADC%\msadco.DLL"
  45. HKLM,%KEY_RUNONCE%,"DataComp_ADCRT",,"regsvr32.exe /s %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultADC%\MSDAPrst.DLL"
  46. HKLM,%KEY_RUNONCE%,"DataComp_ADCE",,"regsvr32.exe /s %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultADC%\msadce.DLL"
  47. HKLM,%KEY_RUNONCE%,"DataComp_Duct",,"regsvr32.exe /s %11%\MSR2C.DLL"
  48. HKLM,%KEY_RUNONCE%,"DataComp_ADO",,"regsvr32.exe /s %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultADO%\msador15.dll"
  49. HKLM,%KEY_RUNONCE%,"DataComp_ADODB",,"regsvr32.exe /s %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultADO%\msado15.dll"
  50. HKLM,%KEY_RUNONCE%,"DataComp_ADORH",,"regsvr32.exe /s %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultADO%\msadrh15.dll"
  51. HKLM,%KEY_RUNONCE%,"DataComp_ADORP",,"regsvr32.exe /s %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultOLEDB%\msdadc.dll"
  52. HKLM,%KEY_RUNONCE%,"DataComp_ASYNC",,"regsvr32.exe /s %24%\%ProgramF%\%CommonF%\%CFSystem%\%DefaultOLEDB%\MSDAPS.DLL"
  53. [RenameAppDir]
  54. HKLM,"%KEY_RENAMEFILES%\DefaultOLEDB",,,"%24%\%ProgramF%\%CommonF%\%CFSystem%"
  55. HKLM,"%KEY_RENAMEFILES%\DefaultOLEDB","%DefaultOLEDB%",,"$!$!DATA.IE4"
  56. HKLM,"%KEY_RENAMEFILES%\DefaultOLEDB","$!$!DATA.IE4",,"%LDefaultOLEDB%"
  57. [GeneralRegKeys]
  58. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  59. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  60. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  61. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  62. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  63. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%UninstallFolderName%",,,""
  64. [Strings]
  65. KEY_RUNONCE = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  66. KEY_RENAMEFILES = "SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles"
  67. DefaultADC = "msadc"
  68. DefaultADO = "ado"
  69. CFSystem = "system"
  70. LDefaultOLEDB = "ole db"
  71. DefaultOLEDB = "oledb~1"
  72. ProgramF = "Progra~1"
  73. LProgramF = "Program Files"
  74. CommonF = "Common~1"
  75. LCommonF = "Common Files"
  76. GUID = "{9381D8F2-0288-11D0-9501-00AA00B911A5}"
  77. DefaultName = "Data Components for Internet Explorer"
  78. ComponentID = "Tridata"
  79. VersionNumber = "4,1,0,1"
  80. LocaleID = "EN"
  81. UninstallFolderName = "IEData"