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