home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Installation King 98 / BootGold.iso / BOOTDISK / system / Pwin98 / PRECOPY2.CAB / ie.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-01-24  |  23.4 KB  |  469 lines

  1.  
  2. ;
  3. ;   IE4 INF
  4. ;
  5.  
  6. [Version]
  7. signature="$CHICAGO$"
  8. SetupClass=Base
  9. LayoutFile=layout.inf, layout1.inf, layout2.inf
  10.  
  11. [DestinationDirs]
  12. ; Anything not installed by the system by default
  13. Base.AppDir.CopyFile    = 24,%ProgramF%\%MSIE4%
  14. Base.SysDir.CopyFile    = 11
  15. Base.AppDir.DelFiles    = 24,%ProgramF%\%MSIE4%
  16. Base.SysDir.DelFiles    = 11
  17. Base.WinDir.DelFiles    = 25
  18. MSIE3patch              = 17
  19. TextConverter.CopyFile  = 24,%ProgramF%\%TextConverter%
  20.  
  21. [BaseWinOptions]
  22. MSIE4_Inst
  23.  
  24. [MSIE4_Inst]
  25. CopyFiles = Base.AppDir.CopyFile, Base.SysDir.CopyFile, TextConverter.CopyFile
  26. AddReg    = Base.IE.AddReg, Base.Sweeper.AddReg, Sweeper.AddReg, Shell.BrowserReg, Token.Reg, TextConverter.AddReg, MSInetFindReg
  27. DelReg    = Base.DelReg
  28. UpdateInis= Base.StartMenu.UpdateIni, Shell.AddIni
  29. DelFiles  = Base.SysDir.DelFiles, Base.AppDir.DelFiles, MSIE3patch
  30.  
  31. ;================================================
  32. ;             Base Section
  33. ;================================================
  34.  
  35. [Base.SysDir.CopyFile]
  36. ;NT5 only
  37.  
  38. [Base.AppDir.CopyFile]
  39. ;NT5 only
  40.  
  41. [TextConverter.CopyFile]
  42. html32.cnv
  43. msconv97.dll
  44.  
  45. ;========================
  46. ;      Base DelFile
  47. ;========================
  48.  
  49. [Base.SysDir.DelFiles]
  50. secbasic.dll
  51. urlcache.dll
  52. vbs.dll
  53. js.dll
  54. htmlctl.ocx
  55. shdisp.dll
  56. hlinkprx.dll
  57. shdocvw.bad
  58.  
  59. [Base.AppDir.DelFiles]
  60. mailnews.txt
  61. README.TXT
  62.  
  63. [MSIE3patch]
  64. ie3fix.inf
  65.  
  66. ;========================
  67. ;      Base AddReg
  68. ;========================
  69.  
  70. [Base.IE.AddReg]
  71. ;   ActiveSetup Microsoft Internet Explorer v4.0 Registration
  72. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}",,,"%ASETUP_BASE_DESC%"
  73. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","ComponentID",,"BASEIE40_Win"
  74. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","IsInstalled",1,1,0,0,0
  75. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","Locale",,"%ASETUP_LOCALE%"
  76. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","StubPath",0,"%11%\ie4uinit.exe"
  77. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","Version",,"4,72,2915,0"
  78.  
  79. ;   ActiveSetup Microsoft Internet Explorer v4.0 Shell Registration
  80. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%",,,"%ASETUP_SHELL_DESC%"
  81. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","ComponentID",,"IE4Shell_Win"
  82. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","IsInstalled",1,1,0,0,0
  83. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","Locale",,"%ASETUP_LOCALE%"
  84. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","StubPath",0,"rundll32.exe advpack.dll,LaunchINFSectionEx %11%\ie4uinit.inf,Shell.UserStub,,36"
  85. HKLM,"Software\Microsoft\Active Setup\Installed Components\%CLSID_IESHELL%","Version",,"4,72,2915,0"
  86.  
  87. HKLM,"Software\Microsoft\Active Setup\Install Check","IE40",,"4.72.2915"
  88.  
  89. ;   IEXPLORE.EXE Interface Registration
  90. HKCR,"InternetExplorer.Application",,,"Internet Explorer"
  91. HKCR,"InternetExplorer.Application\CLSID",,,"%CLSID_IE_App%"
  92. HKCR,"InternetExplorer.Application\CurVer",,,"InternetExplorer.Application.1"
  93. HKCR,"InternetExplorer.Application.1",,,"Internet Explorer (Ver 1.0)"
  94. HKCR,"InternetExplorer.Application.1\CLSID",,,"%CLSID_IE_App%"
  95. HKCR,"CLSID\%CLSID_IE_App%",,,"Internet Explorer(Ver 1.0)"
  96. HKCR,"CLSID\%CLSID_IE_App%\LocalServer32",,0,"""%29000%\iexplore.exe"""
  97. HKCR,"CLSID\%CLSID_IE_App%\ProgID",,,"InternetExplorer.Application.1"
  98. HKCR,"CLSID\%CLSID_IE_App%\VersionIndependentProgID",,,"InternetExplorer.Application"
  99. HKCR,"CLSID\%CLSID_IE_App%\TypeLib",,,"%CLSID_IE_TypeLib%"
  100. HKCR,"CLSID\%CLSID_IE_App%\Programmable",,,""
  101.  
  102. ;   DeskTop Icon
  103. HKCR,"CLSID\%CLSID_DesktopIcon%",,2,"%THENET%"
  104. ;HKCR,"CLSID\%CLSID_DesktopIcon%\Shell\Open\Command",,0,"""%29000%\iexplore.exe"""
  105. HKLM,"Software\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%CLSID_DesktopIcon%",,2,"%THENET%"
  106.  
  107. ;   DeskTop Icon Mappings
  108. HKCR,"CLSID\%CLSID_DesktopIcon%\DefaultIcon",,0,"%29000%\iexplore.exe,-32528"
  109. HKCR,"CLSID\%CLSID_DesktopIcon%\InProcServer32",,0,"%11%\url.dll"
  110. HKCR,"CLSID\%CLSID_DesktopIcon%\InProcServer32","ThreadingModel",,"Apartment"
  111. HKCR,"CLSID\%CLSID_DesktopIcon%\ShellEx\PropertySheetHandlers\%CLSID_DesktopIcon%",,,""
  112. HKCR,"CLSID\%CLSID_DesktopIcon%\ShellFolder",,,""
  113. HKCR,"CLSID\%CLSID_DesktopIcon%\ShellFolder","Attributes",1,72,00,00,00
  114.  
  115. ;   Internet Explorer Version
  116. HKLM,"SOFTWARE\Microsoft\Internet Explorer","Build",,"42915"
  117. HKLM,"SOFTWARE\Microsoft\Internet Explorer","Version",,"4.72.2915.0"
  118.  
  119. ;Build version displayed in System Properties
  120. HKLM,"Software\Microsoft\Windows\CurrentVersion","Plus! VersionNumber",,"IE 4.0 4.72.2915"
  121.  
  122. ;   App Paths.  3rd Party Programs should look here to find iexplore.exe
  123. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE",,0,"%29000%\iexplore.exe"
  124. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",0,"%29000%;"
  125. HKLM,"Software\Microsoft\IE4\Setup","Path",0,"%29000%"
  126. HKLM,"Software\Microsoft\IE4\Setup","Apps.hlpDate",0,"1998.02.01"
  127.  
  128. ;   Used during remove
  129. HKLM,"Software\Microsoft\Internet Explorer"
  130. HKCU,"Software\Microsoft\Internet Explorer"
  131.  
  132. ;   News Shortcuts
  133. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\NewShortcutHandlers","%CLSID_NewsShortcut%",2,""
  134.  
  135. [Base.Sweeper.AddReg]
  136. ;   Plug-in OCX Registration
  137. HKLM,"Software\Microsoft\Internet Explorer\Plugins",,2,
  138. HKLM,"Software\Microsoft\Internet Explorer\Plugins\Extension",,2,
  139. HKLM,"Software\Microsoft\Internet Explorer\Plugins\MIME",,2,
  140. HKLM,"Software\Microsoft\Internet Explorer\Plugins\PluginsPageFriendlyName",,2,"%ACTIVEX_GALLERY%"
  141. HKLM,"Software\Microsoft\Internet Explorer\Plugins\PluginsPage",,2,"%PLUGIN_PAGE%"
  142.  
  143. ;   URL.DLL Registry Entries
  144.  
  145. HKCR,"CLSID\%CLSID_URL_DLL%",,2,"MIME and Internet Property Sheet Hook"
  146. HKCR,"CLSID\%CLSID_URL_DLL%\InProcServer32",,0,"%11%\url.dll"
  147. HKCR,"CLSID\%CLSID_URL_DLL%\InProcServer32","ThreadingModel",2,"Apartment"
  148.  
  149. ;   URLMON.DLL Registry Entries
  150.  
  151. HKCR,"CLSID\%CLSID_URLMON%",,2,"UrlMon ProxyStub Factory"
  152. HKCR,"CLSID\%CLSID_URLMON%\InprocServer32",,0,"%11%\urlmon.dll"
  153. HKCR,"CLSID\%CLSID_IPersistMoniker%",,2,"IPersistMoniker"
  154. HKCR,"CLSID\%CLSID_IPersistMoniker%\ProxyStubClsid32",,2,"%CLSID_URLMON%"
  155.  
  156. ;   CAPI Registry Entries
  157.  
  158. HKLM,"Software\Microsoft\Cryptography\Defaults\Provider\Microsoft Base Cryptographic Provider v1.0","Image Path",0,"%11%\rsabase.dll"
  159. HKLM,"Software\Microsoft\Cryptography\Defaults\Provider\Microsoft Base Cryptographic Provider v1.0","Type",3,01,00,00,00
  160. HKLM,"Software\Microsoft\Cryptography\Defaults\Provider Types\Type 001","Name",2,"Microsoft Base Cryptographic Provider v1.0"
  161.  
  162. ;   Object Store Registry Entries
  163. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings","CodeBaseSearchPath",2,"CODEBASE;<http://activex.microsoft.com/objects/ocget.dll>"
  164.  
  165. ;   Marquee.ocx Registry Entries
  166. HKLM,"Software\Classes\CLSID\{1a4da620-6217-11cf-be62-0080c72edd2d}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}",,2,
  167. HKLM,"Software\Classes\CLSID\{1a4da620-6217-11cf-be62-0080c72edd2d}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}",,2,
  168.  
  169. ;   Default URLs For Home and Search
  170.  
  171. ;   These values will be used after the first launch.
  172. HKLM,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"%START_PAGE%"
  173. HKLM,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"%SEARCH_PAGE%"
  174. ;   These values will be used when the user clicks on the "Use Default" button.
  175. HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"%START_PAGE%"
  176. HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Search_URL",2,"%SEARCH_PAGE%"
  177.  
  178. ;   History Interface
  179. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\History","",2,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History"
  180. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History","DaysToKeep",3,14,00,00,00
  181. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History","CacheLimit",3,00,02,00,00
  182. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History","Directory",0,"%25%\%HISTORY_DIR%"
  183. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History","CachePrefix",2,"Visited: "
  184.  
  185. ;   Cache Settings
  186. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","FreshnessInterval",3,80,f4,03,00
  187. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","CleanupFactor",3,19,00,00,00
  188. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","CleanupTime",3,00,00,00,00
  189. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","Persistent",3,01,00,00,00
  190. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","CleanupInterval",3,80,51,01,00
  191. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache","DebugFlag",3,ff,ff,00,00
  192. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths","Paths",3,04,00,00,00
  193. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths","Directory",2,"%25%\%CACHE_DIR%"
  194. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths","Size",3,24,01,00,00
  195. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path1","CacheLimit",3,00,20,00,00
  196. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path1","CachePath",0,"%25%\%CACHE_DIR%\cache1"
  197. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path2","CacheLimit",3,00,20,00,00
  198. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path2","CachePath",0,"%25%\%CACHE_DIR%\cache2"
  199. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path3","CacheLimit",3,00,20,00,00
  200. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path3","CachePath",0,"%25%\%CACHE_DIR%\cache3"
  201. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path4","CacheLimit",3,00,20,00,00
  202. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Paths\path4","CachePath",0,"%25%\%CACHE_DIR%\cache4"
  203. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\Cookies","Directory",0,"%25%\Cookies"
  204. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\Cookies","CachePrefix",2,"Cookie:"
  205. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Special Paths\Cookies","CacheLimit",3,00,04,00,00
  206. HKLM,"Software\Microsoft\Internet Explorer\Document Caching","Number",3,04,00,00,00
  207. HKLM,"Software\Microsoft\Internet Explorer\Image Caching","Number",3,04,00,00,00
  208. HKLM,"Software\Microsoft\Internet Explorer\Main","Enable_Disk_Cache",2,"yes"
  209. HKLM,"Software\Microsoft\Internet Explorer\Main","Cache_Percent_of_Disk",3,0A,00,00,00
  210. HKLM,"Software\Microsoft\Internet Explorer\Main","Delete_Temp_Files_On_Exit",2,"yes"
  211.  
  212. ;   Miscellaneous IE Settings
  213. HKLM,"Software\Microsoft\Internet Explorer\Main","Local Page",0,"%11%\blank.htm"
  214. HKLM,"Software\Microsoft\Internet Explorer\Main","Anchor_Visitation_Horizon",3,01,00,00,00
  215. HKLM,"Software\Microsoft\Internet Explorer\Main","Use_Async_DNS",2,"yes"
  216. HKLM,"Software\Microsoft\Internet Explorer\Main","Placeholder_Width",3,1A,00,00,00
  217. HKLM,"Software\Microsoft\Internet Explorer\Main","Placeholder_Height",3,1A,00,00,00
  218. HKLM,"Software\Microsoft\Internet Explorer\Styles","Count_Style_Sheets",3,05,00,00,00
  219. HKLM,"Software\Microsoft\Internet Explorer\PrintAppletsOnFEWin95",,""
  220.  
  221. HKLM,"System\currentControlSet\Services\Winsock\Autodial","AutodialDllName32",2,"wininet.dll"
  222. HKLM,"System\currentControlSet\Services\Winsock\Autodial","AutodialFcnName32",2,"InternetAutodialCallback"
  223.  
  224. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Last Update\IEXPLOREV4","CurrentVerTimestamp",0,"Sun, 21 April 1996 01:00:00 GMT"
  225. HKLM,"Software\Microsoft\Windows\CurrentVersion","WallPaperDir",2,"%25%\Web\%LWallpaper%"
  226.  
  227. ;   URL Mappings
  228. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\DefaultPrefix",,2,"http://"
  229. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","ftp",2,"ftp://"
  230. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","gopher",2,"gopher://"
  231. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","home",2,"http://"
  232. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","mosaic",2,"http://"
  233. HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","www",2,"http://"
  234.  
  235. ;   MSNSSPC/WinSSPI Reg Entries
  236. HKLM,"Software\Microsoft\Internet Explorer\Security\MSN","Flags",1,0A,00,00,00
  237. HKLM,"Software\Microsoft\Internet Explorer\Security\NTLM","Flags",1,08,00,00,00
  238. HKLM,"Software\Microsoft\Internet Explorer\Security\DPA","Flags",1,1A,00,00,00
  239.  
  240. ;   MIME and FILE Mappings
  241. HKCR,"exefile","EditFlags",3,D8,07,00,00
  242.  
  243. ; Auto Config stuff (jsproxy.dll)
  244. HKCR,"AutoProxyTypes"
  245. HKCR,"AutoProxyTypes\Application/x-internet-signup","Default",1,00,00,00,00
  246. HKCR,"AutoProxyTypes\Application/x-internet-signup","DllFile",0,"%11%\iedkcs32.dll"
  247. HKCR,"AutoProxyTypes\Application/x-internet-signup","FileExtensions",,".ins"
  248. HKCR,"AutoProxyTypes\Application/x-ns-proxy-autoconfig","Default",1,01,00,00,00
  249. HKCR,"AutoProxyTypes\Application/x-ns-proxy-autoconfig","DllFile",0,"%11%\jsproxy.dll"
  250. HKCR,"AutoProxyTypes\Application/x-ns-proxy-autoconfig","FileExtensions",,".pac;.jvs;.js"
  251. HKCR,"AutoProxyTypes\application/x-ns-proxy-autoconfig","Flags",1,01,00,00,00
  252.  
  253. ;   MS Download (*.exe, *.dll)
  254. HKCR,".exe","Content Type",2,"application/x-msdownload"
  255. HKCR,".dll","Content Type",2,"application/x-msdownload"
  256.  
  257. ;   TIFF Files (*.tif, *.tiff)
  258. HKCR,".tiff","Content Type",2,"image/tiff"
  259. HKCR,".tif","Content Type",2,"image/tiff"
  260. HKCR,"MIME\Database\Content Type\image/tiff","Extension",2,".tiff"
  261.  
  262. ;   Certificate Files (*.crt)
  263. HKCR,".crt",,2,"certificatefile"
  264. HKCR,".der",,2,"certificatefile"
  265. HKCR,".cer",,2,"certificatefile"
  266. HKCR,".crt","Content Type",2,"application/x-x509-ca-cert"
  267. HKCR,".der","Content Type",2,"application/x-x509-ca-cert"
  268. HKCR,".cer","Content Type",2,"application/x-x509-ca-cert"
  269. HKCR,"certificatefile",,2,"%CERT_DESC%"
  270. HKCR,"certificatefile","EditFlags",3,00,00,01,00
  271. HKCR,"certificatefile\shell\open\command",,0,"rundll32.exe %11%\inetcpl.cpl,SiteCert_RunFromCmdLine %%1"
  272. HKCR,"MIME\Database\Content Type\application/x-x509-ca-cert","Extension",2,".crt"
  273.  
  274. ; PictureIt Files                                                             ░
  275. HKCR,"MIME\Database\Content Type\application/x-mix-transfer","Extension",2,".nix"
  276. HKCR,"MIME\Database\Content Type\application/x-mix-transfer","CLSID",2,"{10000000-0000-0000-0000-000000000001}"
  277.  
  278. ;   Other Formats (Compressed, UNIX formats)
  279. HKCR,".tar","Content Type",,"application/x-tar"
  280. HKCR,"MIME\Database\Content Type\application/x-tar","Extension",,".tar"
  281. HKCR,".tgz","Content Type",,"application/x-compressed"
  282. HKCR,"MIME\Database\Content Type\application/x-compressed","Extension",,".tgz"
  283. HKCR,".man","Content Type",,"application/x-troff-man"
  284. HKCR,"MIME\Database\Content Type\application/x-troff-man","Extension",,".man"
  285. HKCR,".latex","Content Type",,"application/x-latex"
  286. HKCR,"MIME\Database\Content Type\application/x-latex","Extension",,".latex"
  287. HKCR,".ps","Content Type",,"application/postscript"
  288. HKCR,".eps","Content Type",,"application/postscript"
  289. HKCR,".ai","Content Type",,"application/postscript"
  290. HKCR,"MIME\Database\Content Type\application/postscript","Extension",,".ps"
  291. HKCR,".sit","Content Type",,"application/x-stuffit"
  292. HKCR,"MIME\Database\Content Type\application/x-stuffit","Extension",,".sit"
  293. HKCR,".hqx","Content Type",,"application/mac-binhex40"
  294. HKCR,"MIME\Database\Content Type\application/mac-binhex40","Extension",,".hqx"
  295. HKCR,".fif","Content Type",,"application/fractals"
  296. HKCR,"MIME\Database\Content Type\application/fractals","Extension",,".fif"
  297. HKCR,".zip","Content Type",,"application/x-zip-compressed"
  298. HKCR,"MIME\Database\Content Type\application/x-zip-compressed","Extension",,".zip"
  299. HKCR,".gz","Content Type",,"application/x-gzip"
  300. HKCR,"MIME\Database\Content Type\application/x-gzip","Extension",,".gz"
  301. HKCR,".z","Content Type",,"application/x-compress"
  302. HKCR,"MIME\Database\Content Type\application/x-compress","Extension",,".z"
  303.  
  304. ; AVI File
  305. HKLM,"Software\Classes\CLSID\{00022602-0000-0000-C000-000000000046}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}","",2,""
  306. HKLM,"Software\Classes\CLSID\{00022602-0000-0000-C000-000000000046}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}","",2,""
  307.  
  308. ; MIDI File
  309. HKLM,"Software\Classes\CLSID\{00022603-0000-0000-C000-000000000046}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}","",2,""
  310. HKLM,"Software\Classes\CLSID\{00022603-0000-0000-C000-000000000046}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}","",2,""
  311.  
  312. ; WAV File
  313. HKLM,"Software\Classes\CLSID\{00020C01-0000-0000-C000-000000000046}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}","",2,""
  314. HKLM,"Software\Classes\CLSID\{00020C01-0000-0000-C000-000000000046}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}","",2,""
  315.  
  316. ; CLSIDs for Embed Formats.
  317. HKLM,"Software\Microsoft\Internet Explorer\EmbedExtnToClsidMappings\.dcr",,2,"clsid:166B1BCA-3F9C-11CF-8075-444553540000"
  318. HKLM,"Software\Microsoft\Internet Explorer\EmbedExtnToClsidMappings\.dir",,2,"clsid:166B1BCA-3F9C-11CF-8075-444553540000"
  319.  
  320. [MSInetFindReg]
  321. HKLM,"%UIF%","DisplayName",2,"%MSInetFind%"
  322. HKLM,"%FIND%",,2,"%CLSID_InetFind%"
  323. HKLM,"%FIND%\0",,2,"%MSInetFindH%"
  324. HKLM,"%FIND%\0\DefaultIcon",,0,"%11%\ShellExt\InetFind.dll,0"
  325. HKCR,"CLSID\%CLSID_InetFind%",,2,"%MSInetFind%"
  326. HKCR,"CLSID\%CLSID_InetFind%\InProcServer32",,0,"%11%\ShellExt\InetFind.dll"
  327. HKCR,"CLSID\%CLSID_InetFind%\InProcServer32","ThreadingModel",2,"Apartment"
  328.  
  329. [Sweeper.AddReg]
  330. ;       International CodePages
  331.  
  332. HKLM,"System\CurrentControlSet\control\Nls\CodePage","20866",,"cp_20866.nls"                    
  333. HKLM,"System\CurrentControlSet\control\Nls\CodePage","28592",,"cp_28592.nls"                    
  334. HKLM,"System\CurrentControlSet\control\Nls\CodePage","28595",,"cp_28595.nls"                    
  335.  
  336. HKLM,"Software\Microsoft\Plus!\Setup","COOL.DLL",2,"1"
  337.  
  338. [Shell.BrowserReg]
  339. ;NT5 only
  340.  
  341. [Token.Reg]
  342. ;NT5 only
  343.  
  344. [TextConverter.AddReg]
  345. HKLM,"Software\Microsoft\Shared Tools\Text Converters\Export\HTML","Extensions",2,"%TextCnv_Exp_Ext%"
  346. HKLM,"Software\Microsoft\Shared Tools\Text Converters\Export\HTML","Name",2,"%TextCnv_Exp_Name%"
  347. HKLM,"Software\Microsoft\Shared Tools\Text Converters\Export\HTML","Path",2,"%24%\%ProgramF%\%TextConverter%\html32.cnv"
  348. HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\HTML","Extensions",2,"%TextCnv_Imp_Ext%"
  349. HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\HTML","Name",2,"%TextCnv_Imp_Name%"
  350. HKLM,"Software\Microsoft\Shared Tools\Text Converters\Import\HTML","Path",2,"%24%\%ProgramF%\%TextConverter%\html32.cnv"
  351. HKLM,"Software\Microsoft\Shared Tools\HTML\Clients","Name",2,"HTML Document"
  352.  
  353. ; Do not remove the following section. It is not called during base OS install,
  354. ; but the section is called directly from external sources post install. (W98 & NT5)
  355.  
  356. [Channel]
  357. 0409=chlen_us.inf,chlen_us.cab
  358.  
  359. ;========================
  360. ;   Base DelReg
  361. ;========================
  362.  
  363. [Base.DelReg]
  364. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings","MinorVersion"
  365. HKLM,"Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}","QFEVersion"
  366. HKLM,"Software\Microsoft\Internet Explorer\MediaTypeClass\{00000000-0000-0000-0000-000000000000}","audio/wav"
  367. HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet Settings","WarnAlwaysOnPost"
  368. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE3 SecurityLnkUpdate"
  369. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\InternetExplorer"
  370. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40"
  371. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40RemovBak"
  372. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE4Shell"
  373. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings","User Agent"
  374. HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","UserDataUninstall"
  375. HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","BrowserWebCheck"
  376. ;powertoys "find on the internet"
  377. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\{97E2C371-FDDD-11CF-807F-02608C8D98DF}"
  378. HKCR,"CLSID\{97E2C371-FDDD-11CF-807F-02608C8D98DF}"
  379.  
  380. ;========================
  381. ;      Base UpdateIni
  382. ;========================
  383.  
  384. [Base.StartMenu.UpdateIni]
  385. ;NT5 only
  386.  
  387. [Shell.AddIni]
  388. system.ini,boot,,"shell=Explorer.exe"
  389.  
  390. ;Windows 98 Internet Explorer Strings
  391. [Strings]
  392. ;Localizable
  393. ASETUP_LOCALE = "cn"
  394. ASETUP_BASE_DESC = "Microsoft Internet Explorer 4.0"
  395. ASETUP_SHELL_DESC = "Windows ╫└├µ╕ⁿ╨┬"
  396.  
  397. TextCnv_Imp_Name = "HTML ╬─╡╡"
  398. TextCnv_Imp_Ext = "htm html htx otm"
  399. TextCnv_Exp_Name = "HTML ╬─╡╡"
  400. TextCnv_Exp_Ext = "htm html htx"
  401.  
  402. MSInetFind = "╘┌ Internet ╔╧▓Θ╒╥"
  403. MSInetFindH = "╘┌ Internet ╔╧(&I)..."
  404. UIF = "Software\Microsoft\Windows\CurrentVersion\Uninstall\InetFind"
  405. FIND = "Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\InetFind"
  406.  
  407. ProgramF = "Progra~1"
  408. MSIE4 = "Intern~1"
  409. MSIE4SHORTCUT = "Intern~1\IE4~1.0"
  410. SharedTools = "Common~1\Micros~1"
  411. TextConverter = "Common~1\Micros~1\TextConv"
  412. Cursors = "Cursors"
  413. Wallpaper = "Wallpa~1"
  414.  
  415. LProgramF = "Program Files"
  416. LMSIE4 = "Internet Explorer"
  417. LWallpaper = "Wallpaper"
  418.  
  419. LFN_ACTSAVER_NAME = "╞╡╡└╞┴─╗▒ú╗ñ│╠╨≥.SCR"
  420. LFN_DESKTOP_NAME = "╧╘╩╛╫└├µ.scf"
  421. LFN_CHANNEL_NAME = "▓Θ┐┤╞╡╡└.scf"
  422.  
  423. ;Localizable
  424. MSIEXPLORE_SHORT_DESC = "IEXPLORE"
  425. CACHE_DIR = "Temporary Internet Files"
  426.  
  427. ; ClassIDs
  428. CLSID_IE_App = "{0002DF01-0000-0000-C000-000000000046}"
  429. CLSID_IE_TypeLib = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}"
  430. CLSID_URLMON = "{79eac9f1-baf9-11ce-8c82-00aa004ba90b}"
  431. CLSID_IPersistMoniker = "{79eac9c9-baf9-11ce-8c82-00aa004ba90b}"
  432. CLSID_HLinkPSFactory = "{79eac9c0-baf9-11ce-8c82-00aa004ba90b}"
  433. CLSID_IBindStatusCallback = "{79eac9c1-baf9-11ce-8c82-00aa004ba90b}"
  434. CLSID_IHlinkSite = "{79eac9c2-baf9-11ce-8c82-00aa004ba90b}"
  435. CLSID_IHlink = "{79eac9c3-baf9-11ce-8c82-00aa004ba90b}"
  436. CLSID_IHlinkSource = "{79eac9c4-baf9-11ce-8c82-00aa004ba90b}"
  437. CLSID_IHlinkFrame = "{79eac9c5-baf9-11ce-8c82-00aa004ba90b}"
  438. CLSID_IEnumHLINKITEM = "{79eac9c6-baf9-11ce-8c82-00aa004ba90b}"
  439. CLSID_IHlinkBrowseContext = "{79eac9c7-baf9-11ce-8c82-00aa004ba90b}"
  440. CLSID_IHlinkHistory = "{79eac9c8-baf9-11ce-8c82-00aa004ba90b}"
  441. CLSID_IFile = "{79eac9ca-baf9-11ce-8c82-00aa004ba90b}"
  442. CLSID_InetFind = "{37865980-75d1-11cf-bfc7-444553540000}"
  443. CLSID_DesktopIcon = "{FBF23B42-E3F0-101B-8488-00AA003E56F8}"
  444. CLSID_NewsShortcut = "{FBF23B40-E3F0-101B-8488-00AA003E56F8}"
  445. CLSID_URL_DLL = "{FBF23B41-E3F0-101B-8488-00AA003E56F8}"
  446. CLSID_IESHELL = "{89820200-ECBD-11cf-8B85-00AA005B4395}"
  447.  
  448. ; OEM Customizable
  449. START_PAGE = "http://home.microsoft.com/intl/cn/"
  450. SEARCH_PAGE = "http://home.microsoft.com/intl/cn/access/allinone.asp"
  451. PLUGIN_PAGE = "http://activex.microsoft.com/controls/find.asp?ext=%s&mime=%s"
  452.  
  453. ; Start Menu IE Strings
  454. MSIEXPLORE_PROGGROUP = "Internet"
  455. MSIEXPLORE_DESC = "Internet Explorer"
  456. MSINETWIZ_DESC = "Internet ░▓╫░╧≥╡╝"
  457.  
  458. ; Directory Names
  459. HISTORY_DIR = "History"
  460.  
  461. ; Active X Gallery
  462. ACTIVEX_GALLERY = "Microsoft ActiveX Gallery"
  463.  
  464. ; Desktop Icon Name
  465. THENET = "Internet Explorer"
  466.  
  467. ; File Type Association Dialog
  468. CERT_DESC = "Internet ░▓╚½╓ñ╩Θ"
  469.