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.

743 lines
45 KiB

  1. #define REG_EXPAND_SZ 0x00020000
  2. #define REG_EXPAND_SZNC 0x00020002
  3. #define REG_DWORD 0x00010001
  4. #define REG_DWORD_NC 0x00010003
  5. #define DDIR_IEXPLORE 16422,%MSIE4%
  6. #define DDIR_SIGNUP 16422,%MSIE4%\SIGNUP
  7. #define DDIR_TEXTCONVERTER 16427,Microsoft Shared\TextConv
  8. #define DDIR_TRIEDIT 16427,Microsoft Shared\Triedit
  9. #define DDIR_MSINFO 16427,Microsoft Shared\MSInfo
  10. #define KEY_LOCALE "*"
  11. #if defined(_M_IX86)
  12. #define IE4_BASEID "BASEIE40_W2K"
  13. #define IE4_SHELLID "IE4Shell_NT"
  14. #define IE4_DATA_KEY HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"
  15. #elif defined(_M_IA64)
  16. #define IE4_BASEID "BASEIE40_NTIa64"
  17. #define IE4_SHELLID "IE4Shell_Ia64"
  18. #define IE4_DATA_KEY HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"
  19. #elif defined(_M_AMD64)
  20. #define IE4_BASEID "BASEIE40_NTAmd64"
  21. #define IE4_SHELLID "IE4Shell_NT"
  22. #define IE4_DATA_KEY HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data"
  23. #else
  24. #error ERROR: Unknown platform!
  25. #endif
  26. ;
  27. ; IE4 INF
  28. ;
  29. [Version]
  30. signature="$Windows NT$"
  31. ClassGUID={00000000-0000-0000-0000-000000000000}
  32. SetupClass=Base
  33. LayoutFile=layout.inf
  34. [DestinationDirs]
  35. ; Anything not installed by the system by default
  36. Base.AppDir.CopyFile = DDIR_IEXPLORE
  37. Base.AppDir.DelFiles = DDIR_IEXPLORE
  38. Base.SysDir.DelFiles = 11
  39. Base.WinDir.DelFiles = 25
  40. MSIE3patch = 17
  41. TextConverter.CopyFile = DDIR_TEXTCONVERTER
  42. Branding.CopyFile = DDIR_SIGNUP
  43. Triedit.CopyFile = DDIR_TRIEDIT
  44. MSInfo.CopyFile = DDIR_MSINFO
  45. [DefaultInstall]
  46. CopyFiles = Base.AppDir.CopyFile, TextConverter.CopyFile, Branding.CopyFile, Triedit.CopyFile, MSInfo.CopyFile
  47. ProfileItems = DeleteOldStartMenuLinks, CreateStartMenuLinks
  48. AddReg = Base.IE.AddReg, Base.Sweeper.AddReg, Sweeper.AddReg, Shell.BrowserReg, TextConverter.AddReg
  49. DelReg = Base.DelReg
  50. UpdateInis= Base.StartMenu.UpdateIni
  51. DelFiles = Base.SysDir.DelFiles, Base.AppDir.DelFiles, Base.WinDir.DelFiles, MSIE3patch
  52. @@:@6:RegisterDlls = Base.RegSvr
  53. @@:@3:RegisterDlls = Base.RegSvr, Triedit.RegSvr
  54. ;================================================
  55. ; Base Section
  56. ;================================================
  57. [CreateStartMenuLinks]
  58. @w:@3:Name = %HOMENETWORK_DESC%
  59. @w:@3:CmdLine = 11,,"rundll32.exe hnetwiz.dll,HomeNetWizardRunDll"
  60. @w:@3:SubDir = %Communications_GROUP%
  61. @w:@3:WorkingDir = 10
  62. @w:@3:InfoTip = "@%systemroot%\system32\hnetwiz.dll,-3086"
  63. @w:@3:DisplayResource="%systemroot%\system32\hnetwiz.dll",3085
  64. @w:@3:IconPath = 11,,hnetwiz.dll
  65. @w:@3:IconIndex = 0
  66. [DeleteOldStartMenuLinks]
  67. @w:@3:Name = %OLDHOMENETWORK_DESC%,0x00000002
  68. @w:@3:SubDir = %Communications_GROUP%
  69. [Base.AppDir.CopyFile]
  70. IEXPLORE.EXE,,,32
  71. HMMAPI.DLL,,,32
  72. [Base.AppDir.CopyFile.Security]
  73. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
  74. [TextConverter.CopyFile]
  75. @@:@3:html32.cnv,,,32
  76. @@:@3:msconv97.dll,,,32
  77. @@:@3:mswrd632.wpc,,,32
  78. @@:@3:mswrd832.cnv,,,32
  79. @@:@3:write32.wpc,,,32
  80. [TextConverter.CopyFile.Security]
  81. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
  82. [Branding.CopyFile]
  83. INSTALL.INS
  84. [Branding.CopyFile.Security]
  85. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
  86. [Triedit.CopyFile]
  87. @@:@3:DHTMLED.OCX
  88. @@:@3:TRIEDIT.DLL
  89. [Triedit.CopyFile.Security]
  90. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
  91. [MSInfo.CopyFile]
  92. IEINFO5.OCX
  93. IEFILES5.INF
  94. ;IEINFO5.MOF
  95. [MSInfo.CopyFile.Security]
  96. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
  97. ;========================
  98. ; Base DelFile
  99. ;========================
  100. [Base.SysDir.DelFiles]
  101. secbasic.dll
  102. urlcache.dll
  103. vbs.dll
  104. js.dll
  105. htmlctl.ocx
  106. shdisp.dll
  107. hlinkprx.dll
  108. shdocvw.bad
  109. [Base.AppDir.DelFiles]
  110. mailnews.txt
  111. README.TXT
  112. BROWSEUI.DLL
  113. IECONT.DLL
  114. IECONTLC.DLL
  115. [Base.WinDir.DelFiles]
  116. ie4regun
  117. ie4bak.dat
  118. ie4bak.ini
  119. ie4unin.log
  120. ie4 error log.txt
  121. ie4 setup log.txt
  122. ie4 setup log.bak
  123. active setup log.txt
  124. active setup log.bak
  125. ie4 uninstall log.txt
  126. bind list log.txt
  127. runonceex log.txt
  128. soft boot log.txt
  129. [MSIE3patch]
  130. ie3fix.inf
  131. ;========================
  132. ; Base AddReg
  133. ;========================
  134. [Base.IE.AddReg]
  135. ; clobber the following for WinXP (IE6 36136)
  136. HKCU,"Software\Microsoft\Internet Explorer\Main","Disable Script Debugger",,"yes"
  137. ; disable repair mode for OS installs
  138. HKLM,"Software\Microsoft\Active Setup","DisableRepair",REG_DWORD,1
  139. ; ActiveSetup Microsoft Internet Explorer v4.0 Registration
  140. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}",,,"%ASETUP_BASE_DESC%"
  141. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","ComponentID",,IE4_BASEID
  142. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","IsInstalled",REG_DWORD,1,0,0,0
  143. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","Locale",,"%ASETUP_LOCALE%"
  144. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","StubPath",REG_EXPAND_SZ,"%SystemRoot%\system32\ie4uinit.exe"
  145. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  146. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IE40"
  147. ; ActiveSetup Microsoft Internet Explorer v4.0 Shell Registration
  148. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%",,,"%ASETUP_SHELL_DESC%"
  149. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","ComponentID",,IE4_SHELLID
  150. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","IsInstalled",REG_DWORD,1,0,0,0
  151. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","Locale",,"%ASETUP_LOCALE%"
  152. ; This is temporary while we test the new ie-free method for installing the shell during GUI mode setup - ToddB
  153. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","StubPath",REG_EXPAND_SZ,"regsvr32.exe /s /n /i:U shell32.dll"
  154. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  155. HKLM,"Software\Microsoft\Active Setup\Install Check","IE40",,"TOK_MAJOR_NUM.TOK_MINOR_NUM.TOK_BUILDNUMTOK_FULLQFE"
  156. ; Outlook Express / WAB Registration -- only write version keys, their INFs write the rest
  157. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  158. HKLM,"Software\Microsoft\Active Setup\Installed Components\{7790769C-0471-11d2-AF11-00C04FA35D02}","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  159. ; Advanced Authoring Registration
  160. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_ADVAUTH%",,,"%ASETUP_ADVAUTH_DESC%"
  161. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_ADVAUTH%","ComponentID",,"AdvAuth"
  162. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_ADVAUTH%","IsInstalled",REG_DWORD,1,0,0,0
  163. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_ADVAUTH%","Locale",,KEY_LOCALE
  164. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_ADVAUTH%","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  165. ; DirectAnimation for Java Registration
  166. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DAJAVA%",,,"%ASETUP_DAJAVA_DESC%"
  167. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DAJAVA%","ComponentID",,"DAJava"
  168. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DAJAVA%","IsInstalled",REG_DWORD,1,0,0,0
  169. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DAJAVA%","Locale",,KEY_LOCALE
  170. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DAJAVA%","Version",,"6,00,01,0223"
  171. ; DirectDrawEx Registration
  172. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DDRAWEX%",,,"%ASETUP_DDRAWEX_DESC%"
  173. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DDRAWEX%","ComponentID",,"DirectDrawEx"
  174. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DDRAWEX%","IsInstalled",REG_DWORD,1,0,0,0
  175. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DDRAWEX%","Locale",,KEY_LOCALE
  176. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_DDRAWEX%","Version",,"4,71,1113,0"
  177. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx"
  178. ; Extra Pack Registration - because of msieftp.dll
  179. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_EXTRAPK%",,,"%ASETUP_EXTRAPK_DESC%"
  180. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_EXTRAPK%","ComponentID",,"ExtraPack"
  181. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_EXTRAPK%","IsInstalled",REG_DWORD,1,0,0,0
  182. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_EXTRAPK%","Locale",,KEY_LOCALE
  183. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_EXTRAPK%","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  184. ; FontCore Registration
  185. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_FONTCORE%",,,"%ASETUP_FONTCORE_DESC%"
  186. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_FONTCORE%","ComponentID",,"Fontcore"
  187. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_FONTCORE%","IsInstalled",REG_DWORD,1,0,0,0
  188. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_FONTCORE%","Locale",,"*"
  189. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_FONTCORE%","Version",,"1,00,0000,6"
  190. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Fontcore"
  191. ; GenSetup Registration
  192. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_GSETUP%",,,"%ASETUP_GSETUP_DESC%"
  193. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_GSETUP%","ComponentID",,"GenSetup"
  194. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_GSETUP%","IsInstalled",REG_DWORD,1,0,0,0
  195. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_GSETUP%","Locale",,KEY_LOCALE
  196. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_GSETUP%","Version",,"5,0,0,1"
  197. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX"
  198. ; Help Content Registration
  199. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HELPCONT%",,,"%ASETUP_HELPCONT_DESC%"
  200. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HELPCONT%","ComponentID",,"HelpCont"
  201. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HELPCONT%","IsInstalled",REG_DWORD,1,0,0,0
  202. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HELPCONT%","Locale",,KEY_LOCALE
  203. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HELPCONT%","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  204. ; HTML Help Registration
  205. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HTMLHELP%",,,"%ASETUP_HTMLHELP_DESC%"
  206. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HTMLHELP%","ComponentID",,"HTMLHelp"
  207. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HTMLHELP%","IsInstalled",REG_DWORD,1,0,0,0
  208. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HTMLHELP%","Locale",,KEY_LOCALE
  209. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_HTMLHELP%","Version",,"4,74,9006,0"
  210. ; MSN Site Authentication Registration
  211. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSNAUTH%",,,"%ASETUP_MSNAUTH_DESC%"
  212. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSNAUTH%","ComponentID",,"MSN_Auth"
  213. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSNAUTH%","IsInstalled",REG_DWORD,1,0,0,0
  214. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSNAUTH%","Locale",,KEY_LOCALE
  215. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSNAUTH%","Version",,"4,9,9,2"
  216. ; MSTask Registration
  217. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSTASK%",,,"%ASETUP_MSTASK_DESC%"
  218. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSTASK%","ComponentID",,"MSTASK"
  219. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSTASK%","IsInstalled",REG_DWORD,1,0,0,0
  220. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSTASK%","Locale",,KEY_LOCALE
  221. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_MSTASK%","Version",,"4,71,1968,1"
  222. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\SchedulingAgent"
  223. ; Offline Browsing Pack Registration
  224. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_OFFLINE%",,,"%ASETUP_OFFLINE_DESC%"
  225. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_OFFLINE%","ComponentID",,"MobilePk"
  226. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_OFFLINE%","IsInstalled",REG_DWORD,1,0,0,0
  227. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_OFFLINE%","Locale",,KEY_LOCALE
  228. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_OFFLINE%","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  229. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"
  230. ; TriData Registration
  231. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIDATA%",,,"%ASETUP_TRIDATA_DESC%"
  232. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIDATA%","ComponentID",,"Tridata"
  233. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIDATA%","IsInstalled",REG_DWORD,1,0,0,0
  234. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIDATA%","Locale",,KEY_LOCALE
  235. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIDATA%","Version",,"5,5000,3130,0"
  236. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IEData"
  237. ; the following key is defined at top of page -- DO NOT REMOVE!
  238. IE4_DATA_KEY
  239. ; TriDataJava Registration
  240. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIJAVA%",,,"%ASETUP_TRIJAVA_DESC%"
  241. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIJAVA%","ComponentID",,"TridataJava"
  242. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIJAVA%","IsInstalled",REG_DWORD,1,0,0,0
  243. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIJAVA%","Locale",,KEY_LOCALE
  244. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_TRIJAVA%","Version",,"4,7,0,0320"
  245. ; USP10 Registration
  246. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_USP10%",,,"%ASETUP_USP10_DESC%"
  247. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_USP10%","ComponentID",,"USP10"
  248. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_USP10%","IsInstalled",REG_DWORD,1,0,0,0
  249. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_USP10%","Locale",,"*"
  250. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_USP10%","Version",,"1,397,2406,1"
  251. ; VBScript Registration
  252. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_VBSCRIPT%",,,"%ASETUP_VBSCRIPT_DESC%"
  253. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_VBSCRIPT%","ComponentID",,"MSVBScript"
  254. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_VBSCRIPT%","IsInstalled",REG_DWORD,1,0,0,0
  255. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_VBSCRIPT%","Locale",,KEY_LOCALE
  256. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_VBSCRIPT%","Version",,"5,6,0,5901"
  257. ; Branding Registration
  258. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_BRANDING%",,,"%ASETUP_BRANDING_DESC%"
  259. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_BRANDING%","ComponentID",,"BRANDING.CAB"
  260. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_BRANDING%","StubPath",,"RunDLL32 IEDKCS32.DLL,BrandIE4 SIGNUP"
  261. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_BRANDING%","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  262. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_BRANDING%","Locale",,KEY_LOCALE
  263. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_BRANDING%","IsInstalled",REG_DWORD,1,0,0,0
  264. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",BrandClearStubs,,"RUNDLL32 IEDKCS32.DLL,BrandCleanInstallStubs MICROS"
  265. ; IEXPLORE.EXE Interface Registration
  266. HKCR,"InternetExplorer.Application",,,"Internet Explorer"
  267. HKCR,"InternetExplorer.Application\CLSID",,,"%CLSID_IE_App%"
  268. HKCR,"InternetExplorer.Application\CurVer",,,"InternetExplorer.Application.1"
  269. HKCR,"InternetExplorer.Application.1",,,"Internet Explorer (Ver 1.0)"
  270. HKCR,"InternetExplorer.Application.1\CLSID",,,"%CLSID_IE_App%"
  271. HKCR,"CLSID\%CLSID_IE_App%",,,"Internet Explorer(Ver 1.0)"
  272. HKCR,"CLSID\%CLSID_IE_App%\LocalServer32",,REG_EXPAND_SZ,"""%programfiles%\%LMSIE4%\iexplore.exe"""
  273. HKCR,"CLSID\%CLSID_IE_App%\ProgID",,,"InternetExplorer.Application.1"
  274. HKCR,"CLSID\%CLSID_IE_App%\VersionIndependentProgID",,,"InternetExplorer.Application"
  275. HKCR,"CLSID\%CLSID_IE_App%\TypeLib",,,"%CLSID_IE_TypeLib%"
  276. HKCR,"CLSID\%CLSID_IE_App%\Programmable",,,""
  277. ; DeskTop Icon Mappings
  278. HKCR,"CLSID\%CLSID_DesktopIcon%\DefaultIcon",,REG_EXPAND_SZ,"""%programfiles%\%LMSIE4%\iexplore.exe"",-32528"
  279. HKCR,"CLSID\%CLSID_DesktopIcon%\InProcServer32",,REG_EXPAND_SZ,"%SystemRoot%\system32\url.dll"
  280. HKCR,"CLSID\%CLSID_DesktopIcon%\InProcServer32","ThreadingModel",,"Apartment"
  281. HKCR,"CLSID\%CLSID_DesktopIcon%\ShellEx\PropertySheetHandlers\%CLSID_DesktopIcon%",,,""
  282. HKCR,"CLSID\%CLSID_DesktopIcon%\ShellFolder",,,""
  283. HKCR,"CLSID\%CLSID_DesktopIcon%\ShellFolder","Attributes",1,72,00,00,00
  284. ; Internet Explorer Version
  285. HKLM,"SOFTWARE\Microsoft\Internet Explorer","Build",,"TOK_MAJOR_NUMTOK_BUILDNUMTOK_FULLQFE"
  286. HKLM,"SOFTWARE\Microsoft\Internet Explorer","Version",,"TOK_MAJOR_NUM.TOK_MINOR_NUM.TOK_BUILDNUM.TOK_QFE"
  287. HKLM,"SOFTWARE\Microsoft\Internet Explorer","W2kVersion",,"TOK_MAJOR_NUM.TOK_MINOR_NUM.TOK_BUILDNUM.TOK_QFE"
  288. ; App Paths. 3rd Party Programs should look here to find iexplore.exe
  289. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE",,0,"%16422%\%LMSIE4%\iexplore.exe"
  290. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",0,"%16422%\%LMSIE4%;"
  291. ; These following 4 entries should be nuked and clients like ieuinit.inx, ICW should stop looking here
  292. ; and look at the App Paths above -- have opened a bug on it.
  293. HKLM,"Software\Microsoft\IE4\Setup","Path",REG_EXPAND_SZ,"%programfiles%\%LMSIE4%"
  294. HKLM,"Software\Microsoft\IE Setup\Setup","Path",REG_EXPAND_SZ,"%programfiles%\%LMSIE4%"
  295. HKLM,"Software\Microsoft\IE4\Setup","Apps.hlpDate",0,"1998.02.01"
  296. HKLM,"Software\Microsoft\IE Setup\Setup","Apps.hlpDate",0,"1998.02.01"
  297. ; Used during remove
  298. HKLM,"Software\Microsoft\Internet Explorer"
  299. HKCU,"Software\Microsoft\Internet Explorer"
  300. ; News Shortcuts
  301. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\NewShortcutHandlers","%CLSID_NewsShortcut%",2,""
  302. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENADMIN%",,,"%IEHARDENADMIN_BASE_DESC%"
  303. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENADMIN%","ComponentID",,"IEHardenAdmin"
  304. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENADMIN%","Dontask",0x00010001,2,0,0,0
  305. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENADMIN%","Locale",,"%ASETUP_LOCALE%"
  306. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENADMIN%","StubPath",0x00020000,"%SystemRoot%\system32\rundll32.exe iesetup.dll,IEHardenAdmin"
  307. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENADMIN%","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  308. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENUSER%",,,"%IEHARDENUSER_DESC%"
  309. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENUSER%","ComponentID",,"IEHardenUser"
  310. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENUSER%","Dontask",0x00010001,2,0,0,0
  311. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENUSER%","Locale",,"%ASETUP_LOCALE%"
  312. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENUSER%","StubPath",0x00020000,"%SystemRoot%\system32\rundll32.exe iesetup.dll,IEHardenUser"
  313. @s:HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IEHARDENUSER%","Version",,"TOK_MAJOR_NUM,TOK_MINOR_NUM,TOK_BUILDNUM,TOK_QFE"
  314. [Base.Sweeper.AddReg]
  315. ; Plug-in OCX Registration
  316. HKLM,"Software\Microsoft\Internet Explorer\Plugins",,2,
  317. HKLM,"Software\Microsoft\Internet Explorer\Plugins\Extension",,2,
  318. HKLM,"Software\Microsoft\Internet Explorer\Plugins\MIME",,2,
  319. HKLM,"Software\Microsoft\Internet Explorer\Plugins\PluginsPageFriendlyName",,2,"%ACTIVEX_GALLERY%"
  320. HKLM,"Software\Microsoft\Internet Explorer\Plugins\PluginsPage",,2,"%PLUGIN_PAGE%"
  321. ; RunOnce Commands
  322. @@:@3:HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE - 00",,"rundll32.exe msnsspc.dll,SspcCreateSspiReg"
  323. @@:@3:HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE - 01",,"rundll32.exe msapsspc.dll,SspcCreateSspiReg"
  324. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE - 02",,"%11%\mshta.exe /register"
  325. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE - 03",,"fixmapi.exe"
  326. ; For NT, the regsvr calls are dealt with in syssetup.inx under the OleControlDlls section hdr.
  327. ; URL.DLL Registry Entries
  328. HKCR,"CLSID\%CLSID_URL_DLL%",,2,"MIME and Internet Property Sheet Hook"
  329. HKCR,"CLSID\%CLSID_URL_DLL%\InProcServer32",,REG_EXPAND_SZ,"%SystemRoot%\system32\url.dll"
  330. HKCR,"CLSID\%CLSID_URL_DLL%\InProcServer32","ThreadingModel",2,"Apartment"
  331. ; URLMON.DLL Registry Entries
  332. HKCR,"CLSID\%CLSID_URLMON%",,2,"UrlMon ProxyStub Factory"
  333. HKCR,"CLSID\%CLSID_URLMON%\InprocServer32",,REG_EXPAND_SZ,"%SystemRoot%\system32\urlmon.dll"
  334. HKCR,"CLSID\%CLSID_IPersistMoniker%",,2,"IPersistMoniker"
  335. HKCR,"CLSID\%CLSID_IPersistMoniker%\ProxyStubClsid32",,2,"%CLSID_URLMON%"
  336. ; Object Store Registry Entries
  337. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings","CodeBaseSearchPath",2,"CODEBASE;<http://activex.microsoft.com/objects/ocget.dll>;<http://codecs.microsoft.com/isapi/ocget.dll>"
  338. ; Marquee.ocx Registry Entries
  339. HKLM,"Software\Classes\CLSID\{1a4da620-6217-11cf-be62-0080c72edd2d}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}",,2,
  340. HKLM,"Software\Classes\CLSID\{1a4da620-6217-11cf-be62-0080c72edd2d}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}",,2,
  341. ; These values will be used when the user clicks on the "Use Default" button.
  342. HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",,"%START_PAGE%"
  343. HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Search_URL",,"%SEARCH_PAGE_URL%"
  344. HKLM,"Software\Microsoft\Internet Explorer\Main","Search Page",,"%SEARCH_PAGE_URL%"
  345. ; History Interface
  346. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\History","",2,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History"
  347. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History","DaysToKeep",3,14,00,00,00
  348. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History","CacheLimit",3,00,02,00,00
  349. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History","Directory",REG_EXPAND_SZ,"%SystemRoot%\%HISTORY_DIR%"
  350. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History","CachePrefix",2,"Visited: "
  351. ; Cache Settings
  352. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","FreshnessInterval",3,80,f4,03,00
  353. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","CleanupFactor",3,19,00,00,00
  354. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","CleanupTime",3,00,00,00,00
  355. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","Persistent",3,01,00,00,00
  356. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","CleanupInterval",3,80,51,01,00
  357. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","DebugFlag",3,ff,ff,00,00
  358. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths","Paths",3,04,00,00,00
  359. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths","Directory",REG_EXPAND_SZNC,"%SystemRoot%\%CACHE_DIR%"
  360. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths","Size",3,24,01,00,00
  361. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path1","CacheLimit",3,00,20,00,00
  362. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path1","CachePath",REG_EXPAND_SZ,"%SystemRoot%\%CACHE_DIR%\cache1"
  363. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path2","CacheLimit",3,00,20,00,00
  364. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path2","CachePath",REG_EXPAND_SZ,"%SystemRoot%\%CACHE_DIR%\cache2"
  365. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path3","CacheLimit",3,00,20,00,00
  366. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path3","CachePath",REG_EXPAND_SZ,"%SystemRoot%\%CACHE_DIR%\cache3"
  367. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path4","CacheLimit",3,00,20,00,00
  368. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path4","CachePath",REG_EXPAND_SZ,"%SystemRoot%\%CACHE_DIR%\cache4"
  369. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\Cookies","Directory",REG_EXPAND_SZ,"%USERPROFILE%\Cookies"
  370. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\Cookies","CachePrefix",2,"Cookie:"
  371. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\Cookies","CacheLimit",3,00,04,00,00
  372. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents","0",0,"image/gif"
  373. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents","1",0,"image/x-xbitmap"
  374. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents","2",0,"image/jpeg"
  375. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents","3",0,"image/pjpeg"
  376. HKLM,"Software\Microsoft\Internet Explorer\Document Caching","Number",3,04,00,00,00
  377. HKLM,"Software\Microsoft\Internet Explorer\Image Caching","Number",3,04,00,00,00
  378. HKLM,"Software\Microsoft\Internet Explorer\Main","Enable_Disk_Cache",2,"yes"
  379. HKLM,"Software\Microsoft\Internet Explorer\Main","Cache_Percent_of_Disk",3,0A,00,00,00
  380. HKLM,"Software\Microsoft\Internet Explorer\Main","Delete_Temp_Files_On_Exit",2,"yes"
  381. ; Miscellaneous IE Settings
  382. HKLM,"Software\Microsoft\Internet Explorer\Main","Local Page",REG_EXPAND_SZ,"%SystemRoot%\system32\blank.htm"
  383. HKLM,"Software\Microsoft\Internet Explorer\Main","Anchor_Visitation_Horizon",3,01,00,00,00
  384. HKLM,"Software\Microsoft\Internet Explorer\Main","Use_Async_DNS",2,"yes"
  385. HKLM,"Software\Microsoft\Internet Explorer\Main","Placeholder_Width",3,1A,00,00,00
  386. HKLM,"Software\Microsoft\Internet Explorer\Main","Placeholder_Height",3,1A,00,00,00
  387. HKLM,"Software\Microsoft\Internet Explorer\Styles","Count_Style_Sheets",3,05,00,00,00
  388. HKLM,"Software\Microsoft\Internet Explorer\PrintAppletsOnFEWin95",,""
  389. HKLM,"Software\Microsoft\Internet Explorer\Application Compatibility","HelpCtr.exe",REG_DWORD,1,0,0,0
  390. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Last Update\IEXPLOREV4","CurrentVerTimestamp",0,"Sun, 21 April 1996 01:00:00 GMT"
  391. HKLM,"Software\Microsoft\Windows\CurrentVersion","WallPaperDir",REG_EXPAND_SZNC,"%SystemRoot%\Web\%LWallpaper%"
  392. HKLM, "SOFTWARE\Microsoft\Internet Explorer\Download"
  393. HKLM, "SOFTWARE\Microsoft\Internet Explorer\Media"
  394. ; URL Mappings
  395. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\DefaultPrefix",,2,"http://"
  396. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","ftp",2,"ftp://"
  397. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","gopher",2,"gopher://"
  398. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","home",2,"http://"
  399. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","mosaic",2,"http://"
  400. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","www",2,"http://"
  401. ; MSNSSPC/WinSSPI Reg Entries
  402. HKLM,"Software\Microsoft\Internet Explorer\Security\MSN","Flags",1,0A,00,00,00
  403. HKLM,"Software\Microsoft\Internet Explorer\Security\NTLM","Flags",1,08,00,00,00
  404. HKLM,"Software\Microsoft\Internet Explorer\Security\DPA","Flags",1,1A,00,00,00
  405. HKLM,"Software\Microsoft\Internet Explorer\Security\Negotiate","Flags",1,18,00,00,00
  406. ; MIME and FILE Mappings
  407. HKCR,"exefile","EditFlags",3,D8,07,00,00
  408. ; Auto Config stuff (jsproxy.dll)
  409. HKCR,"AutoProxyTypes"
  410. HKCR,"AutoProxyTypes\Application/x-internet-signup","Default",1,00,00,00,00
  411. HKCR,"AutoProxyTypes\Application/x-internet-signup","DllFile",REG_EXPAND_SZ,"%SystemRoot%\system32\iedkcs32.dll"
  412. HKCR,"AutoProxyTypes\Application/x-internet-signup","FileExtensions",,".ins"
  413. HKCR,"AutoProxyTypes\Application/x-ns-proxy-autoconfig","Default",1,01,00,00,00
  414. HKCR,"AutoProxyTypes\Application/x-ns-proxy-autoconfig","DllFile",REG_EXPAND_SZ,"%SystemRoot%\system32\jsproxy.dll"
  415. HKCR,"AutoProxyTypes\Application/x-ns-proxy-autoconfig","FileExtensions",,".pac;.jvs;.js"
  416. HKCR,"AutoProxyTypes\application/x-ns-proxy-autoconfig","Flags",1,01,00,00,00
  417. ; MS Download (*.exe, *.dll)
  418. HKCR,".exe","Content Type",2,"application/x-msdownload"
  419. HKCR,".dll","Content Type",2,"application/x-msdownload"
  420. ; TIFF Files (*.tif, *.tiff)
  421. HKCR,".tiff","Content Type",2,"image/tiff"
  422. HKCR,".tif","Content Type",2,"image/tiff"
  423. HKCR,"MIME\Database\Content Type\image/tiff","Extension",2,".tiff"
  424. ; PictureIt Files �
  425. HKCR,"MIME\Database\Content Type\application/x-mix-transfer","Extension",2,".nix"
  426. HKCR,"MIME\Database\Content Type\application/x-mix-transfer","CLSID",2,"{10000000-0000-0000-0000-000000000001}"
  427. ; Other Formats (Compressed, UNIX formats)
  428. HKCR,".tar","Content Type",,"application/x-tar"
  429. HKCR,"MIME\Database\Content Type\application/x-tar","Extension",,".tar"
  430. HKCR,".tgz","Content Type",,"application/x-compressed"
  431. HKCR,"MIME\Database\Content Type\application/x-compressed","Extension",,".tgz"
  432. HKCR,".man","Content Type",,"application/x-troff-man"
  433. HKCR,"MIME\Database\Content Type\application/x-troff-man","Extension",,".man"
  434. HKCR,".latex","Content Type",,"application/x-latex"
  435. HKCR,"MIME\Database\Content Type\application/x-latex","Extension",,".latex"
  436. HKCR,".ps","Content Type",,"application/postscript"
  437. HKCR,".eps","Content Type",,"application/postscript"
  438. HKCR,".ai","Content Type",,"application/postscript"
  439. HKCR,"MIME\Database\Content Type\application/postscript","Extension",,".ps"
  440. HKCR,".sit","Content Type",,"application/x-stuffit"
  441. HKCR,"MIME\Database\Content Type\application/x-stuffit","Extension",,".sit"
  442. HKCR,".hqx","Content Type",,"application/mac-binhex40"
  443. HKCR,"MIME\Database\Content Type\application/mac-binhex40","Extension",,".hqx"
  444. HKCR,".fif","Content Type",,"application/fractals"
  445. HKCR,"MIME\Database\Content Type\application/fractals","Extension",,".fif"
  446. HKCR,".zip","Content Type",,"application/x-zip-compressed"
  447. HKCR,"MIME\Database\Content Type\application/x-zip-compressed","Extension",,".zip"
  448. HKCR,".gz","Content Type",,"application/x-gzip"
  449. HKCR,"MIME\Database\Content Type\application/x-gzip","Extension",,".gz"
  450. HKCR,".z","Content Type",,"application/x-compress"
  451. HKCR,"MIME\Database\Content Type\application/x-compress","Extension",,".z"
  452. ; AVI File
  453. HKLM,"Software\Classes\CLSID\{00022602-0000-0000-C000-000000000046}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}","",2,""
  454. HKLM,"Software\Classes\CLSID\{00022602-0000-0000-C000-000000000046}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}","",2,""
  455. ; MIDI File
  456. HKLM,"Software\Classes\CLSID\{00022603-0000-0000-C000-000000000046}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}","",2,""
  457. HKLM,"Software\Classes\CLSID\{00022603-0000-0000-C000-000000000046}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}","",2,""
  458. ; WAV File
  459. HKLM,"Software\Classes\CLSID\{00020C01-0000-0000-C000-000000000046}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}","",2,""
  460. HKLM,"Software\Classes\CLSID\{00020C01-0000-0000-C000-000000000046}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}","",2,""
  461. ; CLSIDs for Embed Formats.
  462. HKLM,"Software\Microsoft\Internet Explorer\EmbedExtnToClsidMappings\.dcr",,2,"clsid:166B1BCA-3F9C-11CF-8075-444553540000"
  463. HKLM,"Software\Microsoft\Internet Explorer\EmbedExtnToClsidMappings\.dir",,2,"clsid:166B1BCA-3F9C-11CF-8075-444553540000"
  464. [Sweeper.AddReg]
  465. ; International CodePages
  466. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon","shell",,"Explorer.exe"
  467. [Shell.BrowserReg]
  468. ;misc additions
  469. HKLM,"System\CurrentControlSet\Services\inetaccs",,2,""
  470. HKLM,"System\CurrentControlSet\Services\inetaccs\Parameters",,2,""
  471. [TextConverter.AddReg]
  472. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Export\HTML","Extensions",2,"%TextCnv_Exp_Ext%"
  473. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Export\HTML","Name",2,"%TextCnv_Exp_Name%"
  474. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Export\HTML","Path",0,"%16427%\Microsoft Shared\TextConv\html32.cnv"
  475. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\HTML","Extensions",2,"%TextCnv_Imp_Ext%"
  476. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\HTML","Name",2,"%TextCnv_Imp_Name%"
  477. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\HTML","Path",0,"%16427%\Microsoft Shared\TextConv\html32.cnv"
  478. @@:@3:HKLM,"Software\Microsoft\Shared Tools\HTML\Clients","Name",2,"HTML Document"
  479. @@:@3:HKLM,"Software\Microsoft\Shared Tools Location","TEXTCONV",2,"%16427%\Microsoft Shared\TextConv"
  480. @@:@3:HKLM,"Software\Microsoft\Shared Tools\HTML\Clients","%16422%\%MSIE4%\iexplore.exe",2,""
  481. ;Wordpad settings
  482. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWord6.wpc","Extensions",2,"doc"
  483. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWord6.wpc","Name",2,"%WORD_TYPES%"
  484. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWord6.wpc","Path",0,"%16427%\Microsoft Shared\TextConv\mswrd632.wpc"
  485. @@:@3:HKLM,"Software\Microsoft\Shared Tools\MSWord6.wpc\Clients","%16422%\Windows NT\%Accessories%\wordpad.exe",2,""
  486. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWord8","Extensions",2,"doc"
  487. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWord8","Name",2,"Word 97"
  488. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWord8","Path",0,"%16427%\Microsoft Shared\TextConv\mswrd832.cnv"
  489. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWord8\NoDialogs"
  490. @@:@3:HKLM,"Software\Microsoft\Shared Tools\MSWord8\Clients","%16422%\Windows NT\%Accessories%\wordpad.exe",2,""
  491. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWinWrite.wpc","Extensions",2,"wri"
  492. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWinWrite.wpc","Name",2,"Windows Write"
  493. @@:@3:HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\MSWinWrite.wpc","Path",0,"%16427%\Microsoft Shared\TextConv\write32.wpc"
  494. @@:@3:HKLM,"Software\Microsoft\Shared Tools\MSWinWrite.wpc\Clients","%16422%\Windows NT\%Accessories%\wordpad.exe",2,""
  495. ; Do not remove the following section. It is not called during base OS install,
  496. ; but the section is called directly from external sources post install. (W98 & NT5)
  497. [Channel]
  498. 0409=chlen_us.inf,chlen_us.cab
  499. ;========================
  500. ; Base DelReg
  501. ;========================
  502. [Base.DelReg]
  503. ; delete the old Explorer icon
  504. HKLM,"Software\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{FBF23B42-E3F0-101B-8488-00AA003E56F8}"
  505. HKLM,"Software\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\FBF23B42-E3F0-101B-8488-00AA003E56F8"
  506. HKCR,Shell.Browser
  507. HKCR,Shell.Browser.1
  508. HKCR,"news\shell\open\ddeexec"
  509. ; Nuke the old hlinkprx.dll Entries
  510. HKCR,"CLSID\%CLSID_HLinkPSFactory%"
  511. HKCR,"Interface\%CLSID_HLinkPSFactory%"
  512. HKCR,"Interface\%CLSID_IBindStatusCallback%"
  513. HKCR,"Interface\%CLSID_IHlinkSite%"
  514. HKCR,"Interface\%CLSID_IHlink%"
  515. HKCR,"Interface\%CLSID_IHlinkSource%"
  516. HKCR,"Interface\%CLSID_IHlinkFrame%"
  517. HKCR,"Interface\%CLSID_IEnumHLINKITEM%"
  518. HKCR,"Interface\%CLSID_IHlinkBrowseContext%"
  519. HKCR,"Interface\%CLSID_IHlinkHistory%"
  520. HKCR,"Interface\%CLSID_IPersistMoniker%"
  521. HKCR,"Interface\%CLSID_IFile%"
  522. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\cache1"
  523. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\cache2"
  524. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\cache3"
  525. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\cache4"
  526. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path5"
  527. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path6"
  528. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path7"
  529. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path8"
  530. HKLM,"System\CurrentControlSet\control\SecurityProviders\Schannel\CertificationAuthorities\internetMCI Mall"
  531. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\DockingWindows\Microsoft.Ticker"
  532. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\DockingWindows\Microsoft.DesktopChannel"
  533. HKLM,"Software\Microsoft\Internet Explorer\Main","Default Channels"
  534. HKLM,"Software\Microsoft\Internet Explorer\Main","Additional Channels"
  535. HKLM,"Software\Microsoft\Internet Explorer\SecurityProtocols","Basic"
  536. HKLM,"Software\Microsoft\Internet Explorer\Styles"
  537. HKLM,"Software\Microsoft\Active Setup\JITInfo\5"
  538. HKLM,"Software\Microsoft\Internet Explorer\Help_Menu_URLs","3"
  539. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings","MinorVersion"
  540. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","QFEVersion"
  541. HKLM,"Software\Microsoft\Internet Explorer\MediaTypeClass\{00000000-0000-0000-0000-000000000000}","audio/wav"
  542. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE3 SecurityLnkUpdate"
  543. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\InternetExplorer"
  544. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40"
  545. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40RemovBak"
  546. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE4Shell"
  547. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IEDW"
  548. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings","User Agent"
  549. HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","UserDataUninstall"
  550. HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","BrowserWebCheck"
  551. ;powertoys "find on the internet"
  552. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\{97E2C371-FDDD-11CF-807F-02608C8D98DF}"
  553. HKCR,"CLSID\{97E2C371-FDDD-11CF-807F-02608C8D98DF}"
  554. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform","DigExt"
  555. ; channels cleanup
  556. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chl99","StubPath"
  557. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-us","StubPath"
  558. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlja-jp","StubPath"
  559. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlcs-cz","StubPath"
  560. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlda-dk","StubPath"
  561. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlde-at","StubPath"
  562. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlde-ch","StubPath"
  563. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlde-de","StubPath"
  564. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlel-gr","StubPath"
  565. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-au","StubPath"
  566. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-bb","StubPath"
  567. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-bz","StubPath"
  568. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-ca","StubPath"
  569. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-gy","StubPath"
  570. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-ie","StubPath"
  571. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-jm","StubPath"
  572. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-me","StubPath"
  573. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-nz","StubPath"
  574. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-ph","StubPath"
  575. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-sr","StubPath"
  576. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-tt","StubPath"
  577. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-uk","StubPath"
  578. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlen-za","StubPath"
  579. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-ar","StubPath"
  580. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-cl","StubPath"
  581. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-co","StubPath"
  582. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-cr","StubPath"
  583. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-do","StubPath"
  584. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-es","StubPath"
  585. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-gt","StubPath"
  586. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-hn","StubPath"
  587. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-mx","StubPath"
  588. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-ni","StubPath"
  589. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-pa","StubPath"
  590. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-pe","StubPath"
  591. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-pr","StubPath"
  592. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-sv","StubPath"
  593. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-uy","StubPath"
  594. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chles-ve","StubPath"
  595. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlfi-fi","StubPath"
  596. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlfr-be","StubPath"
  597. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlfr-ch","StubPath"
  598. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlfr-fr","StubPath"
  599. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlhi-in","StubPath"
  600. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlhr-hr","StubPath"
  601. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlhu-hu","StubPath"
  602. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlin-id","StubPath"
  603. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlit-it","StubPath"
  604. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlko-kr","StubPath"
  605. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlml-my","StubPath"
  606. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlnl-be","StubPath"
  607. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlnl-nl","StubPath"
  608. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlno-no","StubPath"
  609. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlpl-pl","StubPath"
  610. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlpt-br","StubPath"
  611. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlpt-pt","StubPath"
  612. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlru-ru","StubPath"
  613. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlsl-si","StubPath"
  614. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlsv-se","StubPath"
  615. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlth-th","StubPath"
  616. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chltr-tr","StubPath"
  617. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlzh-cn","StubPath"
  618. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlzh-hk","StubPath"
  619. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlzh-sg","StubPath"
  620. HKLM,"Software\Microsoft\Active Setup\Installed Components\Chlzh-tw","StubPath"
  621. HKLM,"Software\Microsoft\Active Setup\Installed Components\ChlOEM","StubPath"
  622. ; IECONT cleanup IE6 33035
  623. HKLM,"SOFTWARE\Microsoft\Internet Explorer\Extensions\{9239E4EC-C9A6-11D2-A844-00C04F68D538}"
  624. HKCR,"CLSID\{864B4D50-3B9A-11D2-B8DB-00C04FA3471C}"
  625. ;========================
  626. ; Base UpdateIni
  627. ;========================
  628. [Base.StartMenu.UpdateIni]
  629. setup.ini, progman.groups,,"IE_INTERNET=%MSIEXPLORE_PROGGROUP%"
  630. setup.ini, IE_INTERNET,,""%MSINETWIZ_DESC%"",,,
  631. setup.ini, progman.groups,,"X_GROUP="
  632. setup.ini, X_GROUP,,""%MSIEXPLORE_DESC%""
  633. setup.ini, X_GROUP,,""Windows Explorer""
  634. setup.ini, progman.groups,,"IECOMPAT=%MSIEXPLORE_DESC%"
  635. setup.ini, IECOMPAT,,""%MSIEXPLORE_COMPAT%""
  636. [Base.RegSvr]
  637. 16422,%MSIE4%,hmmapi.dll,1
  638. [Triedit.RegSvr]
  639. @@:@3:16427,Microsoft Shared\Triedit,dhtmled.ocx,1
  640. @@:@3:16427,Microsoft Shared\Triedit,triedit.dll,1
  641. ;
  642. ; NOTE: We don't register this file here since it needs
  643. ; to be registered after all of the wbem stuff
  644. ; since it requires the mof compiler. Instead, it
  645. ; gets registered by syssetup.inx
  646. ;
  647. [MSInfo.RegSvr]
  648. 16427,Microsoft Shared\MSInfo,ieinfo5.ocx,1