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.

88 lines
2.1 KiB

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5
  4. [DefaultInstall]
  5. RequiredEngine=Setupapi,%BadSetupVer%
  6. CustomDestination=MyCustomDestinationDirs
  7. DelFiles=RemoveOldINF,DelFileBackup
  8. CopyFiles=DllInSystem
  9. DelReg=OldUnInstallRegKey,DelRegBackup
  10. AddReg=RewriteOldUnInstall
  11. RegisterOCXs=RegisterMSComponents
  12. [MyCustomDestinationDirs]
  13. 49010=MSIExploreLDIDSection,5
  14. [MSIExploreLDIDSection]
  15. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",,"%24%\%LProgramF%\%LMSIE4%"
  16. [DestinationDirs]
  17. DllInSystem =11
  18. RemoveOldINF =17
  19. DelFileBackup =49010,%UninstallData%
  20. [SourceDisksNames]
  21. 55="%DisplayDesc%",,1
  22. [SourceDisksFiles]
  23. TDC.OCX=55
  24. MSR2CENU.DLL=55
  25. MSR2C.DLL=55
  26. [RemoveOldINF]
  27. IE4DATA.INF
  28. IE4DATAX.INF
  29. IEDATA.INF
  30. [DllInSystem]
  31. TDC.OCX,,,32
  32. <BUILDTYPE=win95>
  33. MSR2C.DLL,,,32
  34. MSR2CENU.DLL,,,32
  35. </BUILDTYPE>
  36. <BUILDTYPE=winnt>
  37. MSR2C.DLL,,,32
  38. MSR2CENU.DLL,,,32
  39. </BUILDTYPE>
  40. [RegisterMSComponents]
  41. %11%\tdc.ocx
  42. <BUILDTYPE=win95>
  43. %11%\MSR2C.DLL
  44. </BUILDTYPE>
  45. <BUILDTYPE=winnt>
  46. %11%\MSR2C.DLL
  47. </BUILDTYPE>
  48. [DelFileBackup]
  49. iedata.dat
  50. iedata.ini
  51. [DelRegBackup]
  52. HKLM,"SOFTWARE\Microsoft\Advanced INF Setup\IEDATA"
  53. [OldUnInstallRegKey]
  54. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEDataX
  55. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4DataX
  56. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data
  57. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData
  58. [RewriteOldUnInstall]
  59. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData
  60. <BUILDTYPE=win95>
  61. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data
  62. </BUILDTYPE>
  63. <BUILDTYPE=winnt>
  64. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data
  65. </BUILDTYPE>
  66. <BUILDTYPE=alpha>
  67. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4DataX
  68. </BUILDTYPE>
  69. [Strings]
  70. BadSetupVer = "Your system is missing the required Setup engine."
  71. LMSIE4 = "Internet Explorer"
  72. LProgramF = "Program Files"
  73. UninstallData = "Uninstall Information"
  74. DisplayDesc = "Dynamic HTML Data Binding"