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.

96 lines
3.6 KiB

  1. [Version]
  2. signature="$CHICAGO$"
  3. SetupClass=Base
  4. LayoutFile=layout.inf, layout1.inf, layout2.inf
  5. IEVersion="TOK_BUILDNUM"
  6. [BaseWinOptions]
  7. Millshell_Inst
  8. [DestinationDirs]
  9. ; Anything not installed by the system by default
  10. SystemFiles = 11
  11. MusicSysFiles = 11
  12. WinFiles = 25
  13. MSINF = 17
  14. Inf.DelFiles = 17
  15. [Millshell_Inst]
  16. CopyFiles = SystemFiles,WinFiles,MSINF
  17. AddReg = RegisterDLLs,Base.IE.AddReg,RenameFile
  18. DelReg = Base.DelReg
  19. DelFiles = Inf.DelFiles
  20. ;========================
  21. ; Shell DelFile
  22. ;========================
  23. [Inf.DelFiles]
  24. ie4shell.inf
  25. ;========================
  26. ; Shell CopyFile
  27. ;========================
  28. [SystemFiles]
  29. cabview.dll
  30. comdlg32.dll
  31. docprop.dll
  32. docprop2.dll
  33. ieshwiz.exe
  34. mslocusr.dll
  35. mydocs.dll
  36. netplwiz.dll
  37. plustab.dll
  38. shell32.dll
  39. shimgvw.dll
  40. syncui.dll
  41. thumbvw.dll
  42. webvw.dll
  43. ie4uinit.inf
  44. desktop.scf
  45. shscrap.dll
  46. internat.exe
  47. indicdll.dll
  48. dimm.dll
  49. [WinFiles]
  50. EXPLORER.EXE
  51. [MSINF]
  52. IESHELL.INF
  53. [RegisterDLLs]
  54. ;RunOnceEx group 101
  55. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\101","007",2,"%11%\shdocvw.dll|DllRegisterServer"
  56. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\101","008",2,"%11%\shdocvw.dll|DllInstall|i"
  57. ;RunOnceEx group 500 (shell and post register)
  58. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","012",2,"%11%\mydocs.dll|DllRegisterServer"
  59. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","014",2,"%11%\thumbvw.dll|DllRegisterServer"
  60. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","015",2,"%11%\shell32.dll|DllInstall|i"
  61. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","017",2,"%11%\shell32.dll|DllRegisterServer"
  62. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","018",2,"%11%\webvw.dll|DllRegisterServer"
  63. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","020",2,"%11%\docprop2.dll|DllRegisterServer"
  64. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","030",2,"%11%\shimgvw.dll|DllRegisterServer"
  65. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","038",2,"%11%\netplwiz.dll|DllRegisterServer"
  66. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","040",2,"%11%\cabview.dll|DllRegisterServer"
  67. ;REM - mslocusr.dll registration should be done here but is currently done elswhere in base Millennium setup - waiting for base setup to remove their entries.
  68. ;HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","042",2,"%11%\mslocusr.dll|DllRegisterServer"
  69. ;HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\500","044",2,"%11%\mslocusr.dll|DllInstall|i"
  70. [Base.IE.AddReg]
  71. ; ActiveSetup Microsoft Internet Explorer v6 Shell Registration
  72. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%",,,"%ASETUP_SHELL_DESC%"
  73. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","ComponentID",,"IE4Shell_Win"
  74. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","IsInstalled",1,1,0,0,0
  75. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","Locale",,"%ASETUP_LOCALE%"
  76. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","StubPath",0,"regsvr32.exe /s /n /i:U shell32.dll"
  77. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","Version",,"TOK_SHELLNUM"
  78. [RenameFile]
  79. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\DesktopSCF,,2,"%11%"
  80. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\DesktopSCF,DESKTOP.SCF,,"%LFN_DESKTOP_NAME%,0"
  81. [Base.DelReg]
  82. HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","BrowserWebCheck"