home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / PWIN95 / PRECOPY2.CAB / setupc.inf < prev    next >
Encoding:
INI File  |  1995-12-08  |  54.5 KB  |  1,932 lines

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