home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / SYSTEM / PWIN97 / PRECOPY2.CAB / setupc.inf < prev    next >
Encoding:
INI File  |  1997-02-25  |  56.2 KB  |  2,077 lines

  1.  
  2.  
  3.  
  4. ; SETUPC.INF
  5. ;
  6. ; This is the Setup information file for the base
  7. ; components for the Windows retail product.
  8. ;
  9. ; Copyright 1993-1995, Microsoft Corporation
  10.  
  11. [version]
  12. LayoutFile=layout.inf
  13. signature="$CHICAGO$"
  14. SetupClass=BASE
  15.  
  16. [DestinationDirs]
  17. ; Destination directories for file-list sections,
  18. ; and associated pre-defined Logical Disk Identifiers (LDID).
  19. ;
  20. ; <file-list section> = <pre-defined LDID>[,<subdir>]
  21. ;
  22. win.devices.files   = 10    ; LDID_WIN
  23. winboot.devices.files     = 26    ; LDID_WINBOOT
  24. win.devices.files.machine = 10    ;LDID_WIN
  25. winother.files      = 11    ; LDID_SYS
  26. winother.files.shared = 25  ; LDID_SHARED
  27. cmd.files           = 13    ; LDID_CMD
  28. msdbl.files         = 13    ; LDID_CMD
  29. sys.files           = 11    ; LDID_SYS
  30. ios.files           = 12    ; LDID_IOS
  31. ios.files.del       = 12    ; LDID_IOS
  32. boot.files          = 30    ; LDID_BOOT
  33. setup.files.inf     = 17    ; LDID_INF
  34. setup.files.win     = 25    ; LDID_SHARED
  35. setup.files.machine = 10    ; LDID_WIN
  36. setup.files.sys     = 11    ; LDID_SYS
  37. betatools.files     = 25    ; LDID_SHARED
  38. betatools.delfiles  = 25    ; LDID_SHARED
  39. net.help.files      = 18    ; LDID_HELP
  40. ole.help.files      = 18    ; LDID_HELP
  41. printer.files.sys   = 11    ; LDID_SYS
  42. del.old.msdos.files = 34    ; LDID_OLD_DOS
  43. ren.old.msdos.files = 34    ; LDID_OLD_DOS
  44. del.premsdos5.files = 34    ; LDID_OLD_DOS
  45. del.old.msdos.root  = 30    ; LDID_BOOT (root of boot drive)
  46. dxxspace.bat.files  = 34    ; LDID_OLD_DOS
  47. ren.dxxspace.utils  = 34    ; LDID_OLD_DOS
  48. del.dxxspace.utils  = 34    ; LDID_OLD_DOS
  49. base.help.files     = 18    ; LDID_HELP
  50. base.help.winhelp   = 25    ; LDID_SHARED
  51. base.help.sys       = 11    ; LDID_SYS
  52. VxD.Files           = 22    ;LDID_VMM32
  53. VxD.Del.Files       = 11    ; LDID_SYS
  54. del.oldwinboot      = 32    ; LDID_OLD_WINBOOT ; Review: not needed in future products
  55. del.cmd             = 13    ; LDID_CMD
  56. del.oldnet          = 11    ; LDID_SYS
  57. del.oldnet.win      = 25    ; LDID_SHARED
  58. del.win.reboot      = 25    ; LDID_SHARED
  59. del.bootroot        = 30    ; LDID_BOOT        ; Root dir of boot drive
  60. NewWin.Shared       = 25    ; LDID_SHARED
  61. NewWin.Ren          = 30    ; LDID_BOOT
  62. un.copy             = 13    ; LDID_CMD
  63.  
  64. [SetupNewWIN]
  65. ; Used to cleanup/do stuff when doing a new/clean installation
  66. CopyFiles = NewWin.Shared
  67. RenFiles  = NewWin.Ren
  68. DelReg = NewWin.DelReg, Temp.DelReg
  69. AddReg = NewWin.AddReg
  70. ; Currently used to order sections in INI files similar to that in Win 3.1
  71. UpdateInis = Setup.Init.Inis
  72.  
  73. [SetupUpgradeWIN]
  74. ; Used to cleanup/do stuff for an upgrade case
  75. DelReg = Temp.DelReg
  76. Ini2Reg = SUIni2RegSec
  77. UpdateInis = SU.Update.Inis
  78.      
  79. [Temp.DelReg]
  80. ; Temp.DelReg is only for cleanup of keys from previous builds
  81.  
  82. [SetupNewDOS]
  83. ; This section will be installed if the user is doing new/clean install and
  84. ; the new DOS (CMD) dir is different from the prev. one.
  85. ; Use LDID 34 as the old dos dir.
  86. ; backup d??space utilities and replace w/ stub batch files
  87. RenFiles  = ren.dxxspace.utils
  88. CopyFiles = dxxspace.bat.files
  89.  
  90.  
  91. [SetupUpgradeDOS]
  92. ; Used to nuke files from their old DOS dir, if it is an upgrade and the
  93. ; new DOS(CMD) dir is different from prev. one, we GenInstall() this section.
  94. ; Use 34 as LDID for old dos dir (LDID_OLD_DOS) when adding DelFiles=
  95.  
  96. ; delete d??space utilities and replace w/ stub batch files
  97. ; and delete ms-dos utils that are updated w/ Win 95 versions
  98. CopyFiles = dxxspace.bat.files
  99. DelFiles = del.old.msdos.files, del.dxxspace.utils, del.old.msdos.root
  100. RenFiles = ren.old.msdos.files
  101.  
  102.  
  103. [SetupCleanupOldDOS]
  104. ; Used to cleanup/do stuff when prev. DOS version < 5.0
  105. DelFiles = del.premsdos5.files
  106.  
  107.  
  108. [NewWin.DelReg]
  109. ; REVIEW: check this list and add/del as appropriate. Some of
  110. ; these branches that are removed are relevant only to interim releases
  111. ; where these obsolete keys were added. This might not be an issue for 
  112. ; future products. Also, we might be able to move these to [SetupInit] section.
  113. ; Warning: if you del the  HKLM,SOFTWARE\CLASSES branch, OLE 2 apps might not run
  114. ; and will have to be re-installed.
  115. HKLM,SOFTWARE\FONTS
  116. HKLM,SOFTWARE\PRODUCTS
  117. HKLM,SOFTWARE\MICROSOFT\WINDOWS\4.0
  118. HKLM,SYSTEM\CURRENTCONTROLSET\CONTROL
  119. HKLM,SYSTEM\MEDIAEXTENSIONS
  120.  
  121. [NewWin.AddReg]
  122. ; Set default wallpaper to nothing for clean install:
  123. ; (runonce.exe sets the wallpaper to these values when it's done)
  124. HKLM,%KEY_CURRENT%\Setup,"WallPaper",,""
  125. HKLM,%KEY_CURRENT%\Setup,"TileWallpaper",,"0"
  126.  
  127. ; Set color scheme to Windows Default for clean install:
  128. HKCU,"Control Panel\Appearance",Current,,"%WINDOWS_DEFAULT%"
  129.  
  130.  
  131. [NewWin.Shared]
  132. dosprmpt.pif
  133.  
  134. [NewWin.Ren]
  135. ;rename win.bat in root if clean install
  136. win_bat.bak,win.bat
  137.  
  138. [SetupBeforeReboot]
  139. ; This section is GenInstall-ed just before we update the root files, etc.
  140. ; This is the place where you can delete more stuff like C:\WINBOOT files,
  141. ; DBLSPACE.* if applicable, etc.
  142. ;
  143. DelFiles = del.oldwinboot, del.cmd, del.oldnet, del.win.reboot, del.oldnet.win, del.bootroot
  144. DelReg=del.oldnetreg
  145. UpdateInis = msdos.sys.reboot.inis 
  146.  
  147. [del.bootroot]
  148. ;These would be left over from a single-msdos-app mode session:
  149. autoexec.app
  150. autoexec.wos
  151. config.app
  152. config.wos
  153.  
  154.  
  155. [del.oldwinboot]
  156. ; REVIEW: this section not needed in future products
  157. ndishlp.sys
  158. net.exe
  159. net.msg
  160. neth.msg
  161. netstart.bak
  162. netstart.bat
  163. odihlp.exe
  164. protman.dos
  165. protman.exe
  166. protocol.bak
  167. protocol.ini
  168.  
  169. [del.cmd]
  170. COMMAND.COM             ; REVIEW: Not needed in future releases.
  171.  
  172. [del.oldnet]
  173. am1500t.386
  174. ee16.386
  175. elnk3.386
  176. elnkii.386
  177. ibmtok.386
  178. declan.386
  179. ne1000.386
  180. ne2000.386
  181. nice.386
  182. ubnei.386
  183. elnk16.386
  184. elnkmc.386
  185. ne3200.386
  186. pppmac.386
  187. proteon.386
  188. snip.386
  189. wsock.386,,,32          ; suppress version conflicts
  190. wstcp.386
  191. wsipx.386
  192. vserver.386
  193. nwserver.386
  194. vredir.386
  195. nwredir.386
  196. ndis.386
  197. ndis2sup.386
  198. msodisup.386
  199. filesec.386
  200. mssp.386
  201. nscl.386
  202. nwlink.386
  203. nwnblink.386
  204. nwsp.386
  205. nwsup.386
  206. snapshot.386
  207. nw416.dll
  208. nwlogin3.exe
  209. lscon.exe
  210. vnetsup.386
  211. vnetbios.386
  212. netbeui.386
  213. netcp.cpl
  214. netlib32.dll
  215. wfwnet.drv
  216.  
  217. [del.oldnet.win]
  218. admincfg.exe
  219. admincfg.adm
  220.  
  221. [del.oldnetreg]
  222. HKLM,System\CurrentControlSet\Control\NetworkProvider\Order,SCRSAVE
  223.  
  224. [msdos.sys.reboot.inis]
  225. ;Add lines to msdos.sys to make it >1024B for compatibility w/ other apps.
  226. ;(Done right before we reboot)
  227. %31%\msdos.sys,Options,,";"
  228. %31%\msdos.sys,Options,,";The following lines are required for compatibility with other programs."
  229. %31%\msdos.sys,Options,,";Do not remove them (MSDOS.SYS needs to be >1024 bytes)."
  230. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa"
  231. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb"
  232. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc"
  233. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd"
  234. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxe"
  235. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf"
  236. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg"
  237. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh"
  238. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi"
  239. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj"
  240. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxk"
  241. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxl"
  242. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxm"
  243. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn"
  244. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxo"
  245. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxp"
  246. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxq"
  247. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr"
  248. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs"
  249.  
  250. [Setup.Init.Inis]
  251. ; THIS IS ONLY EXECUTED ON A CLEAN INSTALL
  252. ; Use a non-existent line spec. to delete from the INI files
  253. ; For Boot and 386Enh we use lines that need to be added anyway
  254.  
  255. ;Create System.ini entries for Machine (only done for Clean Install--
  256. ;on an upgrade we leave whatever the user has installed in place)
  257. system.ini,boot, ";DelMe"
  258. system.ini, keyboard, ";DelMe"
  259. system.ini, boot.description, ";DelMe"
  260. system.ini,386Enh,,"ebios=*ebios"
  261. wininit.ini, CombineVxDs,,"%22%\ebios.vxd=%11%\vmm32.vxd"
  262.  
  263. win.ini, windows, ";DelMe"
  264. win.ini, Desktop, ";DelMe"
  265. win.ini, intl, ";DelMe"
  266. win.ini, fonts, ";DelMe"
  267. win.ini, FontSubstitutes, ";DelMe"
  268. win.ini, Compatibility, ";DelMe"
  269. win.ini, Compatibility32, ";DelMe"
  270.  
  271. ;make ghost entries in msdos.sys to get order of sections correct:
  272. %31%\msdos.sys,Paths, ";DelMe"
  273. %31%\msdos.sys,Options,,"BootMulti=1"
  274.  
  275. [SUIni2RegSec]
  276. win.ini,windows,CursorBlinkRate,HKCU,"Control Panel\Desktop"
  277. win.ini,windows,BorderWidth,HKCU,"Control Panel\Desktop"
  278. win.ini,windows,ScreenSaveTimeOut,HKCU,"Control Panel\Desktop"
  279. win.ini,windows,ScreenSaveActive,HKCU,"Control Panel\Desktop"
  280. win.ini,windows,KeyboardSpeed,HKCU,"Control Panel\Keyboard"
  281. win.ini,windows,KeyboardDelay,HKCU,"Control Panel\Keyboard"
  282. win.ini,windows,Beep,HKCU,"Control Panel\Sound"
  283. win.ini,windows,SwapMouseButtons,HKCU,"Control Panel\Mouse"
  284. win.ini,windows,DoubleClickSpeed,HKCU,"Control Panel\Mouse"
  285. win.ini,windows,MouseThreshold1,HKCU,"Control Panel\Mouse"
  286. win.ini,windows,MouseThreshold2,HKCU,"Control Panel\Mouse"
  287. win.ini,windows,MouseSpeed,HKCU,"Control Panel\Mouse"
  288. win.ini,Colors,ActiveTitle,HKCU,"Control Panel\Colors"
  289. win.ini,Colors,Background,HKCU,"Control Panel\Colors"
  290. win.ini,Colors,Hilight,HKCU,"Control Panel\Colors"
  291. win.ini,Colors,HilightText,HKCU,"Control Panel\Colors"
  292. win.ini,Colors,TitleText,HKCU,"Control Panel\Colors"
  293. win.ini,Colors,Window,HKCU,"Control Panel\Colors"
  294. win.ini,Colors,WindowText,HKCU,"Control Panel\Colors"
  295. win.ini,Desktop,TileWallpaper,HKCU,"Control Panel\Desktop"
  296. win.ini,Desktop,Wallpaper,HKCU,"Control Panel\Desktop"
  297. win.ini,Desktop,WallpaperStyle,HKCU,"Control Panel\Desktop"
  298. win.ini,Desktop,GridGranularity,HKCU,"Control Panel\Desktop"
  299. win.ini,Desktop,Pattern,HKCU,"Control Panel\Desktop"
  300. win.ini,Desktop,IconTitleFaceName,HKCU,"Control Panel\Desktop",1
  301. win.ini,Desktop,IconTitleSize,HKCU,"Control Panel\Desktop",1
  302. win.ini,Desktop,IconTitleStyle,HKCU,"Control Panel\Desktop",1
  303. win.ini,Desktop,IconTitleWrap,HKCU,"Control Panel\Desktop\WindowMetrics"
  304. win.ini,Desktop,IconSpacing,HKCU,"Control Panel\Desktop\WindowMetrics"
  305. win.ini,Desktop,IconVerticalSpacing,HKCU,"Control Panel\Desktop\WindowMetrics"
  306. win.ini,Extensions,,HKCU,"Software\Microsoft\Windows\CurrentVersion\Extensions"
  307. win.ini,WindowMetrics,MinWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  308. win.ini,WindowMetrics,MinHorzGap,HKCU,"Control Panel\Desktop\WindowMetrics"
  309. win.ini,WindowMetrics,MinVertGap,HKCU,"Control Panel\Desktop\WindowMetrics"
  310. win.ini,WindowMetrics,MinArrange,HKCU,"Control Panel\Desktop\WindowMetrics"
  311. win.ini,WindowMetrics,BorderWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  312. win.ini,WindowMetrics,ScrollWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  313. win.ini,WindowMetrics,ScrollHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
  314. win.ini,WindowMetrics,CaptionWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  315. win.ini,WindowMetrics,CaptionHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
  316. win.ini,WindowMetrics,SmCaptionWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  317. win.ini,WindowMetrics,SmCaptionHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
  318. win.ini,WindowMetrics,MenuWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  319. win.ini,WindowMetrics,MenuHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
  320. ;win.ini,Sounds,,HKCU,"AppEvents\Schemes\OldScheme" ; unnecessary
  321.  
  322. ; store away initial wallpaper (so Setup can switch it after runonce):
  323. ; the 2 flag leaves the .ini line in tact and replaces the reg key if it already exists
  324. win.ini,Desktop,Wallpaper,HKLM,Software\Microsoft\Windows\CurrentVersion\Setup,2
  325. win.ini,Desktop,TileWallpaper,HKLM,Software\Microsoft\Windows\CurrentVersion\Setup,2
  326.  
  327. [SU.Update.Inis]
  328. ; copy over standard screen savers
  329. system.ini,boot,"scrnsave.exe=%25%\bezier.scr","scrnsave.exe=%11%\%BEZIER%.scr",1
  330. system.ini,boot,"scrnsave.exe=%25%\ssmarque.scr","scrnsave.exe=%11%\%SSMARQUE%.scr",1
  331. system.ini,boot,"scrnsave.exe=%25%\ssmyst.scr","scrnsave.exe=%11%\%SSMYST%.scr",1
  332. system.ini,boot,"scrnsave.exe=%25%\scrnsave.scr","scrnsave.exe=%11%\%SCRNSAVE%.scr",1
  333. system.ini,boot,"scrnsave.exe=%25%\ssflywin.scr","scrnsave.exe=%11%\%SSFLYWIN%.scr",1
  334. system.ini,boot,"scrnsave.exe=%25%\ssstars.scr","scrnsave.exe=%11%\%SSSTARS%.scr",1
  335.  
  336. ;make ghost entries in msdos.sys to get order of sections correct:
  337. %31%\msdos.sys,Paths, ";DelMe"
  338. %31%\msdos.sys,Options, ";DelMe"
  339.  
  340. [BaseWinOptions]
  341. winbase
  342. winapps
  343. command
  344. setup
  345. basehelp
  346. printer
  347.  
  348. [winbase]
  349. OptionDesc = %WINBASE%
  350. CopyFiles  = sys.files, ios.files, VxD.Files
  351. DelFiles   = VxD.Del.Files, ios.files.del
  352. UpdateInis = winbase.inis
  353. UpdateIniFields = winbase.inifields
  354. AddReg     = winbase.reg
  355. DelReg     = winbase.del.reg
  356.  
  357. [winapps]
  358. CopyFiles = winother.files.shared, winother.files, betatools.files
  359. DelFiles  = betatools.delfiles
  360. UpdateInis = betatools.inis, winother.links
  361. AddReg = betatools.addreg
  362.  
  363. [command]
  364. CopyFiles    = boot.files, cmd.files, win.devices.files, winboot.devices.files, win.devices.files.machine
  365. UpdateCfgSys = config_default
  366. UpdateAutoBat= autoexec_default
  367.  
  368. [setup]
  369. CopyFiles  = setup.files.win,setup.files.machine,setup.files.sys,setup.files.inf
  370.  
  371. [basehelp]
  372. CopyFiles = net.help.files, ole.help.files, base.help.files, base.help.winhelp, base.help.sys
  373.  
  374. [printer]
  375. OptionDesc = %PRINTER%
  376. CopyFiles  = printer.files.sys
  377. UpdateInis = printer.inis
  378.  
  379.  
  380. [winbase.inis]
  381. ;Additions go here:
  382. system.ini,boot,,"user.exe=user.exe"
  383. system.ini,boot,,"gdi.exe=gdi.exe"
  384. system.ini,boot,,"sound.drv=mmsound.drv"
  385. system.ini,boot,,"dibeng.drv=dibeng.dll"
  386. system.ini,386Enh,,"device=*vshare"
  387. system.ini,386Enh,,"device=*dynapage"
  388. win.ini,Pscript.Drv,,"ATMWorkaround=1"
  389.  
  390. ; Set COMM.DRV unless preserving a known win3.1 driver 
  391. system.ini,boot,"comm.drv=*vcoscomm.drv","~CommDrvTemp~=*",3
  392. system.ini,boot,"comm.drv=*r0dmdcom.drv", "~CommDrvTemp~=*",3
  393. system.ini,boot,,"comm.drv=comm.drv"
  394. system.ini,boot,"~CommDrvTemp~=*","comm.drv=*",3
  395.  
  396. wininit.ini, CombineVxDs,,"%22%\vshare.vxd=%11%\vmm32.vxd"
  397.  
  398. wininit.ini, CombineVxDs,,"%22%\vwin32.vxd=%11%\vmm32.vxd"
  399.  
  400. wininit.ini, CombineVxDs,,"%22%\vfbackup.vxd=%11%\vmm32.vxd"
  401.  
  402. wininit.ini, CombineVxDs,,"%22%\vcomm.vxd=%11%\vmm32.vxd"
  403.  
  404. wininit.ini, CombineVxDs,,"%22%\combuff.vxd=%11%\vmm32.vxd"
  405.  
  406. ; Set *VCD unless preserving a known win3.1 VCD
  407. system.ini,386Enh,"device=*r0dmdvcd.386","~VCDTemp~=*",3
  408. system.ini,386Enh,,"device=*vcd"
  409. system.ini,386Enh,"~VCDTemp~=*","device=*vcd",3
  410.  
  411. wininit.ini, CombineVxDs,,"%22%\vcd.vxd=%11%\vmm32.vxd"
  412.  
  413. system.ini,386Enh,,"device=*vpd"
  414. wininit.ini, CombineVxDs,,"%22%\vpd.vxd=%11%\vmm32.vxd"
  415.  
  416. wininit.ini, CombineVxDs,,"%22%\spooler.vxd=%11%\vmm32.vxd"
  417.  
  418. wininit.ini, CombineVxDs,,"%22%\vfat.vxd=%11%\vmm32.vxd"
  419.  
  420. wininit.ini, CombineVxDs,,"%22%\vcache.vxd=%11%\vmm32.vxd"
  421.  
  422. wininit.ini, CombineVxDs,,"%22%\vcond.vxd=%11%\vmm32.vxd"
  423.  
  424. wininit.ini, CombineVxDs,,"%22%\vcdfsd.vxd=%11%\vmm32.vxd"
  425.  
  426. ; Install "device=*int13"
  427. system.ini, 386Enh,, "device=*int13"
  428. wininit.ini, CombineVxDs,,"%22%\int13.vxd=%11%\vmm32.vxd"
  429.  
  430. wininit.ini, CombineVxDs,,"%22%\vxdldr.vxd=%11%\vmm32.vxd"
  431.  
  432. wininit.ini, CombineVxDs,,"%22%\vdef.vxd=%11%\vmm32.vxd"
  433.  
  434. wininit.ini, CombineVxDs,,"%22%\dynapage.vxd=%11%\vmm32.vxd"
  435.  
  436. wininit.ini, CombineVxDs,,"%22%\configmg.vxd=%11%\vmm32.vxd"
  437.  
  438.  
  439.  
  440.  
  441.  
  442. ; Always combine EBIOS.VxD, but only add the device= line on clean installs
  443. ; (see the [Setup.Init.Inis] section)
  444. wininit.ini, CombineVxDs,,"%22%\ebios.vxd=%11%\vmm32.vxd"
  445.  
  446. ; Always combine vmd.vxd--it solves problems w/ older setup programs:
  447. wininit.ini, CombineVxDs,,"%22%\vmd.vxd=%11%\vmm32.vxd"
  448.  
  449. ;REVIEW This should really be done by Net setup--they should pick
  450. ;it up once they convert to the new VxD naming conventions:
  451. wininit.ini, CombineVxDs,,"%22%\dosnet.vxd=%11%\vmm32.vxd"
  452.  
  453. wininit.ini, CombineVxDs,,"%22%\vpicd.vxd=%11%\vmm32.vxd"
  454.  
  455. wininit.ini, CombineVxDs,,"%22%\vtd.vxd=%11%\vmm32.vxd"
  456.  
  457. wininit.ini, CombineVxDs,,"%22%\reboot.vxd=%11%\vmm32.vxd"
  458.  
  459. wininit.ini, CombineVxDs,,"%22%\vdmad.vxd=%11%\vmm32.vxd"
  460.  
  461. wininit.ini, CombineVxDs,,"%22%\vsd.vxd=%11%\vmm32.vxd"
  462.  
  463. wininit.ini, CombineVxDs,,"%22%\v86mmgr.vxd=%11%\vmm32.vxd"
  464.  
  465. wininit.ini, CombineVxDs,,"%22%\pageswap.vxd=%11%\vmm32.vxd"
  466.  
  467. wininit.ini, CombineVxDs,,"%22%\dosmgr.vxd=%11%\vmm32.vxd"
  468.  
  469. wininit.ini, CombineVxDs,,"%22%\vmpoll.vxd=%11%\vmm32.vxd"
  470.  
  471. wininit.ini, CombineVxDs,,"%22%\shell.vxd=%11%\vmm32.vxd"
  472.  
  473. wininit.ini, CombineVxDs,,"%22%\parity.vxd=%11%\vmm32.vxd"
  474.  
  475. wininit.ini, CombineVxDs,,"%22%\biosxlat.vxd=%11%\vmm32.vxd"
  476.  
  477. wininit.ini, CombineVxDs,,"%22%\vmcpd.vxd=%11%\vmm32.vxd"
  478.  
  479. wininit.ini, CombineVxDs,,"%22%\vtdapi.vxd=%11%\vmm32.vxd"
  480.  
  481. system.ini,386Enh,,"maxbps=270"
  482.  
  483. wininit.ini, CombineVxDs,,"%22%\perf.vxd=%11%\vmm32.vxd"
  484.  
  485. ;Keep some things in the extensions section for compatibility with cc-Mail
  486. win.ini,Extensions,,"txt=notepad.exe ^.txt"
  487. ;win.ini,Extensions,,"bmp=mspaint.exe ^.bmp" ; moved to applets.inx
  488.  
  489. ;Create StartUp Folder and modify links in it:
  490. setup.ini, progman.groups,, "group1=""%StartUp_DESC%"""                ;creates folder
  491. setup.ini, group1,, """%PenPal_DESC%"""                           ;deletes existing link from StartUp folder
  492.                     
  493. ;Create Links that will show up in the Programs Folder (Not in a sub-folder)
  494. ;This replaces the old 'Main' folder/group:
  495. setup.ini, progman.groups,, "group0="            ;creates "null" folder
  496. setup.ini, group0,, """%Explorer_DESC%"""        ;REVIEW: deletes previous link (name oblsolete) not needed for final product
  497. setup.ini, group0,, """%WinExplorer_DESC%"", ""Explorer.exe /n,/e,%30%"", EXPLORER.EXE, 1,,,%WinExplorer_ShortDESC%"
  498. setup.ini, group0,, """%MSDOSPrmpt_DESC%"""   ;delete the old link
  499. setup.ini, group0,, """%MSDOSPrmpt_ShortDESC%"""   ;delete the old link
  500. setup.ini, group0,, """%MSDOSPrmpt_DESC%"", command.com, PIFMGR.DLL, 0,,%10%,%MSDOSPrmpt_ShortDESC%"  ;add new link
  501.  
  502. ;Stuff items into Program Manager for access to printer/control panel/Explorer, Etc.
  503. ; Also used if user selects Win 3.1 User Interface Option
  504. setup.ini, progman.only,,"PMGroup3=%MAIN_DESC%"   ; creates group
  505. setup.ini, PMGroup3,,"""%Printers_DESC%"",""rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder"",shell32.dll,37
  506. setup.ini, PMGroup3,,"""%CPanel_DESC%"",control.exe,shell32.dll,35
  507. setup.ini, PMGroup3,,"""%WinExplorer_DESC%"", ""Explorer.exe /n,/e,%30%"", EXPLORER.EXE, 1"
  508. setup.ini, PMGroup3,,"""%MSDOSPrmpt_DESC%"""   ;delete the old link
  509. setup.ini, PMGroup3,,"""%MSDOSPrmpt_DESC%"", command.com, PIFMGR.DLL, 0"  ;add new link
  510. setup.ini, PMGroup3,,"""%Fileman_DESC%"", WINFILE.EXE"
  511.  
  512. ; And delete "Printers" and Explorer from MAIN group so it doesn't show up on Start Menu on subsequent installs:
  513. setup.ini, progman.groups,, "group3=%MAIN_DESC%"      ;creates folder
  514. setup.ini, group3,, """%Printers_DESC%"""             ;deletes link
  515. setup.ini, group3,, """%WinExplorer_DESC%"""          ;deletes link
  516. setup.ini, group3,, """%CPanel_DESC%"""               ;deletes link
  517.  
  518. ;Turn on bootgui in msdos.sys (formerly winboot.ini) always.
  519. %31%\msdos.sys,Options,,"BootGUI=1"
  520.  
  521. ;fixes registry/win.ini sync probs:
  522. win.ini,Desktop,"WallpaperOriginX=*"
  523. win.ini,Desktop,"WallpaperOriginY=*"
  524.  
  525. [winbase.inifields]
  526. system.ini, NonWindowsApp, localtsrs,dosedit
  527. system.ini, NonWindowsApp, localtsrs,ced
  528. system.ini, NonWindowsApp, localtsrs,pced
  529.  
  530. ; REVIEW: the foll. will also nuke field like fooatikey.exe!
  531. win.ini, windows, load,*atikey.exe,,1
  532.  
  533. ; Remove Compaq PnP support (replaced w/ built-in Win 95 PnP)
  534. win.ini, windows, load,*cpqevent.exe,,1
  535. win.ini, windows, run,*cpqevent.exe,,1
  536.  
  537. ; Remove Toshiba's maxtime utility which trashes the tray's buttons
  538. win.ini, windows, load,*maxtime.exe,,1
  539. win.ini, windows, run,*maxtime.exe,,1
  540.  
  541. ; Remove plugin a common shareware shell extension
  542. win.ini, windows, load,*plugin.exe,,1
  543. win.ini, windows, run,*plugin.exe,,1
  544.  
  545. ; Remove iconhearit which was shipped free to some people
  546. win.ini, windows, load,*ihearit.exe,,1
  547. win.ini, windows, run,*ihearit.exe,,1
  548.  
  549.  
  550.  
  551. [winbase.reg]
  552. ;Media content directory
  553. HKLM,%KEY_CURRENT%,MediaPath,,"%25%\%media_dir%"
  554.  
  555. ;Local machine, non-user specific configurations
  556. HKLM,%KEY_CURRENT%,ConfigPath,,"%10%\config"
  557.  
  558. ;Setup root directory for winboot.sys
  559. HKLM,%KEY_CURRENT%,SystemRoot,,%10%
  560.  
  561. ;Keep track of the previous windows dir
  562. HKLM,%KEY_CURRENT%,OldWinDir,,"%33%"
  563.  
  564. ; Mark setuplog.txt, setuplog.old, msdos.---  w/ the HIDDEN attrib on first boot:
  565. ; (Note that you need to use CAPS so the filesystem doesn't treat is as a LFN)
  566. ; R=1; H=2; S=4; HR=3; HS=6; SHR=7
  567. HKLM,%KEY_RENAME%\Boot,,,%30%
  568. HKLM,%KEY_RENAME%\Boot,SETUPLOG.TXT,,"SETUPLOG.TXT,2"
  569. HKLM,%KEY_RENAME%\Boot,SETUPLOG.OLD,,"SETUPLOG.OLD,2"
  570. HKLM,%KEY_RENAME%\Boot,"MSDOS.---",,"MSDOS.---,2"
  571.  
  572. ; Add location of Product and other info for Registration Wizard
  573. HKLM,%KEY_CURRENT%,ProductName,,"%ProductName%"
  574.  
  575. ; Mark MFC 3.01 DLL's as read only so MSVC 2.00 setup doesn't overwrite them with 3.00 versions
  576. ;HKLM,%KEY_RENAME%\Sys,,,%11%
  577. ;HKLM,%KEY_RENAME%\Sys,MFC30.DLL,,"MFC30.DLL,1"
  578. ;HKLM,%KEY_RENAME%\Sys,MFCANS32.DLL,,"MFCANS32.DLL,1"
  579. ;HKLM,%KEY_RENAME%\Sys,MFCUIA32.DLL,,"MFCUIA32.DLL,1"
  580. ;HKLM,%KEY_RENAME%\Sys,MFCO30.DLL,,"MFCO30.DLL,1"
  581. ;HKLM,%KEY_RENAME%\Sys,MFCD30.DLL,,"MFCD30.DLL,1"
  582. ;HKLM,%KEY_RENAME%\Sys,MFCN30.DLL,,"MFCN30.DLL,1"
  583.  
  584. ; Set policies update mode for policy downloader
  585. HKLM,System\CurrentControlSet\Control\Update,UpdateMode,3,01
  586.  
  587. ;Sets CONFIGMG default values
  588. HKLM,%KEY_CFGMGR%,StaticVxD,,"*CONFIGMG"
  589. HKLM,%KEY_CFGMGR%,Start,1,00
  590. HKLM,%KEY_CFGMGR%,SysDM,,"SYSDM.CPL"
  591. HKLM,%KEY_CFGMGR%,SysDMFunc,,"DMSetupDevnode"
  592. HKLM,%KEY_CFGMGR%,Detect,,"SYSDM.CPL"
  593. HKLM,%KEY_CFGMGR%,DetectFunc,,"DMRedetect"
  594. HKLM,%KEY_CFGMGR%,Private,,"SYSDM.CPL"
  595. HKLM,%KEY_CFGMGR%,PrivateFunc,,"DMPrivateProblem"
  596. HKLM,%KEY_CFGMGR%,RemoveRomOkay,,"SYSDM.CPL"
  597. HKLM,%KEY_CFGMGR%,RemoveRomOkayFunc,,"DMRemoveRomOkay"
  598. HKLM,%KEY_CFGMGR%,AskForConfig,,"SYSDM.CPL"
  599. HKLM,%KEY_CFGMGR%,AskForConfigFunc,,"DMAskForConfig"
  600. HKLM,%KEY_CFGMGR%,AskForUndock,,"SYSDM.CPL"
  601. HKLM,%KEY_CFGMGR%,AskForUndockFunc,,"DMAskForUndock"
  602. HKLM,%KEY_CFGMGR%\SpannableBus,PCI,1,
  603. HKLM,%KEY_CFGMGR%\SpannableBus,ISAPNP,1,
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. ;Sets VSHARE default values
  665. HKLM,%KEY_SVCSVXD%\VSHARE,StaticVxD,,"*VSHARE"
  666. HKLM,%KEY_SVCSVXD%\VSHARE,Start,1,00
  667.  
  668. ;Sets VWIN32 default values
  669. HKLM,%KEY_SVCSVXD%\VWIN32,StaticVxD,,"*VWIN32"
  670. HKLM,%KEY_SVCSVXD%\VWIN32,Start,1,00
  671.  
  672. ;Sets VFBACKUP default values
  673. HKLM,%KEY_SVCSVXD%\VFBACKUP,StaticVxD,,"*VFBACKUP"
  674. HKLM,%KEY_SVCSVXD%\VFBACKUP,Start,1,00
  675.  
  676. ;Sets VCOMM default values
  677. HKLM,%KEY_SVCSVXD%\VCOMM,StaticVxD,,"*VCOMM"
  678. HKLM,%KEY_SVCSVXD%\VCOMM,Start,1,00
  679. HKLM,%KEY_SVCSVXD%\VCOMM,EnablePowerManagement,3,01,00,00,00
  680.  
  681.  
  682.  
  683. ;Sets COMBUFF default values
  684. HKLM,%KEY_SVCSVXD%\COMBUFF,StaticVxD,,"*COMBUFF"
  685. HKLM,%KEY_SVCSVXD%\COMBUFF,Start,1,00
  686.  
  687. ;Sets IFSMGR default values
  688. HKLM,%KEY_SVCSVXD%\IFSMGR,StaticVxD,,"*IFSMGR"
  689. HKLM,%KEY_SVCSVXD%\IFSMGR,Start,1,00
  690.  
  691. ;Sets IOS default values
  692. HKLM,%KEY_SVCSVXD%\IOS,StaticVxD,,"*IOS"
  693. HKLM,%KEY_SVCSVXD%\IOS,Start,1,00
  694.  
  695. ;Sets SPOOLER default values
  696. HKLM,%KEY_SVCSVXD%\SPOOLER,StaticVxD,,"*SPOOLER"
  697. HKLM,%KEY_SVCSVXD%\SPOOLER,Start,1,00
  698.  
  699. ;Sets VFAT default values
  700. HKLM,%KEY_SVCSVXD%\VFAT,StaticVxD,,"*VFAT"
  701. HKLM,%KEY_SVCSVXD%\VFAT,Start,1,00
  702.  
  703. ;Sets VCACHE default values
  704. HKLM,%KEY_SVCSVXD%\VCACHE,StaticVxD,,"*VCACHE"
  705. HKLM,%KEY_SVCSVXD%\VCACHE,Start,1,00
  706.  
  707. ;Sets VCOND default values
  708. HKLM,%KEY_SVCSVXD%\VCOND,StaticVxD,,"*VCOND"
  709. HKLM,%KEY_SVCSVXD%\VCOND,Start,1,00
  710.  
  711. ;Sets VCDFSD default values
  712. HKLM,%KEY_SVCSVXD%\VCDFSD,StaticVxD,,"*VCDFSD"
  713. HKLM,%KEY_SVCSVXD%\VCDFSD,Start,1,00
  714.  
  715. ;Sets VXDLDR default values
  716. HKLM,%KEY_SVCSVXD%\VXDLDR,StaticVxD,,"*VXDLDR"
  717. HKLM,%KEY_SVCSVXD%\VXDLDR,Start,1,00
  718.  
  719. ;Sets VDEF default values
  720. HKLM,%KEY_SVCSVXD%\VDEF,StaticVxD,,"*VDEF"
  721. HKLM,%KEY_SVCSVXD%\VDEF,Start,1,00
  722.  
  723. ;Sets VPICD default values
  724. HKLM,%KEY_SVCSVXD%\VPICD,StaticVxD,,"*VPICD"
  725. HKLM,%KEY_SVCSVXD%\VPICD,Start,1,00
  726.  
  727. ;Sets VTD default values
  728. HKLM,%KEY_SVCSVXD%\VTD,StaticVxD,,"*VTD"
  729. HKLM,%KEY_SVCSVXD%\VTD,Start,1,00
  730.  
  731. ;Sets REBOOT default values
  732. HKLM,%KEY_SVCSVXD%\REBOOT,StaticVxD,,"*REBOOT"
  733. HKLM,%KEY_SVCSVXD%\REBOOT,Start,1,00
  734.  
  735. ;Sets VDMAD default values
  736. HKLM,%KEY_SVCSVXD%\VDMAD,StaticVxD,,"*VDMAD"
  737. HKLM,%KEY_SVCSVXD%\VDMAD,Start,1,00
  738.  
  739. ;Sets VSD default values
  740. HKLM,%KEY_SVCSVXD%\VSD,StaticVxD,,"*VSD"
  741. HKLM,%KEY_SVCSVXD%\VSD,Start,1,00
  742.  
  743. ;Sets V86MMGR default values
  744. HKLM,%KEY_SVCSVXD%\V86MMGR,StaticVxD,,"*V86MMGR"
  745. HKLM,%KEY_SVCSVXD%\V86MMGR,Start,1,00
  746.  
  747. ;Sets PAGESWAP default values
  748. HKLM,%KEY_SVCSVXD%\PAGESWAP,StaticVxD,,"*PAGESWAP"
  749. HKLM,%KEY_SVCSVXD%\PAGESWAP,Start,1,00
  750.  
  751. ;Sets DOSMGR default values
  752. HKLM,%KEY_SVCSVXD%\DOSMGR,StaticVxD,,"*DOSMGR"
  753. HKLM,%KEY_SVCSVXD%\DOSMGR,Start,1,00
  754.  
  755. ;Sets VMPOLL default values
  756. HKLM,%KEY_SVCSVXD%\VMPOLL,StaticVxD,,"*VMPOLL"
  757. HKLM,%KEY_SVCSVXD%\VMPOLL,Start,1,00
  758.  
  759. ;Sets SHELL default values
  760. HKLM,%KEY_SVCSVXD%\SHELL,StaticVxD,,"*SHELL"
  761. HKLM,%KEY_SVCSVXD%\SHELL,Start,1,00
  762.  
  763. ;Sets PARITY default values
  764. HKLM,%KEY_SVCSVXD%\PARITY,StaticVxD,,"*PARITY"
  765. HKLM,%KEY_SVCSVXD%\PARITY,Start,1,00
  766.  
  767. ;Sets BIOSXLAT default values
  768. HKLM,%KEY_SVCSVXD%\BIOSXLAT,StaticVxD,,"*BIOSXLAT"
  769. HKLM,%KEY_SVCSVXD%\BIOSXLAT,Start,1,00
  770.  
  771. ;Sets VMCPD default values
  772. HKLM,%KEY_SVCSVXD%\VMCPD,StaticVxD,,"*VMCPD"
  773. HKLM,%KEY_SVCSVXD%\VMCPD,Start,1,00
  774.  
  775. ;Sets VTDAPI default values
  776. HKLM,%KEY_SVCSVXD%\VTDAPI,StaticVxD,,"*VTDAPI"
  777. HKLM,%KEY_SVCSVXD%\VTDAPI,Start,1,00
  778.  
  779. ;Sets PERF default values
  780. HKLM,%KEY_SVCSVXD%\PERF,StaticVxD,,"*PERF"
  781. HKLM,%KEY_SVCSVXD%\PERF,Start,1,00
  782.  
  783. ;Sets IOS Drive SpinDown default values (in seconds)
  784. HKLM,%KEY_FILESYSTEM%\,ACDriveSpinDown,3,08,07,00,00
  785. HKLM,%KEY_FILESYSTEM%\,BatDriveSpinDown,3,b4,00,00,00
  786. HKLM,%KEY_FILESYSTEM%\,ACSpinDownPrevious,3,00,00,00,00
  787. HKLM,%KEY_FILESYSTEM%\,BatSpinDownPrevious,3,00,00,00,00
  788.  
  789.  
  790. ; Run once entry to instal Solstice self-extracting exe
  791. HKLM,%KEY_RUNONCE%,Solstice,,"setupslt.exe /Q /R:N /N:G"
  792.  
  793. ; WARNING: Do not change this Key or Value without talking to Program Mgmt first.
  794. HKLM,%KEY_RUNONCE%,Wrapper,,"runonce.exe"
  795.  
  796. ; Run once wrapper entry to fill caches with control panel info:
  797. HKLM, %KEY_RUNONCE%\Setup,"%CplInit_Desc%",,"RUNDLL32.EXE SHELL32.DLL,Control_FillCache_RunDLL"
  798.  
  799. ; Run Once Wrapper entry to run Group converter:
  800. HKLM,%KEY_RUNONCE%\Setup,"%Grpconv_Desc%",,"%25%\grpconv.exe -s"
  801.  
  802. ; Run Once Wrapper entry to run winhelp initialization:
  803. HKLM,%KEY_RUNONCE%\Setup,"%HelpInit_Desc%",,"%25%\winhlp32.exe -g windows.hlp"
  804.  
  805. ; Run once wrapper entry to copy entries from apps.inf to the registry
  806. HKLM, %KEY_RUNONCE%\Setup,"%ConfigMSDOS_Desc%",,"RUNDLL.EXE PIFMGR.DLL,InitPIFRegEntries"
  807.  
  808. ; Run once wrapper entry to run time zone control panel:
  809. HKLM, %KEY_RUNONCE%\Setup,"%SetTimeZone_Desc%",,"RUNDLL32.EXE SHELL32.DLL,Control_RunDLL TIMEDATE.CPL,,/f"
  810.  
  811. ; Run once entry for DMFirstTimeSetup
  812. HKLM,%KEY_RUNONCE%,ClassSetup,,"rundll.exe sysdm.cpl,DMFirstTimeSetup"
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819. ; Set Wallpaper that comes up during runonce (this gets replaced by user's orig. wallpaper after runonce is done)
  820. HKCU,"Control Panel\Desktop","Wallpaper",,"%25%\setup.bmp"
  821. HKCU,"Control Panel\Desktop","TileWallpaper",,0
  822. HKLM,%KEY_RENAME%\Win,,,%25%
  823. HKLM,%KEY_RENAME%\Win,setup.bmp,,"%SETUP_BMP%.bmp"
  824.  
  825. ; Fill in the list of VMM32 combined files
  826. HKLM,%KEY_VMM32FILES%,vshare.vxd,1,
  827. HKLM,%KEY_VMM32FILES%,vwin32.vxd,1,
  828. HKLM,%KEY_VMM32FILES%,vfbackup.vxd,1,
  829. HKLM,%KEY_VMM32FILES%,vcomm.vxd,1,
  830. HKLM,%KEY_VMM32FILES%,combuff.vxd,1,
  831. HKLM,%KEY_VMM32FILES%,vcd.vxd,1,
  832. HKLM,%KEY_VMM32FILES%,vpd.vxd,1,
  833. HKLM,%KEY_VMM32FILES%,spooler.vxd,1,
  834. HKLM,%KEY_VMM32FILES%,vfat.vxd,1,
  835. HKLM,%KEY_VMM32FILES%,vcache.vxd,1,
  836. HKLM,%KEY_VMM32FILES%,vcond.vxd,1,
  837. HKLM,%KEY_VMM32FILES%,vcdfsd.vxd,1,
  838. HKLM,%KEY_VMM32FILES%,int13.vxd,1,
  839. HKLM,%KEY_VMM32FILES%,vxdldr.vxd,1,
  840. HKLM,%KEY_VMM32FILES%,vdef.vxd,1,
  841. HKLM,%KEY_VMM32FILES%,dynapage.vxd,1,
  842. HKLM,%KEY_VMM32FILES%,configmg.vxd,1,
  843.  
  844.  
  845.  
  846. HKLM,%KEY_VMM32FILES%,ebios.vxd,1,
  847. HKLM,%KEY_VMM32FILES%,vmd.vxd,1,
  848. HKLM,%KEY_VMM32FILES%,dosnet.vxd,1,
  849. HKLM,%KEY_VMM32FILES%,vpicd.vxd,1,
  850. HKLM,%KEY_VMM32FILES%,vtd.vxd,1,
  851. HKLM,%KEY_VMM32FILES%,reboot.vxd,1,
  852. HKLM,%KEY_VMM32FILES%,vdmad.vxd,1,
  853. HKLM,%KEY_VMM32FILES%,vsd.vxd,1,
  854. HKLM,%KEY_VMM32FILES%,v86mmgr.vxd,1,
  855. HKLM,%KEY_VMM32FILES%,pageswap.vxd,1,
  856. HKLM,%KEY_VMM32FILES%,dosmgr.vxd,1,
  857. HKLM,%KEY_VMM32FILES%,vmpoll.vxd,1,
  858. HKLM,%KEY_VMM32FILES%,shell.vxd,1,
  859. HKLM,%KEY_VMM32FILES%,parity.vxd,1,
  860. HKLM,%KEY_VMM32FILES%,biosxlat.vxd,1,
  861. HKLM,%KEY_VMM32FILES%,vmcpd.vxd,1,
  862. HKLM,%KEY_VMM32FILES%,vtdapi.vxd,1,
  863. HKLM,%KEY_VMM32FILES%,perf.vxd,1,
  864.  
  865. ; Add precopied files to the installed files list, since they are
  866. ; pre-installed files
  867. HKLM,%KEY_INSTALLED%,ncrc710.mpd,1,
  868. HKLM,%KEY_INSTALLED%,ncrc810.mpd,1,
  869. HKLM,%KEY_INSTALLED%,amsint.mpd,1,
  870. HKLM,%KEY_INSTALLED%,aic78xx.mpd,1,
  871. HKLM,%KEY_INSTALLED%,pci.vxd,1,
  872. HKLM,%KEY_INSTALLED%,pcimp.pci,1,
  873. HKLM,%KEY_INSTALLED%,isapnp.vxd,1,
  874. HKLM,%KEY_INSTALLED%,eisa.vxd,1,
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886. [winbase.del.reg]
  887. HKCU,"Control Panel\Desktop","WallpaperOriginX"
  888. HKCU,"Control Panel\Desktop","WallpaperOriginY"
  889.  
  890.  
  891.  
  892.  
  893.  
  894. [boot.files]
  895. command.new, command.com,,1
  896. sulogo.sys,,,1
  897. winboot.new, winboot.sys,,1
  898.  
  899. [sys.files]
  900. gapi32.dll 
  901. gapi.dll
  902. advapi32.dll,,,40       ;suppress version conflicts 8+32
  903. comdlg32.dll,,,40       ;suppress version conflicts 8+32
  904. comm.drv
  905. commctrl.dll, kommctrl.dll, kommctrl.dll
  906. crtdll.dll,,,8
  907. dibeng.dll
  908. eisa.vxd,,,1
  909. gdi.exe,,,1
  910. gdi32.dll,,,9
  911. glu32.dll,,,8
  912. iosclass.dll
  913. isapnp.vxd,,,1
  914. conagent.exe
  915. imm32.dll
  916. isapnp.vxd,,,1
  917. kernel32.dll,,,9
  918. krnl386.exe,,,1
  919. lpt.vxd,,,1
  920. lptenum.vxd,,,1
  921. lz32.dll,,,8
  922. lzexpand.dll
  923. mf3216.dll
  924. mfc30.dll
  925. mkcompat.exe
  926. msgsrv32.exe,,,8
  927. msshrui.dll,,,32        ;suppress version conflicts
  928. msvcrt20.dll
  929. msvcrt40.dll
  930. ntdll.dll
  931. olecli32.dll,,,8
  932. olesvr32.dll,,,8
  933. opengl32.dll,,,8
  934. pci.vxd,,,1
  935. pcimp.pci,,,1
  936. pkpd.dll
  937. pkpd32.dll
  938. redirect.mod
  939. serial.vxd,,,1
  940. serenum.vxd,,,1
  941. setup4.dll,,,1
  942. mmsound.drv
  943. sysclass.dll,,,1
  944. systhunk.dll,,,1
  945. unicode.bin
  946. user.exe,,,1
  947. user32.dll,,,9
  948. vdmdbg.dll
  949. vfd.vxd,,,1
  950. ver.dll,ver.new,,8
  951. version.dll
  952. vmm32.vxd,,,1
  953. win32s16.dll
  954. winaspi.dll
  955. winoa386.mod,winoa386.new
  956. wnaspi32.dll
  957. wow32.dll
  958.  
  959. [VxD.Files]
  960. ;Copy these to the \system\vmm32 dir to be bound into VMM32.VxD:
  961. biosxlat.vxd,,,1
  962. combuff.vxd,,,1
  963. configmg.vxd,,,1
  964.  
  965.  
  966.  
  967. dosmgr.vxd,,,1
  968. ebios.vxd,,,1
  969. pageswap.vxd,,,1
  970. parity.vxd,,,1
  971. reboot.vxd,,,1
  972. shell.vxd,,,1
  973. v86mmgr.vxd,,,1
  974. vcd.vxd,,,1
  975. vpd.vxd,,,1
  976. vdmad.vxd,,,1
  977. vmcpd.vxd,,,1
  978. vmpoll.vxd,,,1
  979. vpicd.vxd,,,1
  980. vshare.vxd,,,1
  981. vsd.vxd,,,1
  982. vtd.vxd,,,1
  983. vtdapi.vxd,,,1
  984.  
  985. vwin32.vxd,,,1
  986. vfbackup.vxd,,,1
  987. vcomm.vxd,,,1
  988. ifsmgr.vxd,,,1
  989. ios.vxd,,,1
  990. spooler.vxd,,,1
  991. vfat.vxd,,,1
  992. vcache.vxd,,,1
  993. vcond.vxd,,,1
  994. vcdfsd.vxd,,,1
  995. int13.vxd,,,1
  996. vxdldr.vxd,,,1
  997. vdef.vxd,,,1
  998. dynapage.vxd,,,1
  999. perf.vxd,,,1
  1000.  
  1001. vmd.vxd
  1002.  
  1003. dosnet.vxd,,,1    ;REVIEW this should be handled by Net setup when they adopt the new vxd stuff
  1004.  
  1005. qemmfix.vxd       ;Not bound into VMM32.VxD, but should always be there
  1006.  
  1007. [VxD.Del.Files]
  1008. ;Delete these from the system dir since they are now replaced w/ .vxd files
  1009. vshare.vxd
  1010.  
  1011. biosxlat.386
  1012. combuff.386
  1013. configmg.386
  1014. dos386.exe
  1015. dosmgr.386
  1016. ebios.386
  1017. pageswap.386
  1018. parity.386
  1019. reboot.386
  1020. shell.386
  1021. v86mmgr.386
  1022. vcd.386
  1023. vpd.386
  1024. vdmad.386
  1025. vmcpd.386
  1026. vmpoll.386
  1027. vpicd.386
  1028. vsd.386
  1029. vtd.386
  1030. vtdapi.386
  1031.  
  1032. vwin32.386
  1033. vfbackup.386
  1034. vcomm.386
  1035. ifsmgr.386
  1036. ios.386
  1037. spooler.386
  1038. vfat.386
  1039. vcache.386
  1040. vcond.386
  1041. vcdfsd.386
  1042. int13.386
  1043. vxdldr.386
  1044. vdef.386
  1045. dynapage.386
  1046. perf.386
  1047.  
  1048. lpt.386
  1049. lptenum.386
  1050. pagefile.386
  1051. pagefile.vxd
  1052. peloader.386
  1053. serial.386
  1054. vfd.386
  1055. vshare.386
  1056.  
  1057. isapnp.386
  1058. dosnet.386
  1059.  
  1060. [winboot.devices.files]
  1061. aspi2hlp.sys,,,1
  1062. CMD640X.SYS
  1063. CMD640X2.SYS
  1064. dblbuff.sys
  1065. setver.win,setver.exe
  1066. ifshlp.sys,,,1
  1067. himem.sys,,,1
  1068.  
  1069. [win.devices.files]
  1070. emm386.exe
  1071. ramdrive.sys
  1072. smartdrv.exe
  1073.  
  1074. [win.devices.files.machine]
  1075. ios.ini
  1076. win.com, win.cnf,,1
  1077.  
  1078. ; these go in %25%
  1079. ;winbug.dat
  1080. ;winbug.exe
  1081. ;winbug.hlp
  1082. ;winbug10.dll
  1083.  
  1084. [betatools.files]
  1085. display.txt
  1086. general.txt
  1087. internet.txt
  1088. network.txt
  1089. printers.txt
  1090. mouse.txt
  1091. msn.txt
  1092. readme.txt
  1093. support.txt
  1094. winnews.txt
  1095. faq.txt
  1096. hardware.txt
  1097. exchange.txt
  1098. tips.txt
  1099. programs.txt
  1100. config.txt
  1101. msdosdrv.txt
  1102. infrared.txt
  1103.  
  1104. [betatools.delfiles]
  1105. ferelnot.rtf 
  1106. readme2.txt
  1107. relnotes.rtf
  1108.  
  1109. [betatools.addreg]
  1110. HKLM,%KEY_RENAME%\Win,,,%25%
  1111. HKLM,%KEY_DEL%\Win,,,%25%
  1112. HKLM,%KEY_RENAME%\Win,%Readme_Loc%.txt,,$!$!$w95.txt
  1113. HKLM,%KEY_RENAME%\Win,readme.txt,,"%Readme%.txt"
  1114. HKLM,%KEY_DEL%\Win,$!$!$w95.txt,,$!$!$w95.txt
  1115.  
  1116. [betatools.inis]
  1117. setup.ini, progman.groups,, "groupDelDoc=..\%ProgramsFolder%\%DOC_GRP%"
  1118. setup.ini, progman.groups,, "groupDoc=%DOC_GRP%"
  1119. setup.ini, groupDelDoc,,"""%Readme%"""
  1120. setup.ini, groupDoc,,"""readme"",""%25%\%Readme%.txt"""
  1121.  
  1122. [winother.files]
  1123. APPWIZ.CPL
  1124. commdlg.dll, commdlg.new,,8
  1125. ddeml.dll
  1126. deskcp16.dll
  1127. devmgr32.dll
  1128. DSKMAINT.DLL,,,32  ;32 flag suppresses ver conflict dlg
  1129. enumfile.dll
  1130. main.cpl
  1131. maincp16.dll
  1132. timedate.cpl
  1133. mspcic.dll
  1134. desk.cpl
  1135. olecli.dll
  1136. olesvr.dll
  1137. pifmgr.dll
  1138. runonce.exe
  1139. sysdm.cpl
  1140. sysedit.exe
  1141. toolhelp.dll
  1142. win87em.dll
  1143. powercfg.dll
  1144.  
  1145. [winother.files.shared]
  1146. notepad.exe,,,32        ; suppress version conflicts
  1147. SCANDSKW.EXE,,,32       ; suppress version conflicts
  1148.  
  1149. [winother.links]
  1150. ;delete link to Unlocalized "ScanDisk" in beta 3 
  1151. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"  ;creates folder 
  1152. setup.ini, group11,, """%Beta3Fixdrive_Desc%""," 
  1153.  
  1154. ;create link to NotePad:
  1155. setup.ini, progman.groups,, "group4=%APPS_DESC%"         ;creates folder
  1156. setup.ini, group4,, """%Notepad_DESC%"", NOTEPAD.EXE" ;creates link
  1157.  
  1158. ;create link to ScanDisk (for Windows):
  1159. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  1160. setup.ini, group11,, """%Fixdrive_Desc%"", SCANDSKW.EXE"
  1161.  
  1162. [cmd.files]
  1163. ; NOTE: If you add/remove any files from this section, make sure you do the same
  1164. ;       to the [del.win.reboot] section right below it, and that you check to
  1165. ;       see if they should be deleted in the [del.old.msdos.files] section as well.
  1166.  
  1167. ansi.sys
  1168. attrib.exe
  1169. chkdsk.exe
  1170. choice.com
  1171. country.sys
  1172. debug.exe
  1173. deltree.exe
  1174. diskcopy.com
  1175. display.sys
  1176. doskey.com
  1177. drvspace.bin,,,32   ;32 flag suppresses version conflict dlg
  1178. edit.com
  1179. edit.hlp
  1180. ega.cpi
  1181. extract.exe
  1182. fc.exe
  1183. fdisk.exe
  1184. find.exe
  1185. format.com
  1186. keyb.com
  1187. keyboard.sys
  1188. label.exe
  1189. mem.exe
  1190. mode.com
  1191. more.com
  1192. move.exe
  1193. mscdex.exe
  1194. nlsfunc.exe
  1195. scandisk.exe,,,32  ;32 flag suppresses ver conflict dlg
  1196. scandisk.ini
  1197. sort.exe
  1198. start.exe
  1199. subst.exe
  1200. sys.com
  1201. xcopy.exe
  1202. xcopy32.exe
  1203.  
  1204. [del.win.reboot]
  1205. ; Delete all CMD files from the windows dir just before the reboot since these are
  1206. ; in the Windows\Command dir and shouldn't be in the Windows dir.
  1207.  
  1208. ; NOTE: THIS SECTION SHOULD BE AN EXACT COPY OF the [cmd.files] section.
  1209.  
  1210. ansi.sys
  1211. attrib.exe
  1212. chkdsk.exe
  1213. choice.com
  1214. country.sys
  1215. dblspace.sys
  1216. debug.exe
  1217. deltree.exe
  1218. diskcopy.com
  1219. display.sys
  1220. doskey.com
  1221. drvspace.bin
  1222. drvspace.sys   ;ok to delete this--it's copied in applets.inf
  1223. edit.com
  1224. edit.hlp
  1225. ega.cpi
  1226. extract.exe
  1227. fc.exe
  1228. fdisk.exe
  1229. find.exe
  1230. format.com
  1231. keyb.com
  1232. keyboard.sys
  1233. label.exe
  1234. mem.exe
  1235. mode.com
  1236. more.com
  1237. move.exe
  1238. mscdex.exe
  1239. nlsfunc.exe
  1240. scandisk.exe
  1241. scandisk.ini
  1242. share.exe
  1243. sort.exe
  1244. start.exe
  1245. subst.exe
  1246. sys.com
  1247. xcopy.exe
  1248. xcopy32.exe
  1249.  
  1250. [del.old.msdos.files]
  1251. ansi.sys
  1252. attrib.exe
  1253. chkdsk.exe
  1254. choice.com
  1255. country.sys
  1256. debug.exe
  1257. DEFRAG.HLP
  1258. deltree.exe
  1259. diskcopy.com
  1260. display.sys
  1261. doskey.com
  1262. drvspace.bin
  1263. edit.com
  1264. edit.hlp
  1265. ega.cpi
  1266. fc.exe
  1267. fdisk.exe
  1268. find.exe
  1269. format.com
  1270. keyb.com
  1271. keyboard.sys
  1272. label.exe
  1273. mem.exe
  1274. mode.com
  1275. more.com
  1276. move.exe
  1277. mscdex.exe
  1278. MWUNDEL.EXE
  1279. MWUNDEL.HLP
  1280. nlsfunc.exe
  1281. scandisk.exe
  1282. scandisk.ini
  1283. share.exe
  1284. sort.exe
  1285. start.exe
  1286. subst.exe
  1287. sys.com
  1288. xcopy.exe
  1289.  
  1290. ;others not copied in the [cmd.files] section
  1291. emm386.exe
  1292. networks.txt
  1293. os2.txt
  1294. ramdrive.sys
  1295. readme.txt
  1296. setver.exe
  1297. smartdrv.exe
  1298.  
  1299. ;Compaq DOS 5.0
  1300. cache.exe
  1301. cemm.exe
  1302. cemmp.exe
  1303. dos5help.chd
  1304. fastart.exe
  1305. fsedit.exe
  1306. help.exe
  1307. tu.exe
  1308. upcu.exe
  1309.  
  1310. ;Non MS-DOS Operating Systems:
  1311. delpurge.exe
  1312. delwatch.exe
  1313. diskmap.exe
  1314. diskopt.exe
  1315. dosbook.exe
  1316. hidos.sys
  1317. lock.exe
  1318. login.exe
  1319. memmax.exe
  1320. password.exe
  1321. rendir.exe
  1322. setup.exe
  1323. sys.com
  1324. taskmax.exe
  1325. taskmax.ini
  1326. touch.exe
  1327. uninstal.exe
  1328. xdel.exe
  1329. xdir.exe
  1330.  
  1331. [ren.old.msdos.files]
  1332. mode_dos.com, mode.com
  1333.  
  1334. [del.old.msdos.root]
  1335. WINA20.386
  1336.  
  1337. [ren.dxxspace.utils]
  1338. ; backup ms-dos 6.x disk compression tools (only done on clean install)
  1339. DRVSPACE.EX~, DRVSPACE.EXE
  1340. DBLSPACE.EX~, DBLSPACE.EXE
  1341. DEFRAG.EX~,   DEFRAG.EXE
  1342. SCANDISK.EX~, SCANDISK.EXE
  1343.  
  1344. [del.dxxspace.utils]
  1345. ; Delete ms-dos 6.x disk compression tools (only done on upgrade install)
  1346. DRVSPACE.EXE
  1347. DBLSPACE.EXE
  1348. DEFRAG.EXE
  1349. SCANDISK.EXE
  1350.  
  1351. [dxxspace.bat.files]
  1352. ; copy over dummy stubs for ms-dos 6.x disk compression tools
  1353. DRVSPACE.BAT
  1354. DBLSPACE.BAT
  1355. DEFRAG.BAT
  1356. SCANDISK.BAT
  1357.  
  1358. ; If user has MS compression installed and he has MS DBLSPACE.BIN
  1359. ; the foll. section is GenInstalled.
  1360. ;
  1361. [SetupMSDblSpace]
  1362. CopyFiles    = msdbl.files
  1363. UpdateCfgSys = config_dummy
  1364.  
  1365. [msdbl.files]
  1366. dblspace.sys,drvspace.sys,,32  ;32 flag suppresses ver conflict dlg
  1367.  
  1368. ; empty section -- guarantees path fixup for any DBLSPACE.SYS in config.sys!
  1369. [config_dummy]
  1370.  
  1371. ; If user has MS compression installed but he has a non MS DBLSPACE.BIN
  1372. ; the foll. section is GenInstalled.
  1373. ;
  1374. [SetupNonMSDblSpace]
  1375.  
  1376. [del.premsdos5.files]
  1377. append.com
  1378. asgnpart.com
  1379. backup.exe
  1380. bootf.com
  1381. cache.sys
  1382. cemm.exe
  1383. cemmp.exe
  1384. chkdsk.exe
  1385. cmpqadap.com
  1386. compact.exe
  1387. configur.com
  1388. debug.exe
  1389. detect.com
  1390. diskcomp.exe
  1391. diskcopy.exe
  1392. diskinit.com
  1393. diskinit.exe
  1394. dosutil.meu
  1395. dskscan.exe
  1396. dsksetup.com
  1397. edlin.exe
  1398. emm386.sys
  1399. enhdisk.sys
  1400. fastopen.exe
  1401. fastart.exe
  1402. fdisk.com
  1403. filesys.exe
  1404. for150.exe
  1405. format.exe
  1406. gdu.exe
  1407. graftabl.exe
  1408. graphics.exe
  1409. hardrive.sys
  1410. hpcache.com
  1411. hpdcache.com
  1412. ifsfunc.exe
  1413. indskbio.sys
  1414. install.exe
  1415. keyb32.com
  1416. keybchf.com
  1417. keybchg.com
  1418. keybda.com
  1419. keybfr.com
  1420. keybfr.exe
  1421. keybgk.com
  1422. keybgr.com
  1423. keybgr.exe
  1424. keybit.com
  1425. keybit.exe
  1426. keybno.com
  1427. keybsp.com
  1428. keybsv.exe
  1429. keybsw.com
  1430. keybuk.com
  1431. keybuk.exe
  1432. keybus.com
  1433. label.exe
  1434. mode.exe
  1435. mvbuild.exe
  1436. pamcode.com
  1437. paminstl.com
  1438. part.exe
  1439. password.exe
  1440. prep.exe
  1441. recover.exe
  1442. restore.exe
  1443. select.com
  1444. select.dat
  1445. select.exe
  1446. select.hlp
  1447. select.prt
  1448. select1.dat
  1449. select2.dat
  1450. setup.exe
  1451. shell.clr
  1452. shell.hlp
  1453. shell.meu
  1454. shellb.com
  1455. shellc.exe
  1456. tree.exe
  1457. vdisk.sys
  1458. xmaem.sys
  1459. zcache.sys
  1460. zspool.com
  1461.  
  1462. [ios.files]
  1463. apix.vxd
  1464. bigmem.drv
  1465. cdfs.vxd
  1466. cdtsd.vxd
  1467. cdvsd.vxd
  1468. disktsd.vxd
  1469. diskvsd.vxd
  1470. esdi_506.pdr
  1471. hsflop.pdr
  1472. necatapi.vxd
  1473. scsi1hlp.vxd
  1474. scsiport.pdr
  1475. smartvsd.vxd
  1476. voltrack.vxd
  1477. rmm.pdr
  1478. ncrc810.mpd
  1479. ncrc710.mpd
  1480. amsint.mpd
  1481. aic78xx.mpd
  1482. torisan3.vxd
  1483. atapchng.vxd
  1484.  
  1485.  
  1486. [ios.files.del]
  1487. ;Delete these--they have been replaced w/ .vxd versions
  1488. apix.386
  1489. cdfs.386
  1490. cdtsd.386
  1491. cdvsd.386
  1492. disktsd.386
  1493. diskvsd.386
  1494. scsi1hlp.386
  1495. voltrack.386
  1496.  
  1497. [setup.files.inf]
  1498. adapter.inf
  1499. apps.inf
  1500. awupd.inf
  1501. mscdrom.inf
  1502. diskdrv.inf
  1503. fonts.inf
  1504. gps.inf
  1505. keyboard.inf
  1506. joystick.inf
  1507. layout.inf
  1508. locale.inf
  1509. machine.inf
  1510. mf.inf
  1511. midi.inf
  1512. msdet.inf
  1513. msdisp.inf
  1514. msfdc.inf
  1515. mshdc.inf
  1516. msmouse.inf
  1517. msports.inf
  1518. msprint.inf
  1519. msprint2.inf
  1520. multilng.inf
  1521. netinfo.inf
  1522. nodriver.inf
  1523.  
  1524.  
  1525.  
  1526. pcmcia.inf
  1527. pcmciamf.inf
  1528. prtupd.inf
  1529. scsi.inf
  1530. setupc.inf
  1531. unknown.inf
  1532.  
  1533.  
  1534.  
  1535. vidcap.inf
  1536. wave.inf
  1537.  
  1538. [setup.files.sys]
  1539. setupx.dll
  1540. msprint.dll,,,32        ;suppress version conflicts
  1541. msprint2.dll
  1542. sysdetmg.dll
  1543.  
  1544. [setup.files.win]
  1545. logos.sys          ;shutdown logo
  1546. logow.sys          ;shutdown logo
  1547. setup.bmp          ;setup wash
  1548. winver.exe
  1549.  
  1550. [setup.files.machine]
  1551. wininit.exe,,,1
  1552.  
  1553.  
  1554. [base.help.files]
  1555. 31users.hlp
  1556. apps.hlp
  1557. license.hlp
  1558. license.txt
  1559. mouse.hlp
  1560. mouse.cnt
  1561. notepad.cnt
  1562. notepad.hlp
  1563. progman.cnt
  1564. progman.hlp
  1565. windows.cnt
  1566. windows.hlp
  1567. winfile.cnt
  1568. winfile.hlp
  1569. winhlp32.cnt
  1570. winhlp32.hlp
  1571.  
  1572. [base.help.winhelp]
  1573. winhelp.exe
  1574. winhlp32.exe
  1575.  
  1576. [base.help.sys]
  1577. stem0409.dll
  1578. whlp16t.dll
  1579. whlp32t.dll
  1580.  
  1581. [net.help.files]
  1582. NETWORK.HLP
  1583. SERVER.HLP
  1584.  
  1585. [ole.help.files]
  1586. common.hlp
  1587.  
  1588. [printer.files.sys]
  1589. control.inf
  1590. msprint.dll
  1591. msprint2.dll
  1592. spool32.exe
  1593. spoolss.dll,,,32        ; suppress version conflicts
  1594. winspl16.drv
  1595. winspool.drv
  1596.  
  1597. [printer.inis]
  1598. win.ini,windows,,"NullPort=None"
  1599. win.ini,ports,,"LPT1:="
  1600. win.ini,ports,,"LPT2:="
  1601. win.ini,ports,,"LPT3:="
  1602. win.ini,ports,,"COM1:=9600,n,8,1,x"
  1603. win.ini,ports,,"COM2:=9600,n,8,1,x"
  1604. win.ini,ports,,"COM3:=9600,n,8,1,x"
  1605. win.ini,ports,,"COM4:=9600,n,8,1,x"
  1606. win.ini,ports,,"FILE:="
  1607. win.ini,windows,"spooler=",
  1608. win.ini,windows,"DosPrint=",
  1609.  
  1610. [config_default]
  1611. DevDefXms=himem.sys,10-23-92,4.00
  1612. DevUmbProv=emm386.exe,10-23-92,4.00
  1613. DevXmsProv=386max.sys
  1614. DevXmsProv=bluemax.sys
  1615. DevXmsProv=qemm386.sys
  1616. DevXmsProv=rm386.exe
  1617. DevRename=emm386.sys,emm386.exe
  1618. DevRename=emm386.dos,emm386.exe
  1619. DevDelete=smartdrv.sys,10-23-92,4.00
  1620. DevDelete=smartdrv.exe     ;to remove double_buffering
  1621. Files=30
  1622. Buffers=30,0
  1623. Stacks=9,256
  1624. Fcbs=4
  1625. DOS=high,noumb,auto
  1626. PreFixPath=26,25,10,13
  1627. RemOldPath=33,32
  1628. TmpDir=27,TEMP ; line to Validate the TMP and TEMP variables in CONFIG.SYS
  1629. ;RemKey=LastDrive
  1630. shell=command.com
  1631. DelKey=Country
  1632. DevDelete=ifshlp.sys
  1633. DevDelete=dlshelp.sys ;ibm's ifshlp.sys
  1634. DevDelete=fastopen
  1635. DevDelete=fastopen.exe
  1636. DevDelete=append
  1637. DevDelete=append.exe
  1638. DevDelete=share.exe
  1639. DevDelete=share.com
  1640. DevDelete=share
  1641. DevDelete=mirror.exe
  1642. DevDelete=mirror.com
  1643. DevDelete=mirror
  1644. DevDelete=ega.sys
  1645. DevDelete=DRIVER.SYS
  1646.  
  1647. DevDelete=redirect.exe
  1648.  
  1649. ;PCTOOLS MS-DOS Shell:
  1650. DevDelete=PCSHELL
  1651. DevDelete=PCSHELL.EXE
  1652.  
  1653. ;Old Iclandic keybd drivers:
  1654. DevDelete=ISLAND.SYS
  1655. DevDelete=ISL861.SYS 
  1656. DevDelete=ISL850.SYS
  1657.  
  1658. DevDelete=MEMDRV.EXE
  1659.  
  1660. ; Remove TSR that Carbon Copy installs:
  1661. DevDelete=doshost.exe
  1662.  
  1663. ; Remove TSR that comes installed on at&t globalyst 360 pentium
  1664. DevDelete=wbide.exe
  1665.  
  1666. ; Remove Video 7 VGA driver:
  1667. DevDelete=RAMBIOS.SYS
  1668.  
  1669. ; Remove MS-DOS 6.x UNDELTE utility
  1670. DevDelete=undelete.exe
  1671.  
  1672. ; BlueMax utility that does things that Windows now does autoematically:
  1673. DevDelete=EXTRADOS.MAX
  1674.  
  1675. ; QEMM 7,x utilities that do things that Win 95 now does automatically:
  1676. DevDelete=DOSDATA.SYS
  1677. DevDelete=DOS-UP.SYS
  1678. DevDelete=ST-DBL.SYS
  1679. DevDelete=ST-DSPC.SYS
  1680.  
  1681. ; Remove Compaq PnP handler (replace w/ built-in Win 95 PnP)
  1682. DevDelete=CPQCM.SYS
  1683.  
  1684. DevDelete=DWCFGMG.SYS    ;Intel PnP handler
  1685. DevDelete=ADI2C130.SYS   ;Appian PCI IDE Controller driver
  1686. DevDelete=um8673.sys     ;Compaq
  1687.  
  1688. ;3rd party remote net TSRs:
  1689. DevDelete = rln.exe
  1690. DevDelete = rlnAsync.exe
  1691.  
  1692. DevDelete = S64DDPMS     ;Stealth 64 PCI driver
  1693. DevDelete = S64DDPMS.COM
  1694.  
  1695. DevDelete = PCDISK.EXE   ;Zenith Znote driver
  1696.  
  1697. ; Remove Anti-Virus Programs
  1698. DevDelete = vsafe.sys    ;Central Point
  1699. DevDelete = vsafe.com    ;Central Point/MS-DOS 6
  1700. DevDelete = vdefend.sys  ;PC-Tools
  1701. DevDelete = vdefend.com  ;PC-Tools
  1702. DevDelete = vwatch.com   ;PC-Tools
  1703. DevDelete = vaccine.exe  ;Vaccine Antivirus Program
  1704. DevDelete = virstop.exe  ;F-Prot Anti-Virus
  1705. DevDelete = navtsr.exe   ;Norton Anti-virus
  1706. DevDelete = nav_.sys     ;Norton Anti-virus
  1707. DevDelete = nav.drv      ;Norton Anti-virus
  1708. DevDelete = nav&.sys     ;Norton Anti-virus
  1709.  
  1710. ;Remove lines that start any of the following disk caches:
  1711. DevDelete       = cache-at.sys  ; Golden Bow Software
  1712. DevDelete       = cache-em.sys  ; Golden Bow Software
  1713. DevDelete       = cache.exe           ; Disk Cache Utility
  1714. DevDelete       = cacheclk.exe    ;Helix MultiMedia Cloaking Ver 1.0
  1715. DevDelete       = cloaking.exe
  1716. DevDelete       = mouseclk.exe 
  1717. DevDelete       = fast512.sys
  1718. DevDelete       = fast.exe
  1719. DevDelete       = faste.exe
  1720. DevDelete       = fastx.exe
  1721. DevDelete       = flash.exe           ; Flash Disk Cache Utility"hyper386.exe ;"Hyper Disk Cache Utility
  1722. DevDelete       = hyper286.exe  ; Hyper Disk Cache Utility"
  1723. DevDelete       = hyper386.exe  ; Shareware disk cache
  1724. DevDelete       = hyperdkc.exe  ; Hyper Disk Cache Utility
  1725. DevDelete       = hyperdke.exe  ; Hyper Disk Cache Utility
  1726. DevDelete       = hyperdkx.exe  ; Hyper Disk Cache Utility
  1727. DevDelete       = ibmcache.sys
  1728. DevDelete       = icache.sys
  1729. DevDelete       = l.com         ; Lightning Disk Cache
  1730. DevDelete       = mcache.sys    ; Paul Mace Utilites
  1731. DevDelete       = ncache.exe    ; Norton Disk Cache Utility
  1732. DevDelete       = ncache2.exe    ; Norton Disk Cache Utility
  1733. DevDelete       = pc-cache.com  ; PC Tools Disk Cache Utility
  1734. DevDelete       = pc-kwik.exe   ; PC-Kwik Disk Cache Utility
  1735. DevDelete       = pcache.com    ; Print cache
  1736. DevDelete       = pckkey.exe    ; Multisoft Super PC Kwik Windows driver
  1737. DevDelete       = pckscrn.exe   ; Multisoft Super PC Kwik Windows driver
  1738. DevDelete       = pckwin.sys    ; Multisoft Super PC Kwik Windows driver
  1739. DevDelete       = poweron.bat   ; Batch file which turns on Super PC Kwik (from v 3.1 PowerPack)
  1740. DevDelete       = qcache.exe    ; 386 Max Disk Cache Utility
  1741. DevDelete       = qcache.win    ; 386 Max/BlueMax Disk Cache Utility
  1742. DevDelete       = scpcdext.exe  ; Norton CD-ROM Cache
  1743. DevDelete       = sdcdext.exe   ; Norton CD-ROM Cache
  1744. DevDelete       = scplus.exe    ; SpeedCache for Disks and CD-ROM
  1745. DevDelete       = speedrv.exe   ; Norton Speed Drive
  1746. DevDelete       = super.exe     ; Super PC Kwik
  1747. DevDelete       = superon.bat   ; Batch file which turns on Super PC Kwik
  1748. DevDelete       = superpck.exe  ; Multisoft Super PC Kwik disk cache
  1749. DevDelete       = zcache.sys    ; Zenith Data Systems OEM from DOS 3.3 & 4.01
  1750.  
  1751. ;Remove the following from previous versions of OEM-DOS
  1752. DevDelete       = astcache.sys  ; AST 3.30
  1753. DevDelete       = cache.sys     ; Compaq 3.20, Dell 3.30
  1754. DevDelete       = cacher.sys    ; AST 3.30, Olivetti 3.30
  1755. DevDelete       = cemm.exe      ; DOS 3.20, 3.21, 3.30, 3.31, 4.00
  1756. DevDelete       = cemmp.exe     ; DOS 3.20, 3.21, 3.30, 3.31, 4.00, Compaq 5.00
  1757. DevDelete       = enhdisk.sys   ; Compaq 3.20, 3.31, 4.00
  1758. DevDelete       = emmdrv.sys    ; NCR 3.30
  1759. DevDelete       = fastdisk.sys  ; AST 3.30
  1760. DevDelete       = hardrive.sys  ; HP 3.20, 3.30, 4.00
  1761. DevDelete       = hpdcache.sys  ; HP 4.0
  1762. DevDelete       = kboard.sys    ; Toshiba 3.20
  1763. DevDelete       = mlpart.sys    ; Tandy 3.20, 3.30
  1764. DevDelete       = olicache.sys  ; Olivetti 3.30
  1765. DevDelete       = ramboost.exe  ; IBM 6.3
  1766. DevDelete       = shelldrv.sys  ; NCR 3.30
  1767. DevDelete       = spooler.sys   ; Tandy 3.20, 3.30
  1768. DevDelete       = xdisk.sys     ; Unisys 3.20
  1769. DevDelete       = xma2ems.sys   ; DOS 4.00
  1770. DevDelete       = xmaem.sys     ; DOS 4.00
  1771. DevDelete       = zspool.sys    ; Zenith 3.20, 3.21
  1772.  
  1773. ;For non MS-DOS operating systems:
  1774. DevDelete = delwatch.exe
  1775. DevDelete = delpurge.exe
  1776. DevDelete = diskmap.exe
  1777. DevDelete = diskopt.exe
  1778. DevDelete = dpms.exe
  1779. DevDelete = emmxma.sys
  1780. DevDelete = fastopen.exe
  1781. DevDelete = hidos.sys
  1782. ;DevDelete = lock.exe
  1783. DevDelete = login.exe
  1784. DevDelete = memmax.exe
  1785. DevDelete = nwcache.exe
  1786. DevDelete = password.exe
  1787. DevDelete = pckwik.sys
  1788. DevDelete = rendir.exe
  1789. DevDelete = script.exe
  1790. DevDelete = superpck.exe
  1791. DevDelete = taskmax.exe
  1792. DevDelete = taskmgr.exe
  1793. DevDelete = touch.exe
  1794. DevDelete = vdisk.sys
  1795. DevDelete = xdel.exe
  1796. DevDelete = xdir.exe
  1797.  
  1798. ; Fix the path to keyboard.sys in the install=key line
  1799. CfgFixArgs= keyb
  1800.  
  1801. [autoexec_default]
  1802. ; CmdDelete will remove any lines that launch a filename with the .exe, .com, .bat or no extension.
  1803. ; The ",1" flag after the filename will only remark-out the, it will not delete it (i.e. it will
  1804. ; add "REM -- By Windows Setup" to the beginning of the line
  1805.  
  1806. CmdDelete=smartdrv
  1807. CmdDelete=dosshell
  1808. CmdDelete=fastopen,1
  1809. CmdDelete=append,1
  1810. CmdDelete=share
  1811. CmdDelete=mirror
  1812. CmdDelete=win
  1813. CmdDelete=setcfg    ;used in M5.
  1814. ;CmdRename=
  1815. PreFixPath=26,25,10,13
  1816. RemOldPath=33,32
  1817. UnSet=comspec
  1818. TmpDir=27,TEMP ;If TEMP and TMP environment variables are not set,
  1819.            ;create a TEMP dir off of LDID_MACHINE and add
  1820.            ;SET TMP and SET TEMP entries in autoexec.bat pointing
  1821.            ;to the new directory
  1822.  
  1823. CmdDelete=redirect
  1824.  
  1825. ;PCTOOLS MS-DOS Shell:
  1826. CmdDelete=PCSHELL
  1827.  
  1828. ;Remove DTC driver:
  1829. CmdDelete=ascsi
  1830.  
  1831. ; Comment-out MS-DOS 6.x utilities:
  1832. CmdDelete=undelete,1
  1833. CmdDelete=drvspace,1
  1834. CmdDelete=dblspace,1
  1835.  
  1836. ; Remove TSR that Carbon Copy installs:
  1837. CmdDelete=doshost
  1838.  
  1839. ;DELL system menu:
  1840. CmdDelete=DELLMENU,1
  1841.  
  1842. ; Remove TSR that comes installed on at&t globalyst 360 pentium
  1843. CmdDelete=wbide
  1844.  
  1845. ;3rd party remote net TSRs:
  1846. CmdDelete = rln
  1847. CmdDelete = rlnAsync
  1848.  
  1849. CmdDelete = S64DDPMS  ;Stealth 64 PCI driver
  1850.  
  1851. ; Rem out NECs DOS Audio sound card hot key mixer
  1852. CmdDelete = csachmx1,1
  1853. ; Remove Anti-Virus Programs
  1854. CmdDelete = vsafe        ;Central Point/MS-DOS 6
  1855. CmdDelete = vdefend      ;PC-Tools
  1856. CmdDelete = vwatch       ;PC-Tools
  1857. CmdDelete = vaccine      ;Vaccine Antivirus Program
  1858. CmdDelete = virstop      ;F-Prot Anti-Virus
  1859. CmdDelete = navtsr       ;Norton Anti-virus
  1860.  
  1861. ;Remove lines that start any of the following disk caches:
  1862. CmdDelete       = cache-at      ; Golden Bow Software
  1863. CmdDelete       = cache-em      ; Golden Bow Software
  1864. CmdDelete       = cache
  1865. CmdDelete       = cacheclk  ;Helix MultiMedia Cloaking Ver 1.0
  1866. CmdDelete       = fast512
  1867. CmdDelete       = fast
  1868. CmdDelete       = faste
  1869. CmdDelete       = fastx
  1870. CmdDelete       = flash         ; Flash Disk Cache Utility"hyper386.exe ;"Hyper Disk Cache Utility
  1871. CmdDelete       = hyper286      ; Hyper Disk Cache Utility"
  1872. CmdDelete       = hyper386      ; Shareware disk cache
  1873. CmdDelete       = hyperdkc      ; Hyper Disk Cache Utility
  1874. CmdDelete       = hyperdke      ; Hyper Disk Cache Utility
  1875. CmdDelete       = hyperdkx      ; Hyper Disk Cache Utility
  1876. CmdDelete       = ibmcache
  1877. CmdDelete       = icache
  1878. CmdDelete       = l             ; Lightning Disk Cache
  1879. CmdDelete       = mcache        ; Paul Mace Utilites
  1880. CmdDelete       = mouseclk 
  1881. CmdDelete       = ncache        ; Norton Disk Cache Utility
  1882. CmdDelete       = ncache2       ; Norton Disk Cache Utility
  1883. CmdDelete       = pc-cache      ; PC Tools Disk Cache Utility
  1884. CmdDelete       = pc-kwik       ; PC-Kwik Disk Cache Utility
  1885. CmdDelete       = pckwin        ; Multisoft Super PC Kwik Windows driver
  1886. CmdDelete       = pckscrn       ; Multisoft Super PC Kwik Windows driver
  1887. CmdDelete       = pckkey        ; Multisoft Super PC Kwik Windows driver
  1888. CmdDelete       = poweron.bat,1 ; Batch file which turns on Super PC Kwik (from v 3.1 PowerPack) (REM out line)
  1889. CmdDelete       = qcache        ; 386 Max Disk Cache Utility
  1890. CmdDelete       = scpcdext      ; Norton CD-ROM Cache
  1891. CmdDelete       = sdcdext       ; Norton CD-ROM Cache
  1892. CmdDelete       = scplus        ; SpeedCache for Disks and CD-ROM
  1893. CmdDelete       = speedrv       ; Norton Speed Drive
  1894. CmdDelete       = super         ; Super PC Kwik
  1895. CmdDelete       = superon,1     ; Batch file which turns on Super PC Kwik (REM out line)
  1896. CmdDelete       = superpck      ; Multisoft Super PC Kwik disk cache
  1897. CmdDelete       = zcache        ; Zenith Data Systems OEM from DOS 3.3 & 4.01
  1898. CmdDelete       = pcache        ; Print cache
  1899.  
  1900. ;For non MS-DOS operating systems:
  1901. CmdDelete = diskopt
  1902. CmdDelete = delq
  1903. CmdDelete = delpurge
  1904. CmdDelete = delwatch
  1905. CmdDelete = diskmap
  1906. CmdDelete = dpms
  1907. CmdDelete = eraq
  1908. ;CmdDelete = lock
  1909. ;CmdDelete = login
  1910. CmdDelete = memmax
  1911. CmdDelete = nwcache
  1912. CmdDelete = password
  1913. CmdDelete = ramboost
  1914. CmdDelete = rendir
  1915. CmdDelete = script
  1916. CmdDelete = taskmax
  1917. CmdDelete = taskmgr
  1918. CmdDelete = touch
  1919. CmdDelete = xdel
  1920. CmdDelete = xdir
  1921.  
  1922. ;
  1923. ; Rem lines out in autoexec.bat or any batch file executed
  1924. ; by autoexec.bat which has a copy,del,move,rename, command
  1925. ; followed by one of these file names somewhere on it's
  1926. ; commandline
  1927. ; Review:  Do we need this list anymore as we un-conditionally Rem out the
  1928. ; Cpy, Ren and Del lines.
  1929.  
  1930. RemCpyRenDel = config.sys
  1931. RemCpyRenDel = autoexec.bat
  1932. RemCpyRenDel = protocol.ini
  1933. RemCpyRenDel = win.ini
  1934. RemCpyRenDel = system.ini
  1935. CmdFixArgs = keyb
  1936.  
  1937. ;
  1938. ; These will be called before setup queued any files to copy
  1939. [PreQueueProviders]
  1940. netdi.dll,SBSTREECOPYNWBOOTDISK
  1941.  
  1942. ; These are called before any files are copied.
  1943. [BeforeProvider]
  1944. msprint.dll, SETUPENTRY
  1945.  
  1946. ; These are called once all the files (.infs etc)
  1947. ; have been copied. Also the directory hierarchy is there. Also, we are
  1948. ; about ready to reboot after flushing TP cache.
  1949. [AfterProvider]
  1950. netdi.dll,NDICLEANUPB4REBOOT
  1951. ;The SURPLSETUP must be the last afterprovider to get things in the rpl image.
  1952. setupx.dll,SURPLSETUP
  1953.  
  1954. ; These are all the keys that are not deleted in HKLM if doing a
  1955. ; clean install.
  1956. [CleanoutReg]
  1957. HARDWARE
  1958. SOFTWARE
  1959. SYSTEM
  1960. CONFIG
  1961. ENUM
  1962. REGISTRY
  1963.  
  1964. [SetverEntries]
  1965. APPEND.EXE
  1966. BASIC.COM
  1967. BASICA.COM
  1968. DISKCOMP.EXE
  1969. EXTDISK.SYS
  1970. GRAPHICS.COM
  1971. FASTOPEN.EXE
  1972. MODE_DOS.COM
  1973. PRINT.EXE
  1974. REPLACE.EXE
  1975. RESTORE.EXE
  1976. SCPLUS.EXE
  1977. SCSIC710.SYS
  1978. TREE.COM
  1979. VDISK.SYS
  1980.  
  1981. [SetupUnInstallYes]
  1982. CopyFiles=un.copy
  1983. AddReg=Un.AddReg
  1984.  
  1985. [SetupUnInstallNo]
  1986.  
  1987. [un.copy]
  1988. uninstal.exe
  1989.  
  1990. [Un.AddReg]
  1991. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows95,DisplayName,,"%Win_DESC%"
  1992. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows95,UninstallString,,"uninstal.exe"
  1993. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows95Cleanup,DisplayName,,"%Win_Cln_DESC%"
  1994. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows95Cleanup,UninstallString,,"uninstal.exe /delete"
  1995.  
  1996. [Data]
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  CCP=0
  2006.  
  2007.  
  2008.  
  2009. [Strings]
  2010. ;Non-Localizable strings:
  2011. KEY_OPTIONAL = "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  2012. KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  2013. KEY_DEL = "Software\Microsoft\Windows\CurrentVersion\DeleteFiles"
  2014. KEY_CFGMGR = "System\CurrentControlSet\Services\VxD\CONFIGMG"
  2015. KEY_MULTIFUNC = "Hardware\Description\System\MultifunctionAdapter"
  2016. KEY_GROUPORDER = "System\CurrentControlSet\Control\GroupOrderList"
  2017. KEY_SERVICEGRP = "System\CurrentControlSet\Control\ServiceGroupOrder"
  2018. KEY_NTKERN = "System\CurrentControlSet\Services\VxD\NTKern"
  2019. KEY_SVCSVXD = "System\CurrentControlSet\Services\VxD"
  2020. KEY_RUNONCE = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  2021. KEY_VMM32FILES = "System\CurrentControlSet\Control\VMM32Files"
  2022. KEY_INSTALLED = "System\CurrentControlSet\Control\InstalledFiles"
  2023. KEY_CURRENT = "Software\Microsoft\Windows\CurrentVersion"
  2024. KEY_ASDLIST = "System\CurrentControlSet\Control\AttemptingSomethingDangerous\List"
  2025. KEY_FILESYSTEM = "System\CurrentControlSet\Control\FileSystem"
  2026.  
  2027. ;Localizable strings:
  2028. Desktop = "╫└├µ"
  2029. ProductName = "Microsoft Windows 95"
  2030. WINDOWS_DEFAULT = "Windows ▒Ω╫╝"    ; must match name of default color scheme
  2031. NULL = ""
  2032. WINBASE = "Windows ╗∙╫╝╫Θ╝■"
  2033. SRCPATH = "í░╖╓╖óí▒─┐┬╝"
  2034. MAIN_DESC = "╓≈╚║╫Θ"
  2035. PRINTER = "╘▌╩▒┤≥╙í╬─╝■"
  2036. SYSTOOLS_DESC = "╕╜╝■\╧╡═│╣ñ╛▀"
  2037. PenPal_DESC = "╗¡▒╩╡≈╔½░σ"
  2038. StartUp_DESC = "╞⌠╢»"
  2039. Explorer_DESC = "╫╩╘┤╣▄└φ╞≈"
  2040. WinExplorer_DESC = "Windows ╫╩╘┤╣▄└φ╞≈"
  2041. WinExplorer_ShortDESC = "Wexplore"
  2042. MSDOSPrmpt_DESC = "MS-DOS ╖╜╩╜"
  2043. MSDOSPrmpt_ShortDESC = "Dosprmpt"
  2044. WinBug_DESC = "WinBug"
  2045. ConfigMSDOS_Desc = "MS-DOS │╠╨≥╔Φ╓├"
  2046. SetTimeZone_Desc = "╩▒╟°"
  2047. CplInit_Desc = "┐╪╓╞├µ░σ"
  2048. HelpInit_Desc = "Windows ░∩╓·"
  2049. Grpconv_Desc = "í░┐¬╩╝í▒▓╦╡Ñ╔╧╡─│╠╨≥"    ;MUST MATCH EXACTLY WITH Grpconv_Desc in 0x0400.INX
  2050. APPS_DESC = "╕╜╝■"
  2051. Notepad_DESC = "╝╟╩┬▒╛"
  2052. WinNews_DESC = "Microsoft WinNews"
  2053. desktop_DESC = "Desktop"
  2054. media_dir = "media"
  2055. CPanel_DESC = "┐╪╓╞├µ░σ"
  2056. Printers_DESC = "┤≥╙í╗·"
  2057. Fileman_DESC = "╬─╝■╣▄└φ╞≈"
  2058. Fixdrive_Desc = "┤┼┼╠╔¿├Φ│╠╨≥"
  2059. Beta3Fixdrive_Desc = "ScanDisk"    ; DO NOT LOCALIZE THIS STRING
  2060. Relnote_Lnk_Desc = "░µ▒╛╖ó▓╝╔∙├≈"
  2061.  
  2062. BEZIER = "Curves~1"    ; short (8 char) version of "Curves and Colors"
  2063. SSMARQUE = "Scroll~1"    ; short (8 char) version of "Scrolling Marquee"
  2064. SSMYST = "Mystif~1"    ; short (8 char) version of "Mystify Your Mind"
  2065. SCRNSAVE = "BlankS~1"    ; short (8 char) version of "Blank Screen"
  2066. SSFLYWIN = "Flying~1"    ; short (8 char) version of "Flying Windows"
  2067. SSSTARS = "Flying~2"    ; short (8 char) version of "Flying Through Space"
  2068.  
  2069. SETUP_BMP = "Setup"    ; localized name for setup wallpaper
  2070. Win95_DESC = "Windows 95"
  2071. Win95_Cln_DESC = "╔╧╥╗░µ▒╛ Windows/DOS ╡─╧╡═│╬─╝■(╨╢╘╪╨┼╧ó)"
  2072. DOC_GRP = "╬─╡╡"    ; needs to match what's used in grpconv source - NO SPACES!
  2073. Readme = "Readme"
  2074. Readme_Loc = "$!$!$w95"    ; for non-US replace w/ localized name for Readme
  2075. ProgramsFolder = "Programs"
  2076.  
  2077.