home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / setupc.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  21.4 KB  |  841 lines

  1.  
  2. ; SETUPC.INF
  3. ; This is the Setup information file for the base
  4. ; components for the Windows 1 product.
  5. ; Copyright 1993-1997, Microsoft Corporation
  6.  
  7. [version]
  8. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  9. signature="$CHICAGO$"
  10. SetupClass=BASE
  11.  
  12. [DestinationDirs]
  13. msdbl.files         = 13    ; LDID_CMD
  14. del.old.msdos.files = 34    ; LDID_OLD_DOS
  15. ren.old.msdos.files = 34    ; LDID_OLD_DOS
  16. del.premsdos5.files = 34    ; LDID_OLD_DOS
  17. del.old.msdos.root  = 30    ; LDID_BOOT (root of boot drive)
  18. dxxspace.bat.files  = 34    ; LDID_OLD_DOS
  19. ren.dxxspace.utils  = 34    ; LDID_OLD_DOS
  20. del.dxxspace.utils  = 34    ; LDID_OLD_DOS
  21. del.oldwinboot      = 32    ; LDID_OLD_WINBOOT ; Review: not needed in future products
  22. del.cmd             = 13    ; LDID_CMD
  23. del.oldnet          = 11    ; LDID_SYS
  24. del.oldnet.win      = 25    ; LDID_SHARED
  25. del.win.reboot      = 25    ; LDID_SHARED
  26. del.bootroot        = 30    ; LDID_BOOT        ; Root dir of boot drive
  27. NewWin.Shared       = 25    ; LDID_SHARED
  28. NewWin.Ren          = 30    ; LDID_BOOT
  29. un.copy             = 13    ; LDID_CMD
  30. un.del              = 13    ; LDID_CMD
  31. un.del.w95undo.boot = 30    ; LDID_BOOT
  32. un.del.w95undo.host = 31    ; LDID_BOOT_HOST
  33. Win95Upg.Vmm.Files  = 22    ; LDID_VMM32
  34. NotWin95Upg.Sys.Files=11    ; LDID_SYS
  35.  
  36. [Win95Upg]
  37. ; Used to handle specific Win95 upgrade handling
  38. CopyFiles = Win95Upg.Vmm.Files, Win95Upg.Sys.Files
  39. UpdateInis= Win95Upg.Inis
  40.  
  41. [NotWin95Upg]
  42. ; Called when not Win95 upgrade
  43.  
  44. [Win95Upg.Inis]
  45.  
  46. [Win95Upg.Vmm.Files]
  47.  
  48. [Win95Upg.Sys.Files]
  49.  
  50. [SetupNewWIN]
  51. ; Used to cleanup/do stuff when doing a new/clean installation
  52. CopyFiles = NewWin.Shared
  53. RenFiles  = NewWin.Ren
  54. DelReg = NewWin.DelReg, Temp.DelReg
  55. AddReg = NewWin.AddReg
  56. ; Currently used to order sections in INI files similar to that in Win 3.1
  57. UpdateInis = Setup.Init.Inis
  58.  
  59. [SetupUpgradeWIN]
  60. ; Used to cleanup/do stuff for an upgrade case
  61. DelReg = Temp.DelReg
  62. Ini2Reg = SUIni2RegSec
  63. UpdateInis = SU.Update.Inis
  64. AddReg = UpgradeWIN.AddReg
  65.  
  66. [Temp.DelReg]
  67. ; Temp.DelReg is only for cleanup of keys from previous builds
  68.  
  69. [SetupNewDOS]
  70. ; This section will be installed if the user is doing new/clean install and
  71. ; the new DOS (CMD) dir is different from the prev. one.
  72. ; Use LDID 34 as the old dos dir.
  73. ; backup d??space utilities and replace w/ stub batch files
  74. RenFiles  = ren.dxxspace.utils
  75. CopyFiles = dxxspace.bat.files
  76.  
  77. [SetupUpgradeDOS]
  78. ; Used to nuke files from their old DOS dir, if it is an upgrade and the
  79. ; new DOS(CMD) dir is different from prev. one, we GenInstall() this section.
  80. ; Use 34 as LDID for old dos dir (LDID_OLD_DOS) when adding DelFiles=
  81.  
  82. ; delete d??space utilities and replace w/ stub batch files
  83. ; and delete ms-dos utils that are updated w/ Win 95 versions
  84. CopyFiles = dxxspace.bat.files
  85. DelFiles = del.old.msdos.files, del.dxxspace.utils, del.old.msdos.root
  86. RenFiles = ren.old.msdos.files
  87.  
  88. [SetupCleanupOldDOS]
  89. ; Used to cleanup/do stuff when prev. DOS version < 5.0
  90. DelFiles = del.premsdos5.files
  91.  
  92. [NewWin.DelReg]
  93. ; REVIEW: check this list and add/del as appropriate. Some of
  94. ; these branches that are removed are relevant only to interim releases
  95. ; where these obsolete keys were added. This might not be an issue for 
  96. ; future products. Also, we might be able to move these to [SetupInit] section.
  97. ; Warning: if you del the  HKLM,SOFTWARE\CLASSES branch, OLE 2 apps might not run
  98. ; and will have to be re-installed.
  99. HKLM,SOFTWARE\FONTS
  100. HKLM,SOFTWARE\PRODUCTS
  101. HKLM,SOFTWARE\MICROSOFT\WINDOWS\4.0
  102. HKLM,SYSTEM\CURRENTCONTROLSET\CONTROL
  103. HKLM,SYSTEM\MEDIAEXTENSIONS
  104.  
  105. [NewWin.AddReg]
  106. ; Set default wallpaper to nothing for clean install:
  107. ; (runonce.exe sets the wallpaper to these values when it's done)
  108. HKLM,%KEY_CURRENT%\Setup,"WallPaper",,""
  109. HKLM,%KEY_CURRENT%\Setup,"TileWallpaper",,"0"
  110. HKCU,"Control Panel\Appearance",Current,,"%WINDOWS_DEFAULT%"
  111.  
  112. ; Run once wrapper entry to run time zone control panel:
  113. HKLM, %KEY_RUNONCE%\Setup,"%SetTimeZone_Desc%",,"RUNDLL32.EXE SHELL32.DLL,Control_RunDLL TIMEDATE.CPL,,/f"
  114.  
  115. [UpgradeWIN.AddReg]
  116. HKLM, %KEY_RUNONCE%,"%SetTimeZone_Desc%",,"RUNDLL32.EXE SHELL32.DLL,Control_RunDLL TIMEDATE.CPL,,/s"
  117.  
  118. [NewWin.Shared]
  119. dosprmpt.pif
  120.  
  121. [NewWin.Ren]
  122. ;rename win.bat in root if clean install
  123. win_bat.bak,win.bat
  124.  
  125. [SetupBeforeReboot]
  126. ; This section is GenInstall-ed just before we update the root files, etc.
  127. ; This is the place where you can delete more stuff like C:\WINBOOT files,
  128. ; DBLSPACE.* if applicable, etc.
  129. DelFiles = del.oldwinboot, del.cmd, del.oldnet, del.win.reboot, del.oldnet.win, del.bootroot
  130. DelReg=del.oldnetreg
  131. UpdateInis = msdos.sys.reboot.inis 
  132.  
  133. [del.bootroot]
  134. ;These would be left over from a single-msdos-app mode session:
  135. autoexec.app
  136. autoexec.wos
  137. config.app
  138. config.wos
  139.  
  140. [del.oldwinboot]
  141. ; REVIEW: this section not needed in future products
  142. ndishlp.sys
  143. net.exe
  144. net.msg
  145. neth.msg
  146. netstart.bak
  147. netstart.bat
  148. odihlp.exe
  149. protman.dos
  150. protman.exe
  151. protocol.bak
  152. protocol.ini
  153.  
  154. [del.cmd]
  155. COMMAND.COM             ; REVIEW: Not needed in future releases.
  156.  
  157. [del.oldnet]
  158. am1500t.386
  159. ee16.386
  160. elnk3.386
  161. elnkii.386
  162. ibmtok.386
  163. declan.386
  164. ne1000.386
  165. ne2000.386
  166. nice.386
  167. ubnei.386
  168. elnk16.386
  169. elnkmc.386
  170. ne3200.386
  171. pppmac.386
  172. proteon.386
  173. snip.386
  174. wsock.386,,,32          ; suppress version conflicts
  175. wstcp.386
  176. wsipx.386
  177. vserver.386
  178. nwserver.386
  179. vredir.386
  180. nwredir.386
  181. ndis.386
  182. ndis2sup.386
  183. msodisup.386
  184. filesec.386
  185. mssp.386
  186. nscl.386
  187. nwlink.386
  188. nwnblink.386
  189. nwsp.386
  190. nwsup.386
  191. snapshot.386
  192. nw416.dll
  193. nwlogin3.exe
  194. lscon.exe
  195. vnetsup.386
  196. vnetbios.386
  197. netbeui.386
  198. netcp.cpl
  199. netlib32.dll
  200. wfwnet.drv
  201.  
  202. [del.oldnet.win]
  203. admincfg.exe
  204. admincfg.adm
  205.  
  206. [del.oldnetreg]
  207. HKLM,System\CurrentControlSet\Control\NetworkProvider\Order,SCRSAVE
  208.  
  209. [msdos.sys.reboot.inis]
  210. ;Add lines to msdos.sys to make it >1024B for compatibility w/ other apps.
  211. ;(Done right before we reboot)
  212. %31%\msdos.sys,Options,,"WinVer="
  213. %31%\msdos.sys,Options,,";"
  214. %31%\msdos.sys,Options,,";The following lines are required for compatibility with other programs."
  215. %31%\msdos.sys,Options,,";Do not remove them (MSDOS.SYS needs to be >1024 bytes)."
  216. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa"
  217. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb"
  218. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc"
  219. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd"
  220. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxe"
  221. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf"
  222. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg"
  223. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh"
  224. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi"
  225. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj"
  226. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxk"
  227. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxl"
  228. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxm"
  229. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn"
  230. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxo"
  231. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxp"
  232. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxq"
  233. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr"
  234. %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs"
  235.  
  236. [Setup.Init.Inis]
  237. ; THIS IS ONLY EXECUTED ON A CLEAN INSTALL
  238. ; Use a non-existent line spec. to delete from the INI files
  239. ; For Boot and 386Enh we use lines that need to be added anyway
  240.  
  241. ;Create System.ini entries for Machine (only done for Clean Install--
  242. ;on an upgrade we leave whatever the user has installed in place)
  243. system.ini,boot, ";DelMe"
  244. system.ini, keyboard, ";DelMe"
  245. system.ini, boot.description, ";DelMe"
  246. system.ini,386Enh,,"ebios=*ebios"
  247. wininit.ini, CombineVxDs,,"%22%\ebios.vxd=%11%\vmm32.vxd"
  248.  
  249. win.ini, windows, ";DelMe"
  250. win.ini, Desktop, ";DelMe"
  251. win.ini, intl, ";DelMe"
  252. win.ini, fonts, ";DelMe"
  253. win.ini, FontSubstitutes, ";DelMe"
  254. win.ini, Compatibility, ";DelMe"
  255. win.ini, Compatibility32, ";DelMe"
  256.  
  257. ;make ghost entries in msdos.sys to get order of sections correct:
  258. %31%\msdos.sys,Paths, ";DelMe"
  259. %31%\msdos.sys,Options,,"BootMulti=1"
  260.  
  261. [SUIni2RegSec]
  262. win.ini,windows,CursorBlinkRate,HKCU,"Control Panel\Desktop"
  263. win.ini,windows,BorderWidth,HKCU,"Control Panel\Desktop"
  264. win.ini,windows,ScreenSaveTimeOut,HKCU,"Control Panel\Desktop"
  265. win.ini,windows,ScreenSaveActive,HKCU,"Control Panel\Desktop"
  266. win.ini,windows,KeyboardSpeed,HKCU,"Control Panel\Keyboard"
  267. win.ini,windows,KeyboardDelay,HKCU,"Control Panel\Keyboard"
  268. win.ini,windows,Beep,HKCU,"Control Panel\Sound"
  269. win.ini,windows,SwapMouseButtons,HKCU,"Control Panel\Mouse"
  270. win.ini,windows,DoubleClickSpeed,HKCU,"Control Panel\Mouse"
  271. win.ini,windows,MouseThreshold1,HKCU,"Control Panel\Mouse"
  272. win.ini,windows,MouseThreshold2,HKCU,"Control Panel\Mouse"
  273. win.ini,windows,MouseSpeed,HKCU,"Control Panel\Mouse"
  274. win.ini,Colors,ActiveTitle,HKCU,"Control Panel\Colors"
  275. win.ini,Colors,Background,HKCU,"Control Panel\Colors"
  276. win.ini,Colors,Hilight,HKCU,"Control Panel\Colors"
  277. win.ini,Colors,HilightText,HKCU,"Control Panel\Colors"
  278. win.ini,Colors,TitleText,HKCU,"Control Panel\Colors"
  279. win.ini,Colors,Window,HKCU,"Control Panel\Colors"
  280. win.ini,Colors,WindowText,HKCU,"Control Panel\Colors"
  281. win.ini,Desktop,TileWallpaper,HKCU,"Control Panel\Desktop"
  282. win.ini,Desktop,Wallpaper,HKCU,"Control Panel\Desktop"
  283. win.ini,Desktop,WallpaperStyle,HKCU,"Control Panel\Desktop"
  284. win.ini,Desktop,GridGranularity,HKCU,"Control Panel\Desktop"
  285. win.ini,Desktop,Pattern,HKCU,"Control Panel\Desktop"
  286. win.ini,Desktop,IconTitleFaceName,HKCU,"Control Panel\Desktop",1
  287. win.ini,Desktop,IconTitleSize,HKCU,"Control Panel\Desktop",1
  288. win.ini,Desktop,IconTitleStyle,HKCU,"Control Panel\Desktop",1
  289. win.ini,Desktop,IconTitleWrap,HKCU,"Control Panel\Desktop\WindowMetrics"
  290. win.ini,Desktop,IconSpacing,HKCU,"Control Panel\Desktop\WindowMetrics"
  291. win.ini,Desktop,IconVerticalSpacing,HKCU,"Control Panel\Desktop\WindowMetrics"
  292. win.ini,Extensions,,HKCU,"Software\Microsoft\Windows\CurrentVersion\Extensions"
  293. ;;unnecessary;; win.ini,Intl,,HKCU,"Control Panel\International"
  294. win.ini,WindowMetrics,MinWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  295. win.ini,WindowMetrics,MinHorzGap,HKCU,"Control Panel\Desktop\WindowMetrics"
  296. win.ini,WindowMetrics,MinVertGap,HKCU,"Control Panel\Desktop\WindowMetrics"
  297. win.ini,WindowMetrics,MinArrange,HKCU,"Control Panel\Desktop\WindowMetrics"
  298. win.ini,WindowMetrics,BorderWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  299. win.ini,WindowMetrics,ScrollWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  300. win.ini,WindowMetrics,ScrollHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
  301. win.ini,WindowMetrics,CaptionWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  302. win.ini,WindowMetrics,CaptionHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
  303. win.ini,WindowMetrics,SmCaptionWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  304. win.ini,WindowMetrics,SmCaptionHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
  305. win.ini,WindowMetrics,MenuWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
  306. win.ini,WindowMetrics,MenuHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
  307. ;win.ini,Sounds,,HKCU,"AppEvents\Schemes\OldScheme" ; unnecessary
  308.  
  309. ; store away initial wallpaper (so Setup can switch it after runonce):
  310. ; the 2 flag leaves the .ini line in tact and replaces the reg key if it already exists
  311. win.ini,Desktop,Wallpaper,HKLM,Software\Microsoft\Windows\CurrentVersion\Setup,2
  312. win.ini,Desktop,TileWallpaper,HKLM,Software\Microsoft\Windows\CurrentVersion\Setup,2
  313.  
  314. [SU.Update.Inis]
  315. ; copy over standard screen savers
  316. system.ini,boot,"scrnsave.exe=%25%\bezier.scr","scrnsave.exe=%11%\%BEZIER%.scr",1
  317. system.ini,boot,"scrnsave.exe=%25%\ssmarque.scr","scrnsave.exe=%11%\%SSMARQUE%.scr",1
  318. system.ini,boot,"scrnsave.exe=%25%\ssmyst.scr","scrnsave.exe=%11%\%SSMYST%.scr",1
  319. system.ini,boot,"scrnsave.exe=%25%\scrnsave.scr","scrnsave.exe=%11%\%SCRNSAVE%.scr",1
  320. system.ini,boot,"scrnsave.exe=%25%\ssflywin.scr","scrnsave.exe=%11%\%SSFLYWIN%.scr",1
  321. system.ini,boot,"scrnsave.exe=%25%\ssstars.scr","scrnsave.exe=%11%\%SSSTARS%.scr",1
  322.  
  323. ;make ghost entries in msdos.sys to get order of sections correct:
  324. %31%\msdos.sys,Paths, ";DelMe"
  325. %31%\msdos.sys,Options, ";DelMe"
  326.  
  327.  
  328. [del.win.reboot]
  329. ; Delete all CMD files from the windows dir just before the reboot since these are
  330. ; in the Windows\Command dir and shouldn't be in the Windows dir.
  331. ; NOTE: THIS SECTION SHOULD BE AN EXACT COPY OF the [cmd.files] section.
  332. ansi.sys
  333. attrib.exe
  334. chkdsk.exe
  335. choice.com
  336. country.sys
  337. dblspace.sys
  338. Debug.exe
  339. deltree.exe
  340. diskcopy.com
  341. display.sys
  342. doskey.com
  343. drvspace.bin
  344. drvspace.sys   ;ok to delete this--it's copied in applets.inf
  345. edit.com
  346. edit.hlp
  347. ega.cpi
  348. extract.exe
  349. fc.exe
  350. fdisk.exe
  351. find.exe
  352. format.com
  353. keyb.com
  354. keyboard.sys
  355. label.exe
  356. mem.exe
  357. mode.com
  358. more.com
  359. move.exe
  360. mscdex.exe
  361. nlsfunc.exe
  362. scandisk.exe
  363. scandisk.ini
  364. share.exe
  365. sort.exe
  366. start.exe
  367. subst.exe
  368. sys.com
  369. xcopy.exe
  370. xcopy32.exe,,,4         ;Force it 
  371. xcopy32.mod
  372.  
  373. [del.old.msdos.files]
  374. ansi.sys
  375. attrib.exe
  376. chkdsk.exe
  377. choice.com
  378. country.sys
  379. Debug.exe
  380. DEFRAG.HLP
  381. deltree.exe
  382. diskcopy.com
  383. display.sys
  384. doskey.com
  385. drvspace.bin
  386. edit.com
  387. edit.hlp
  388. ega.cpi
  389. fc.exe
  390. fdisk.exe
  391. find.exe
  392. format.com
  393. keyb.com
  394. keyboard.sys
  395. label.exe
  396. mem.exe
  397. mode.com
  398. more.com
  399. move.exe
  400. mscdex.exe
  401. MWUNDEL.EXE
  402. MWUNDEL.HLP
  403. nlsfunc.exe
  404. scandisk.exe
  405. scandisk.ini
  406. share.exe
  407. sort.exe
  408. start.exe
  409. subst.exe
  410. sys.com
  411. xcopy.exe
  412.  
  413. ;others not copied in the [cmd.files] section
  414. emm386.exe
  415. networks.txt
  416. os2.txt
  417. ramdrive.sys
  418. readme.txt
  419. setver.exe
  420. smartdrv.exe
  421.  
  422. ;Compaq DOS 5.0
  423. cache.exe
  424. cemm.exe
  425. cemmp.exe
  426. dos5help.chd
  427. fastart.exe
  428. fsedit.exe
  429. help.exe
  430. tu.exe
  431. upcu.exe
  432.  
  433. ;Non MS-DOS Operating Systems:
  434. delpurge.exe
  435. delwatch.exe
  436. diskmap.exe
  437. diskopt.exe
  438. dosbook.exe
  439. hidos.sys
  440. lock.exe
  441. login.exe
  442. memmax.exe
  443. password.exe
  444. rendir.exe
  445. setup.exe
  446. sulfnbk.exe
  447. sys.com
  448. taskmax.exe
  449. taskmax.ini
  450. touch.exe
  451. uninstal.exe
  452. xdel.exe
  453. xdir.exe
  454.  
  455. [ren.old.msdos.files]
  456. mode_dos.com, mode.com
  457.  
  458. [del.old.msdos.root]
  459. WINA20.386
  460.  
  461. [ren.dxxspace.utils]
  462. ; backup ms-dos 6.x disk compression tools (only done on clean install)
  463. DRVSPACE.EX~, DRVSPACE.EXE
  464. DBLSPACE.EX~, DBLSPACE.EXE
  465. DEFRAG.EX~,   DEFRAG.EXE
  466. SCANDISK.EX~, SCANDISK.EXE
  467.  
  468. [del.dxxspace.utils]
  469. ; Delete ms-dos 6.x disk compression tools (only done on upgrade install)
  470. DRVSPACE.EXE
  471. DBLSPACE.EXE
  472. DEFRAG.EXE
  473. SCANDISK.EXE
  474.  
  475. [dxxspace.bat.files]
  476. ; copy over dummy stubs for ms-dos 6.x disk compression tools
  477. DRVSPACE.BAT
  478. DBLSPACE.BAT
  479. DEFRAG.BAT
  480. SCANDISK.BAT
  481.  
  482. ; If user has MS compression installed and he has MS DBLSPACE.BIN
  483. ; the foll. section is GenInstalled.
  484. [SetupMSDblSpace]
  485. CopyFiles    = msdbl.files
  486. UpdateCfgSys = config_dummy
  487.  
  488. [msdbl.files]
  489. dblspace.sys,drvspace.sys,,32  ;32 flag suppresses ver conflict dlg
  490.  
  491. ; empty section -- guarantees path fixup for any DBLSPACE.SYS in config.sys!
  492. [config_dummy]
  493. ; If user has MS compression installed but he has a non MS DBLSPACE.BIN
  494. ; the foll. section is GenInstalled.
  495. ;
  496. [SetupNonMSDblSpace]
  497.  
  498. [del.premsdos5.files]
  499. append.com
  500. asgnpart.com
  501. backup.exe
  502. bootf.com
  503. cache.sys
  504. cemm.exe
  505. cemmp.exe
  506. chkdsk.exe
  507. cmpqadap.com
  508. compact.exe
  509. configur.com
  510. Debug.exe
  511. detect.com
  512. diskcomp.exe
  513. diskcopy.exe
  514. diskinit.com
  515. diskinit.exe
  516. dosutil.meu
  517. dskscan.exe
  518. dsksetup.com
  519. edlin.exe
  520. emm386.sys
  521. enhdisk.sys
  522. fastopen.exe
  523. fastart.exe
  524. fdisk.com
  525. filesys.exe
  526. for150.exe
  527. format.exe
  528. gdu.exe
  529. graftabl.exe
  530. graphics.exe
  531. hardrive.sys
  532. hpcache.com
  533. hpdcache.com
  534. ifsfunc.exe
  535. indskbio.sys
  536. install.exe
  537. keyb32.com
  538. keybchf.com
  539. keybchg.com
  540. keybda.com
  541. keybfr.com
  542. keybfr.exe
  543. keybgk.com
  544. keybgr.com
  545. keybgr.exe
  546. keybit.com
  547. keybit.exe
  548. keybno.com
  549. keybsp.com
  550. keybsv.exe
  551. keybsw.com
  552. keybuk.com
  553. keybuk.exe
  554. keybus.com
  555. label.exe
  556. mode.exe
  557. mvbuild.exe
  558. pamcode.com
  559. paminstl.com
  560. part.exe
  561. password.exe
  562. prep.exe
  563. recover.exe
  564. restore.exe
  565. select.com
  566. select.dat
  567. select.exe
  568. select.hlp
  569. select.prt
  570. select1.dat
  571. select2.dat
  572. setup.exe
  573. shell.clr
  574. shell.hlp
  575. shell.meu
  576. shellb.com
  577. shellc.exe
  578. tree.exe
  579. vdisk.sys
  580. xmaem.sys
  581. zcache.sys
  582. zspool.com
  583.  
  584. ; These will be called before setup queued any files to copy
  585. [PreQueueProviders]
  586. netdi.dll,SBSTREECOPYNWBOOTDISK
  587.  
  588. ; These are called before any files are copied.
  589. [BeforeProvider]
  590. msprint.dll, SETUPENTRY
  591.  
  592. ; These are called once all the files (.infs etc)
  593. ; have been copied. Also the directory hierarchy is there. Also, we are
  594. ; about ready to reboot after flushing TP cache.
  595. [AfterProvider]
  596. netdi.dll,NDICLEANUPB4REBOOT
  597. ;The SURPLSETUP must be the last afterprovider to get things in the rpl image.
  598. setupx.dll,SURPLSETUP
  599.  
  600. ; These are all the keys that are not deleted in HKLM if doing a
  601. ; clean install.
  602. [CleanoutReg]
  603. HARDWARE
  604. SOFTWARE
  605. SYSTEM
  606. CONFIG
  607. ENUM
  608. REGISTRY
  609.  
  610. [SetverEntries]
  611. APPEND.EXE
  612. BASIC.COM
  613. BASICA.COM
  614. DISKCOMP.EXE
  615. EXTDISK.SYS
  616. GRAPHICS.COM
  617. FASTOPEN.EXE
  618. MODE_DOS.COM
  619. PRINT.EXE
  620. REPLACE.EXE
  621. RESTORE.EXE
  622. SCPLUS.EXE
  623. SCSIC710.SYS
  624. TREE.COM
  625. VDISK.SYS
  626.  
  627. [SetupUnInstallYes]
  628. CopyFiles = un.copy
  629. AddReg    = Un.AddReg
  630. DelReg    = Un.DelReg
  631. DelFiles  = un.del, un.del.w95undo.boot, un.del.w95undo.host
  632.  
  633. [SetupUnInstallNo]
  634. DelReg    = Un.DelReg
  635. DelFiles  = un.del, un.del.w95undo.boot, un.del.w95undo.host
  636.  
  637. [un.copy]
  638. sulfnbk.exe
  639. uninstal.exe
  640.  
  641. [un.del]
  642. sulfnbk.exe
  643. uninstal.exe
  644.  
  645. [un.del.w95undo.boot]
  646. w95undo.dat,,,1
  647. w95undo.ini,,,1
  648.  
  649. [un.del.w95undo.host]
  650. w95undo.dat,,,1
  651. w95undo.ini,,,1
  652.  
  653. [Un.AddReg]
  654. HKLM,%KEY_UNINSTALL%\Windows,DisplayName,,"%Win_DESC%"
  655. HKLM,%KEY_UNINSTALL%\Windows,UninstallString,,"%13%\uninstal.exe"
  656. HKLM,%KEY_UNINSTALL%\WindowsCleanup,DisplayName,,"%Win_Cln_DESC%"
  657. HKLM,%KEY_UNINSTALL%\WindowsCleanup,UninstallString,,"%13%\uninstal.exe /delete"
  658.  
  659. ; remove the ability to uninstall Win95 to get back to Win31
  660. [Un.DelReg]
  661. HKLM,%KEY_UNINSTALL%\Windows95
  662. HKLM,%KEY_UNINSTALL%\Windows95Cleanup
  663.  
  664. [Setup.Source.Files]
  665. addons
  666. adunpack.exe
  667. atitunep.sys
  668. axa.in
  669. BASE3.CAB
  670. BASE4.CAB
  671. BASE5.CAB
  672. bell.htm
  673. bpcrot.dll
  674. CLASSES.CER
  675. deltemp.com
  676. dossetup.bin
  677. DRIVER8.CAB
  678. DRIVER9.CAB
  679. DRIVER10.CAB
  680. DRIVER11.CAB
  681. DRIVER12.CAB
  682. DRIVER13.CAB
  683. DRIVER14.CAB
  684. DRIVER15.CAB
  685. DRIVER16.CAB
  686. DRIVER17.CAB
  687. DRIVER18.CAB
  688. DRIVER19.CAB
  689. DRIVER20.CAB
  690. DRIVER21.CAB
  691. DRIVER22.CAB
  692. DRIVER23.CAB
  693. DRIVER24.CAB
  694. DRIVER25.CAB
  695. drivers.ddb
  696. DX3.CER
  697. extract.exe
  698. MINI.CAB
  699. MINI1.CAB
  700. MINI2.CAB
  701. MINI3.CAB
  702. msinfo.inf
  703. MSJDBC.CER
  704. NET4.CAB
  705. NET5.CAB
  706. NET6.CAB
  707. NET7.CAB
  708. NET8.CAB
  709. NET9.CAB
  710. NET10.CAB
  711. NET11.CAB
  712. NET12.CAB
  713. NET13.CAB
  714. oemnvss.inf
  715. ols
  716. PRECOPY1.CAB
  717. PRECOPY2.CAB
  718. PRECOPY3.CAB
  719. PRECOPY4.CAB
  720. PRECOPY5.CAB
  721. PREDRV.INF
  722. save32.com
  723. scandisk.exe
  724. scandisk.pif
  725. scanprog.exe
  726. scanreg.exe
  727. SelfHost.exe
  728. setup.exe
  729. setup.txt
  730. setup0.wav
  731. setup1.wav
  732. setup2.wav
  733. SETUPC.INF
  734. smartdrv.exe
  735. suback.bin
  736. subackbb.bin
  737. SUHELPER.BIN
  738. TCLASSES.CER
  739. wb16off.exe
  740. win98.txt
  741. win98_16.CAB
  742. win98_17.CAB
  743. win98_18.CAB
  744. win98_19.CAB
  745. win98_20.CAB
  746. win98_21.CAB
  747. win98_22.CAB
  748. win98_23.CAB
  749. win98_24.CAB
  750. win98_25.CAB
  751. win98_26.CAB
  752. win98_27.CAB
  753. win98_28.CAB
  754. win98_29.CAB
  755. win98_30.CAB
  756. win98_31.CAB
  757. win98_32.CAB
  758. win98_33.CAB
  759. win98_34.CAB
  760. win98_35.CAB
  761. win98_36.CAB
  762. win98_37.CAB
  763. win98_38.CAB
  764. win98_39.CAB
  765. win98_40.CAB
  766. win98_41.CAB
  767. win98_42.CAB
  768. win98_43.CAB
  769. win98_44.CAB
  770. win98_45.CAB
  771. win98_46.CAB
  772. win98_47.CAB
  773. win98_48.CAB
  774. win98_49.CAB
  775. win98_50.CAB
  776. win98_51.CAB
  777. win98_52.CAB
  778. win98_53.CAB
  779. win98_54.CAB
  780. win98_55.CAB
  781. win98_56.CAB
  782. win98_57.CAB
  783. win98_58.CAB
  784. win98_59.CAB
  785. win98_60.CAB
  786. win98_61.CAB
  787. win98_62.CAB
  788. win98_63.CAB
  789. win98_64.CAB
  790. win98_65.CAB
  791. win98_66.CAB
  792. win98_67.CAB
  793. win98_68.CAB
  794. win98_69.CAB
  795. win98_70.CAB
  796. win98_71.CAB
  797. win98_72.CAB
  798. win98_73.CAB
  799. win98_74.CAB
  800. win98_75.CAB
  801. win98_76.CAB
  802. win98_77.CAB
  803. win98_78.CAB
  804. win98_79.CAB
  805. win98_80.CAB
  806. win98_81.CAB
  807. winsetup.bin
  808. xmsmmgr.exe
  809.  
  810. ;This is for the Disk Cleanup applet when it removes the Windows Uninstall files
  811. [DiskCleanup.Uninstall]
  812. DelReg=DCUninstall.DelReg
  813.  
  814. [DCUninstall.DelReg]
  815. HKLM,%KEY_UNINSTALL%\Windows
  816. HKLM,%KEY_UNINSTALL%\WindowsCleanup
  817.  
  818. [Data]
  819. ;#ifdef 1
  820. ; CCP=1
  821. ;#else
  822.  CCP=0
  823. ;#endif
  824.  
  825. [Strings]
  826. ;Non-Localizable strings:
  827. KEY_CURRENT    = "Software\Microsoft\Windows\CurrentVersion"
  828. KEY_UNINSTALL  = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
  829. KEY_RUNONCE    = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  830. ;Localizable strings:
  831. WINDOWS_DEFAULT = "Windows Standard"    ; must match name of default color scheme
  832. SetTimeZone_Desc= "Time zone"
  833. BEZIER      = "Curves~1"       ; short (8 char) version of "Curves and Colors"
  834. SSMARQUE    = "Scroll~1"       ; short (8 char) version of "Scrolling Marquee"
  835. SSMYST      = "Mystif~1"       ; short (8 char) version of "Mystify Your Mind"
  836. SCRNSAVE    = "BlankS~1"       ; short (8 char) version of "Blank Screen"
  837. SSFLYWIN    = "Flying~1"       ; short (8 char) version of "Flying Windows"
  838. SSSTARS     = "Flying~2"       ; short (8 char) version of "Flying Through Space"
  839. Win_DESC      = "Uninstall Windows 98"
  840. Win_Cln_DESC  = "Delete Windows 98 uninstall information"
  841.