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.

536 lines
25 KiB

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4. LayoutFile=Layout.inf, layout1.inf, layout2.inf
  5. [BaseWinOptions]
  6. RegisterAthena
  7. [RegisterAthena]
  8. AddReg=Register.AddReg
  9. CopyFiles=Register.CopyInf
  10. [Register.CopyInf]
  11. athena.inf
  12. [Register.AddReg]
  13. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents","OutlookExpress",,"OutlookExpress"
  14. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\OutlookExpress",INF,,"athena.inf"
  15. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\OutlookExpress",Section,,"OutlookExpress"
  16. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\OutlookExpress",Installed,,"0"
  17. [Optional Components]
  18. OutlookExpress
  19. ;[SourceDisksNames]
  20. ;55="Outlook Express Files.","Mailnews.cab",1
  21. ;[SourceDisksFiles]
  22. ;_isetup.exe=55
  23. ;athena.inf=55
  24. ;msimn.inf=55
  25. ;msimn.exe=55
  26. ;msimn.hlp=55
  27. ;msimn.chm=55
  28. ;msimn.txt=55
  29. ;msimnimp.dll=55
  30. ;msoeres.dll=55
  31. ;msimnui.dll=55
  32. ;wab.exe=55
  33. ;wab.hlp=55
  34. ;wab.chm=55
  35. ;wab32.dll=55
  36. ;wabfind.dll=55
  37. ;wabimp.dll=55
  38. ;wabmig.exe=55
  39. ;wldap32.dll=55
  40. ;inetcomm.dll=55
  41. ;inetres.dll=55
  42. ;msoemapi.dll=55
  43. ;msoeacct.dll=55
  44. ;msoert2.dll=55
  45. ;cryptdlg.dll=55
  46. ;inetcomm.hlp=55
  47. ;conn_oe.hlp=55
  48. ;conn_oe.cnt=55
  49. ;bigfoot.bmp=55
  50. ;verisign.bmp=55
  51. ;yahoo.bmp=55
  52. ;infospce.bmp=55
  53. ;infospbz.bmp=55
  54. ;swtchbrd.bmp=55
  55. ;baby.htm=55
  56. ;balloon.htm=55
  57. ;chess.htm=55
  58. ;chicken.htm=55
  59. ;formal.htm=55
  60. ;forsale.htm=55
  61. ;funbus.htm=55
  62. ;hol_ltr.htm=55
  63. ;mabel.htm=55
  64. ;runbday.htm=55
  65. ;story.htm=55
  66. ;tech.htm=55
  67. ;tiki.htm=55
  68. ;xivy.htm=55
  69. ;1green.gif=55
  70. ;baby.gif=55
  71. ;chess.gif=55
  72. ;chicken.gif=55
  73. ;formal.gif=55
  74. ;forsale.gif=55
  75. ;funbus.gif=55
  76. ;hol_ltr.gif=55
  77. ;mabelt.gif=55
  78. ;mabelb.gif=55
  79. ;running.gif=55
  80. ;santa.gif=55
  81. ;soup.gif=55
  82. ;squig.gif=55
  83. ;story.gif=55
  84. ;tech.gif=55
  85. ;tiki.gif=55
  86. ;trees.gif=55
  87. ;xivy.gif=55
  88. ;balloon.jpg=55
  89. [DestinationDirs]
  90. Wab.copy.sys = 11
  91. Thor.copy.inf = 17
  92. Register.CopyInf = 17
  93. Thor.copy.help = 18
  94. Thor.del.win.links = 25
  95. Thor.del.old.help = 18
  96. Thor.copy.imn = 30000
  97. Wab.copy.common = 28730,%DT_SYSTEM% ; Program Files\Common Files\System
  98. Thor.copy.sources = 28730,%DT_SERVICES% ; Program Files\Common Files\Services
  99. Thor.copy.stationery= 28740,%Stationery% ; Program Files\Common Files\Microsoft Shared\Stationery
  100. [OutlookExpress]
  101. DelFiles=thor.del.win.links,Thor.del.old.help
  102. CopyFiles=Thor.copy.help,Thor.copy.inf,Wab.copy.sys,Thor.copy.imn,Thor.copy.sources,Wab.copy.common,Thor.copy.stationery
  103. DelReg=User.Del.Reg,Thor.Del.Reg
  104. AddReg=RunOnce.Reg,RenameAppDir,Common.Add.Reg,User.Add.Reg,Wab.Rename.Reg,Installed.Reg
  105. UpdateInis=del.links.old,create.links
  106. ; optional component stuff
  107. OptionDesc=%DT_MS_OUTLOOK%
  108. Tip=%DT_ATHENA_TIP%
  109. InstallType=14
  110. IconIndex=76
  111. Uninstall=Register.Uninstall
  112. [Installed.Reg]
  113. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\OutlookExpress",Installed,,"1"
  114. [Register.Uninstall]
  115. AddReg=Uninstalled.Reg
  116. [Uninstalled.Reg]
  117. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\OutlookExpress",Installed,,"0"
  118. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Uninstall_01",,"%30001%\_isetup.exe /UNINSTALL"
  119. [Strings]
  120. LMSOE = "Outlook Express"
  121. DT_MS_OUTLOOK = "Microsoft Outlook Express"
  122. Stationery = "Statio~1"
  123. LStationery = "Stationery"
  124. DT_SYSTEM = "System"
  125. DT_SERVICES = "Services"
  126. DT_MESSAGES = "Outlook Express Mail"
  127. DT_NEWS = "Outlook Express News"
  128. DT_MESSAGES_V1 = "Internet Mail"
  129. DT_NEWS_V1 = "Internet News"
  130. DT_MAILMESSAGE_V1 = "Internet Mail Message"
  131. DT_NEWSMESSAGE_V1 = "Internet News Message"
  132. DT_DESKTOP = "Desktop"
  133. DT_INET_DESC = ""
  134. DT_INET_DESC_OLD = "Internet" ; removes old links
  135. DT_MAIL_OLD = "Mail" ; removes old links
  136. DT_NEWS_OLD = "News" ; removes old links
  137. MN_README = "Read Me (Mail and News)"
  138. DT_WAB = "Address Book"
  139. DT_WAB_OLD = "Windows Address Book"
  140. WAB_FIND_PEOPLE = "Find... People"
  141. WAB_PEOPLE = "&People..."
  142. DT_INTERNET_SUITE = "Internet Explorer Suite"
  143. DT_IEXPLORER = "Internet Explorer"
  144. NEW_MAIL_NOTIFICATION = "New Mail Notification"
  145. ASETUP_LOCALE = "en"
  146. DT_ATHENA_TIP = "Includes an Internet mail client, newsreader, and the Windows Address Book."
  147. DT_UNIV_ALPHA = "Universal Alphabet"
  148. DT_CENT_EUR = "Central European"
  149. DT_CYRILLIC = "Cyrillic"
  150. DT_WESTERN = "Western"
  151. DT_GREEK = "Greek"
  152. ;stationery file names
  153. DT_BABY_HTM = "Baby News.htm"
  154. DT_BALLOON_HTM = "Balloon Party Invitation.htm"
  155. DT_CHESS_HTM = "Chess.htm"
  156. DT_CHICKEN_HTM = "Chicken Soup.htm"
  157. DT_FORMAL_HTM = "Formal Announcement.htm"
  158. DT_FORSALE_HTM = "For Sale.htm"
  159. DT_FUNBUS_HTM = "Fun Bus.htm"
  160. DT_HOLIDAY_HTM = "Holiday Letter.htm"
  161. DT_MABEL_HTM = "Mabel.htm"
  162. DT_RUNBDAY_HTM = "Running Birthday.htm"
  163. DT_STORY_HTM = "Story Book.htm"
  164. DT_TECH_HTM = "Technical.htm"
  165. DT_TIKI_HTM = "Tiki Lounge.htm"
  166. DT_IVY_HTM = "Ivy.htm"
  167. DT_ONEGREEN_GIF = "One Green Balloon.gif"
  168. DT_BABY_GIF = "Baby News Bkgrd.gif"
  169. DT_CHESS_GIF = "Chess.gif"
  170. DT_CHICKEN_GIF = "Chicken Soup Bkgrd.gif"
  171. DT_FORMAL_GIF = "Formal Announcement Bkgrd.gif"
  172. DT_FORSALE_GIF = "For Sale Bkgrd.gif"
  173. DT_FUNBUS_GIF = "FunBus.gif"
  174. DT_HOLIDAY_GIF = "Holiday Letter Bkgrd.gif"
  175. DT_MABELT_GIF = "MabelT.gif"
  176. DT_MABELB_GIF = "MabelB.gif"
  177. DT_RUNNING_GIF = "Running.gif"
  178. DT_SANTA_GIF = "Santa Workshop.gif"
  179. DT_SOUP_GIF = "Soup Bowl.gif"
  180. DT_SQUIG_GIF = "Squiggles.gif"
  181. DT_STORY_GIF = "StoryBook.gif"
  182. DT_TECH_GIF = "Tech.gif"
  183. DT_TIKI_GIF = "Tiki.gif"
  184. DT_TREES_GIF = "Christmas Trees.gif"
  185. DT_IVY_GIF = "Ivy.gif"
  186. DT_BALLOON_JPG = "Balloon Party Invitation Bkgrd.jpg"
  187. ;; do not localize
  188. KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  189. KEY_MAILCLIENT = "Software\Clients\Mail"
  190. KEY_NEWSCLIENT = "Software\Clients\News"
  191. KEY_ATHENA = "Internet Mail and News"
  192. KEY_TIPS = "Software\Microsoft\Outlook Express\Tip Strings"
  193. KEY_LINKS = "Software\Microsoft\Outlook Express\Tip Links"
  194. KEY_IMPORT = "Software\Microsoft\Outlook Express\Import"
  195. KEY_CONTACTCLIENT = "Software\Clients\Contacts"
  196. KEY_WAB = "Address Book"
  197. KEY_OUTLOOK = "Outlook Express"
  198. VERSION = "ATHENA_VERSION"
  199. [Common.Add.Reg]
  200. ; we have to create this key or active setup deletes our installed components reg key
  201. ; i have no idea why...
  202. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\OutlookExpress"
  203. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}",,,"%LMSOE%"
  204. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","IsInstalled",1,1,0,0,0
  205. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","CloneUser",1,1,0,0,0
  206. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","Version",,"%VERSION%"
  207. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","Locale",,"%ASETUP_LOCALE%"
  208. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","StubPath",,"rundll32.exe advpack.dll,LaunchINFSection %17%\msimn.inf,User.Install"
  209. HKLM,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","ComponentID",,"MailNews"
  210. HKLM,"Software\Microsoft\Outlook Express","InstallRoot",,"%30001%"
  211. HKLM,"Software\Microsoft\Shared Tools\Stationery","Stationery Folder",,"%28740%\%LStationery%"
  212. HKLM,"Software\Microsoft\Shared Tools\Stationery","Backgrounds Folder",,"%28740%\%LStationery%"
  213. ; wab32.dll
  214. HKLM,SOFTWARE\Microsoft\WAB\DLLPath,,,"%28730%\%DT_SYSTEM%\wab32.dll"
  215. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\wab.exe",,,"%30001%\wab.exe"
  216. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\wab.exe",Path,,"%30001%"
  217. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\wabmig.exe",,,"%30001%\wabmig.exe"
  218. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\wabmig.exe",Path,,"%30001%"
  219. [User.Del.Reg]
  220. HKCU,"Software\Microsoft\Outlook Express\Mail\Composition"
  221. HKCU,"Software\Microsoft\Outlook Express\News\Composition"
  222. ; mail icon
  223. HKCU,"Software\Microsoft\MailIcon"
  224. [User.Add.Reg]
  225. HKCU,AppEvents\EventLabels\MailBeep,,2,"%NEW_MAIL_NOTIFICATION%"
  226. HKCU,AppEvents\Schemes\Apps\.Default\MailBeep\.current,,2,"chimes.wav"
  227. HKCU,"Software\Microsoft\Outlook Express\Mail","Welcome Message",1,01,00,00,00
  228. ; stationery
  229. HKCU,"Software\Microsoft\Outlook Express\Recent Stationery List","File0",2,"%DT_IVY_HTM%"
  230. HKCU,"Software\Microsoft\Outlook Express\Recent Stationery List","File1",2,"%DT_RUNBDAY_HTM%"
  231. HKCU,"Software\Microsoft\Outlook Express\Recent Stationery List","File2",2,"%DT_FORMAL_HTM%"
  232. HKCU,"Software\Microsoft\Outlook Express\Recent Stationery List","File3",2,"%DT_HOLIDAY_HTM%"
  233. HKCU,"Software\Microsoft\Outlook Express\Recent Stationery List","File4",2,"%DT_BALLOON_HTM%"
  234. HKCU,"Software\Microsoft\Outlook Express\Recent Stationery List","File5",2,"%DT_CHESS_HTM%"
  235. HKCU,"Software\Microsoft\Outlook Express\Recent Stationery List","File6",2,"%DT_TECH_HTM%"
  236. ; Preconfigured LDAP Servers
  237. HKCU,"Software\Microsoft\WAB\Server Properties","NewServers",,"1"
  238. ; Switchboard
  239. HKCU,"Software\Microsoft\WAB\Server Properties\Switchboard","Server Name",,"ldap.switchboard.com"
  240. HKCU,"Software\Microsoft\WAB\Server Properties\Switchboard","Server Information URL",,"http://www.switchboard.com"
  241. HKCU,"Software\Microsoft\WAB\Server Properties\Switchboard","Search Size Limit",0x10001,0x64
  242. HKCU,"Software\Microsoft\WAB\Server Properties\Switchboard","Search Time Limit",0x10001,0x3c
  243. HKCU,"Software\Microsoft\WAB\Server Properties\Switchboard","Authentication Method",0x10001,0
  244. HKCU,"Software\Microsoft\WAB\Server Properties\Switchboard","Logo",,"%28730%\%DT_SERVICES%\swtchbrd.bmp"
  245. ; Yahoo
  246. HKCU,"Software\Microsoft\WAB\Server Properties\Yahoo! People Search","Server Name",,"ldap.yahoo.com"
  247. HKCU,"Software\Microsoft\WAB\Server Properties\Yahoo! People Search","Server Information URL",,"http://www.yahoo.com/search/people"
  248. HKCU,"Software\Microsoft\WAB\Server Properties\Yahoo! People Search","Search Size Limit",0x10001,0x64
  249. HKCU,"Software\Microsoft\WAB\Server Properties\Yahoo! People Search","Search Time Limit",0x10001,0x3c
  250. HKCU,"Software\Microsoft\WAB\Server Properties\Yahoo! People Search","Authentication Method",0x10001,0
  251. HKCU,"Software\Microsoft\WAB\Server Properties\Yahoo! People Search","Logo",,"%28730%\%DT_SERVICES%\yahoo.bmp"
  252. HKCU,"Software\Microsoft\WAB\Server Properties\Yahoo! People Search","Bind DN",0x10001,1
  253. ; Infospace
  254. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace","Server Name",,"ldap.infospace.com"
  255. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace","Server Information URL",,"http://www.infospace.com"
  256. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace","Search Size Limit",0x10001,0x64
  257. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace","Search Time Limit",0x10001,0x3c
  258. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace","Authentication Method",0x10001,0
  259. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace","Logo",,"%28730%\%DT_SERVICES%\infospce.bmp"
  260. ; Infospace Business
  261. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace Business","Server Name",,"ldapbiz.infospace.com"
  262. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace Business","Server Information URL",,"http://www.infospace.com"
  263. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace Business","Search Size Limit",0x10001,0x64
  264. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace Business","Search Time Limit",0x10001,0x3c
  265. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace Business","Authentication Method",0x10001,0
  266. HKCU,"Software\Microsoft\WAB\Server Properties\InfoSpace Business","Logo",,"%28730%\%DT_SERVICES%\infospbz.bmp"
  267. ; Bigfoot
  268. HKCU,"Software\Microsoft\WAB\Server Properties\Bigfoot","Server Name",,"ldap.bigfoot.com"
  269. HKCU,"Software\Microsoft\WAB\Server Properties\Bigfoot","Server Information URL",,"http://www.bigfoot.com"
  270. HKCU,"Software\Microsoft\WAB\Server Properties\Bigfoot","Search Size Limit",0x10001,0x64
  271. HKCU,"Software\Microsoft\WAB\Server Properties\Bigfoot","Search Time Limit",0x10001,0x3c
  272. HKCU,"Software\Microsoft\WAB\Server Properties\Bigfoot","Authentication Method",0x10001,0
  273. HKCU,"Software\Microsoft\WAB\Server Properties\Bigfoot","Logo",,"%28730%\%DT_SERVICES%\bigfoot.bmp"
  274. ; VeriSign
  275. HKCU,"Software\Microsoft\WAB\Server Properties\VeriSign","Server Name",,"directory.verisign.com"
  276. HKCU,"Software\Microsoft\WAB\Server Properties\VeriSign","Server Information URL",,"http://www.verisign.com"
  277. HKCU,"Software\Microsoft\WAB\Server Properties\VeriSign","Search Size Limit",0x10001,0x64
  278. HKCU,"Software\Microsoft\WAB\Server Properties\VeriSign","Search Time Limit",0x10001,0x3c
  279. HKCU,"Software\Microsoft\WAB\Server Properties\VeriSign","Authentication Method",0x10001,0
  280. HKCU,"Software\Microsoft\WAB\Server Properties\VeriSign","Search Base",,"NULL"
  281. HKCU,"Software\Microsoft\WAB\Server Properties\VeriSign","Simple Search",0x10001,1
  282. HKCU,"Software\Microsoft\WAB\Server Properties\VeriSign","Logo",,"%28730%\%DT_SERVICES%\verisign.bmp"
  283. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1200","IEFixedFontName",2,"Courier New"
  284. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1200","IEPropFontName",2,"Arial"
  285. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1200","Script",2,"%DT_UNIV_ALPHA%"
  286. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1250","IEFixedFontName",2,"Courier New"
  287. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1250","IEPropFontName",2,"Arial"
  288. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1250","Script",2,"%DT_CENT_EUR%"
  289. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1251","IEFixedFontName",2,"Courier New"
  290. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1251","IEPropFontName",2,"Arial"
  291. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1251","Script",2,"%DT_CYRILLIC%"
  292. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1252","IEFixedFontName",2,"Courier New"
  293. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1252","IEPropFontName",2,"Arial"
  294. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1252","Script",2,"%DT_WESTERN%"
  295. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1253","IEFixedFontName",2,"Courier New"
  296. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1253","IEPropFontName",2,"Arial"
  297. HKCU,"Software\Microsoft\Outlook Express\Trident\International\1253","Script",2,"%DT_GREEK%"
  298. HKCU,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","Version",,"%VERSION%"
  299. HKCU,"Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}","Locale",,"%ASETUP_LOCALE%"
  300. [Thor.Del.Reg]
  301. HKCR,CLSID\{89292101-4755-11cf-9DC2-00AA006C2B84}
  302. HKCR,CLSID\{89292102-4755-11cf-9DC2-00AA006C2B84}
  303. HKCR,CLSID\{89292103-4755-11cf-9DC2-00AA006C2B84}
  304. HKCR,CLSID\{8929210A-4755-11cf-9DC2-00AA006C2B84}
  305. HKCR,CLSID\{32714800-2E5F-11d0-8B85-00AA0044F941}
  306. HKCR,CLSID\{8F0C5675-AEEF-11d0-84F0-00C04FD43F8F}
  307. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{89292101-4755-11cf-9DC2-00AA006C2B84}
  308. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{89292102-4755-11cf-9DC2-00AA006C2B84}
  309. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{89292103-4755-11cf-9DC2-00AA006C2B84}
  310. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{8929210A-4755-11cf-9DC2-00AA006C2B84}
  311. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Internet\NameSpace\{89292102-4755-11cf-9DC2-00AA006C2B84}
  312. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Internet\NameSpace\{89292103-4755-11cf-9DC2-00AA006C2B84}
  313. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\mycomputer\NameSpace\{89292102-4755-11cf-9DC2-00AA006C2B84}
  314. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\mycomputer\NameSpace\{89292103-4755-11cf-9DC2-00AA006C2B84}
  315. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{89292102-4755-11cf-9DC2-00AA006C2B84}
  316. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{89292103-4755-11cf-9DC2-00AA006C2B84}
  317. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{8929210A-4755-11cf-9DC2-00AA006C2B84}
  318. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\FindExtensions\Static\WabFind
  319. HKLM,"%KEY_MAILCLIENT%\%KEY_ATHENA%"
  320. HKLM,"%KEY_NEWSCLIENT%\%KEY_ATHENA%"
  321. HKLM,"%KEY_TIPS%"
  322. HKLM,"%KEY_LINKS%"
  323. [Wab.copy.common]
  324. wab32.dll,,,33
  325. [Wab.copy.sys]
  326. wldap32.dll,,,33
  327. inetcomm.dll,,,33
  328. inetres.dll,,,33
  329. msoeacct.dll,,,33
  330. msoert2.dll,,,33
  331. msoemapi.dll,,,4
  332. cryptdlg.dll,,,33
  333. [Thor.copy.help]
  334. msimn.hlp
  335. wab.hlp
  336. inetcomm.hlp
  337. conn_oe.hlp
  338. conn_oe.cnt
  339. msimn.chm
  340. wab.chm
  341. [Thor.copy.sources]
  342. verisign.bmp
  343. bigfoot.bmp
  344. yahoo.bmp
  345. infospce.bmp
  346. whowhere.bmp
  347. swtchbrd.bmp
  348. infospbz.bmp
  349. [Thor.copy.stationery]
  350. baby.htm
  351. balloon.htm
  352. chess.htm
  353. chicken.htm
  354. formal.htm
  355. forsale.htm
  356. funbus.htm
  357. hol_ltr.htm
  358. mabel.htm
  359. runbday.htm
  360. story.htm
  361. tiki.htm
  362. tech.htm
  363. xivy.htm
  364. 1green.gif
  365. baby.gif
  366. chess.gif
  367. chicken.gif
  368. formal.gif
  369. forsale.gif
  370. funbus.gif
  371. hol_ltr.gif
  372. mabelt.gif
  373. mabelb.gif
  374. running.gif
  375. santa.gif
  376. soup.gif
  377. squig.gif
  378. story.gif
  379. tech.gif
  380. tiki.gif
  381. trees.gif
  382. xivy.gif
  383. balloon.jpg
  384. [Thor.copy.inf]
  385. athena.inf
  386. msimn.inf
  387. [Thor.copy.imn]
  388. _isetup.exe,,,33
  389. msoeres.dll,,,33
  390. msimnui.dll,,,33
  391. msimnimp.dll,,,33
  392. msimn.txt
  393. wabimp.dll,,,33
  394. wabfind.dll,,,33
  395. wabmig.exe,,,33
  396. wab.exe,,,33
  397. msimn.exe,,,33
  398. [thor.del.win.links]
  399. INTERN~1.{89
  400. INTERN~2.{89
  401. [Thor.del.old.help]
  402. msimn.cnt
  403. wab.cnt
  404. [create.links]
  405. setup.ini, progman.groups,,"msoe1=%DT_IEXPLORER%"
  406. setup.ini, msoe1,,"""%DT_WAB%"", ""%30002%\WAB.EXE"""
  407. setup.ini, msoe1,,"""%DT_MS_OUTLOOK%"", ""%30002%\msimn.exe"""
  408. setup.ini, progman.groups,,"msoe2=%DT_INET_DESC%"
  409. setup.ini, msoe2,,"""%DT_MS_OUTLOOK%"", ""%30002%\msimn.exe"""
  410. [del.links.old]
  411. setup.ini, progman.groups,,"msoe1=%DT_INET_DESC%"
  412. setup.ini, msoe1,,"""%DT_MESSAGES%"""
  413. setup.ini, msoe1,,"""%DT_NEWS%"""
  414. setup.ini, progman.groups,,"msoe2="%DT_INTERNET_SUITE%""
  415. setup.ini, msoe2,,"""%DT_MESSAGES%"""
  416. setup.ini, msoe2,,"""%DT_NEWS%"""
  417. setup.ini, progman.groups,,"msoe3=%DT_INET_DESC_OLD%"
  418. setup.ini, msoe3,, """%DT_MAIL_OLD%"""
  419. setup.ini, msoe3,, """%DT_NEWS_OLD%"""
  420. setup.ini, msoe3,, """%MN_README%"""
  421. setup.ini, progman.groups,,"msoe4=%DT_INET_DESC%"
  422. setup.ini, msoe4,, """%DT_MESSAGES_V1%"""
  423. setup.ini, msoe4,, """%DT_NEWS_V1%"""
  424. setup.ini, progman.groups,, "msoe5=""..\..\%DT_DESKTOP%"""
  425. setup.ini, msoe5,, """%DT_MAIL_OLD%"""
  426. setup.ini, msoe5,, """%DT_NEWS_OLD%"""
  427. setup.ini, msoe5,, """%DT_MESSAGES_V1%"""
  428. setup.ini, msoe5,, """%DT_NEWS_V1%"""
  429. setup.ini, progman.groups,,"Wab4="%DT_INET_DESC%""
  430. setup.ini, Wab4,,"""%DT_WAB_OLD%"""
  431. setup.ini, Wab4,,"""%DT_WAB%"""
  432. setup.ini, progman.groups,,"msoeZ="%DT_IEXPLORER%""
  433. setup.ini, msoeZ,, """%LMSOE%"""
  434. [RenameAppDir]
  435. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles3,,,"%28740%"
  436. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles3,%Stationery%,,!$!$!$!$.STY
  437. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles3,!$!$!$!$.STY,,"%LStationery%,1"
  438. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,,,"%28740%\%Stationery%"
  439. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,baby.htm,,"%DT_BABY_HTM%"
  440. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,balloon.htm,,"%DT_BALLOON_HTM%"
  441. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,chess.htm,,"%DT_CHESS_HTM%"
  442. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,chicken.htm,,"%DT_CHICKEN_HTM%"
  443. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,formal.htm,,"%DT_FORMAL_HTM%"
  444. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,forsale.htm,,"%DT_FORSALE_HTM%"
  445. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,funbus.htm,,"%DT_FUNBUS_HTM%"
  446. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,hol_ltr.htm,,"%DT_HOLIDAY_HTM%"
  447. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,mabel.htm,,"%DT_MABEL_HTM%"
  448. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,runbday.htm,,"%DT_RUNBDAY_HTM%"
  449. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,story.htm,,"%DT_STORY_HTM%"
  450. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,tech.htm,,"%DT_TECH_HTM%"
  451. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,tiki.htm,,"%DT_TIKI_HTM%"
  452. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,xivy.htm,,"%DT_IVY_HTM%"
  453. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,1green.gif,,"%DT_ONEGREEN_GIF%"
  454. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,baby.gif,,"%DT_BABY_GIF%"
  455. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,chess.gif,,"%DT_CHESS_GIF%"
  456. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,chicken.gif,,"%DT_CHICKEN_GIF%"
  457. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,formal.gif,,"%DT_FORMAL_GIF%"
  458. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,forsale.gif,,"%DT_FORSALE_GIF%"
  459. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,funbus.gif,,"%DT_FUNBUS_GIF%"
  460. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,hol_ltr.gif,,"%DT_HOLIDAY_GIF%"
  461. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,mabelt.gif,,"%DT_MABELT_GIF%"
  462. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,mabelb.gif,,"%DT_MABELB_GIF%"
  463. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,running.gif,,"%DT_RUNNING_GIF%"
  464. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,santa.gif,,"%DT_SANTA_GIF%"
  465. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,soup.gif,,"%DT_SOUP_GIF%"
  466. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,squig.gif,,"%DT_SQUIG_GIF%"
  467. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,story.gif,,"%DT_STORY_GIF%"
  468. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,tech.gif,,"%DT_TECH_GIF%"
  469. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,tiki.gif,,"%DT_TIKI_GIF%"
  470. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,trees.gif,,"%DT_TREES_GIF%"
  471. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,xivy.gif,,"%DT_IVY_GIF%"
  472. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MOEFiles4,balloon.jpg,,"%DT_BALLOON_JPG%"
  473. [RunOnce.Reg]
  474. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_08",,"%30001%\msimn.exe /reg"
  475. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_01",,"%11%\regsvr32.exe /s %11%\msoeacct.dll"
  476. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_02",,"%11%\regsvr32.exe /s %11%\inetcomm.dll"
  477. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_03",,"%11%\regsvr32.exe /s %30001%\msimnui.dll"
  478. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_04",,"%11%\regsvr32.exe /s %30001%\msimnimp.dll"
  479. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_05",,"%11%\regsvr32.exe /s %28730%\%DT_SYSTEM%\wab32.dll"
  480. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_06",,"%11%\regsvr32.exe /s %30001%\wabimp.dll"
  481. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_07",,"%11%\regsvr32.exe /s %30001%\wabfind.dll"
  482. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","OE_Register_09",,"%30001%\_isetup.exe /MEMPHIS"
  483. [Wab.Rename.Reg]
  484. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Win,,,%25%
  485. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Win,"wab.exe",,"wab.ie3"
  486. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Win,"wabmig.exe",,"wabmig.ie3"
  487. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Sa,,,%11%
  488. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Sa,"wab32.dll",,"wab32.ie3"
  489. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Sa,"wabfind.dll",,"wabfind.ie3"
  490. HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Sa,"wabimp.dll",,"wabimp.ie3"