Source code of Windows XP (NT5)
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.

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