home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / msdos.inf < prev    next >
Encoding:
Windows Autorun File  |  1997-10-21  |  13.2 KB  |  556 lines

  1.  
  2. ; Setup Information File
  3. ; Copyright 1993-1995, Microsoft Corporation
  4.  
  5. [version]
  6. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  7. signature="$CHICAGO$"
  8. SetupClass=BASE
  9.  
  10. [Data]
  11. NumFreeBootEntries = 20
  12. NumFreeHostEntries = 20
  13. MinSwapFile        = 13631488   ; 13 meg (13*1024*1024) minimum swapspace
  14. EBDTolerance       = 10         ; Allow 10% bad sectors on EBD floppy
  15. CompressFactor=15               ; Compression factor time 10, ie: 1.5 -> 15
  16. StacOldCmprsFactor=20           ; Assuming 2 to 1 will be reported.
  17.  
  18. [DestinationDirs]
  19. EBD_CopyFiles      = 2, EBD     ; Files for emergency boot disk
  20. EBD_CopyFiles2     = 2, EBD
  21. EBD_MSCDEX         = 2, EBD     ; MSCDEX for emergency boot disk
  22. defaultdestdir     = 10         ; LDID_WIN
  23. MSDOS_INF_COPY     = 17         ; LDID_INF
  24. PNPCleanup.files   = 17         ; LDID_INF
  25. SBSCfgSysCopy      = 26         ; LDID_WINBOOT
  26. SBSAutoModeCopy    = 26         ; LDID_WINBOOT
  27. SBSAutoKeybCopy    = 26         ; LDID_WINBOOT
  28.  
  29. [BaseWinOptions]
  30. MSDOS_BASE
  31.  
  32. [MSDOS_BASE]
  33. CopyFiles = MSDOS_INF_COPY
  34. AddReg    = MSDOS_ADDREG
  35.  
  36. [MSDOS_INF_COPY]
  37. msdos.inf
  38.  
  39. [MSDOS_ADDREG]
  40.   ; restore lines that were commented out in config.sys and autoexec.bat
  41. HKLM,%KEY_RUNONCE%,RestoreCfgAuto,,"RUNDLL.EXE %11%\SETUPX.DLL,CfgClean1stBoot /RESTORE %17%\msdos.inf"
  42.  
  43. ; This section has the list of files that we will copy from user's hard disk
  44. ; Old DOS dir to WIN95 dir (if files are present).
  45. ;
  46. [SetupListNonSrcDiskFiles]
  47. CHKSTATE.SYS
  48. MEMMAKER.EXE
  49. MEMMAKER.INF
  50. MEMMAKER.HLP
  51. SIZER.EXE
  52.  
  53.  
  54. [dospath_key_files]
  55. ; We try to find any 3 of the following files in a directory 
  56. ; before we assume it is a MS-DOS installation dir.
  57. MODE.EXE
  58. MODE.COM
  59. FDISK.EXE
  60. FDISK.COM
  61. FORMAT.EXE
  62. FORMAT.COM
  63. GRAPHICS.EXE
  64. GRAPHICS.COM
  65. JOIN.EXE
  66. JOIN.COM
  67. SUBST.EXE
  68. SUBST.COM
  69.  
  70.  
  71. [KnownOkTasks]
  72. ; This is a list of tasks which we know are OK to keep running
  73. ; during Setup. If setup sees any tasks which are not in this
  74. ; list it will send a query to see if it's OK for Windows
  75. ; to shutdown
  76.  
  77. atikey.exe
  78. autorun.exe
  79. systray.exe
  80. batmeter.exe
  81. cab32.exe
  82. clipsrv.exe
  83. clock.exe
  84. comctl32.dll
  85. commctrl.dll
  86. dash.exe
  87. ddeml.dll
  88. directcc.exe
  89. drwatson.exe
  90. exiticon.exe
  91. explorer.exe
  92. fileman.exe
  93. iexplore.exe
  94. internat.exe
  95. krnl386.exe
  96. mapix32.dll
  97. mmmixer.dll
  98. mmsystem.dll
  99. mmtask.tsk
  100. mplayer.exe
  101. msgsrv32.exe
  102. msndc.exe
  103. mcdetect.exe
  104. ndw.exe
  105. ndwmain.exe
  106. ndwin2.dll
  107. netdde.exe
  108. nwpopup.exe
  109. nwin2.dll
  110. nwres2.dll
  111. penpal.exe
  112. penwin.dll
  113. pmnotfy.exe
  114. pointer.dll
  115. pointer.exe
  116. printman.exe
  117. progman.exe
  118. scout.exe
  119. shdocvw.dll
  120. shell32.dll
  121. setup.exe
  122. setupx.dll
  123. scout.exe
  124. sndevnts.drv
  125. spool32.exe
  126. suwin.exe
  127. tabworks.exe
  128. taskman.exe
  129. tracker.bin
  130. user.exe
  131. winfile.exe
  132. winhelp.exe
  133. winmine.exe
  134. winmm16.dll
  135. winsetup.bin
  136. winsetup.exe
  137. winver.exe
  138. wndt.exe ;central point pctools shell
  139. wnom.dll ;central point pctools shell
  140. ; Following exes are for Office95
  141. fastboot.exe
  142. findfast.exe
  143. msoffice.exe
  144. ;SMS exes
  145. smsrun16.exe
  146. pcmwin16.exe
  147. usertsr.exe
  148. ;System agent exe
  149. sage.exe
  150.  
  151. ; commands to remove from config.sys during 1st boot
  152. ;
  153. [Cfg1stBootClean]
  154. 386max
  155. 386load
  156. emm386
  157. qemm
  158. qemm386
  159. cardxtnd
  160. power,,1
  161.  
  162. ; commands to remove from autoexec.bat during 1st boot
  163. ;
  164. [Auto1stBootClean]
  165. vshield
  166. aztpnp,,1
  167.  
  168. ; lines to remove from the registry during 1st boot
  169. ;
  170. [Reg1stBootClean]
  171.   ; remove Norton AV
  172. HKLM,Software\Microsoft\Windows\CurrentVersion\Run,,navapw32.exe,0
  173. HKLM,Software\Microsoft\Windows\CurrentVersion\RunServices,nprotect,,0
  174. HKLM,Software\Microsoft\Windows\CurrentVersion\RunServices,,nprotect.vxd,0
  175. HKLM,System\CurrentControlSet\Services\VxD\NAVAP,StaticVxD,navap.vxd,1
  176. HKLM,System\CurrentControlSet\Services\VxD\SYMEVNT,StaticVxD,symevnt.386,1
  177.   ; remove Task Scheduler
  178. HKLM,Software\Microsoft\Windows\CurrentVersion\RunServices,,mstask.exe,0
  179.   ; remove McAfee
  180. HKLM,Software\Microsoft\Windows\CurrentVersion\Run,,vshwin32.exe,0
  181. HKLM,Software\Microsoft\Windows\CurrentVersion\RunServices,,vshwin32.exe,0
  182.   ; disable sounds for startup and close program
  183. HKCU,AppEvents\Schemes\App\.Default\Close\.Current,,,0
  184. HKCU,AppEvents\Schemes\App\.Default\Open\.Current,,,0
  185. HKCU,AppEvents\Schemes\App\.Default\SystemExit\.Current,,,0
  186. HKCU,AppEvents\Schemes\App\.Default\SystemStart\.Current,,,0
  187. HKU,.Default\AppEvents\Schemes\App\.Default\Close\.Current,,,0
  188. HKU,.Default\AppEvents\Schemes\App\.Default\Open\.Current,,,0
  189. HKU,.Default\AppEvents\Schemes\App\.Default\SystemExit\.Current,,,0
  190. HKU,.Default\AppEvents\Schemes\App\.Default\SystemStart\.Current,,,0
  191.  
  192.  
  193. [CfgCleanKeep]
  194. country
  195. drivparm
  196. keyb
  197. menucolor
  198. menudefault
  199. menuitem
  200. numlock
  201. power
  202. set
  203. submenu
  204. switches
  205.  
  206. DBLSPACE.SYS
  207. DBLSPACE.BIN
  208. DRVSPACE.SYS
  209. DRIVER.SYS
  210.  
  211. ; Installed by MM setup:
  212. asp.sys
  213. csp.sys
  214.  
  215. ; From Beta Feedback:
  216. MTMCDAE.SYS
  217. STACKER.COM
  218. SSWAP.COM
  219.  
  220. ; From ios.ini:
  221. aspi4dos.sys    ; adaptec
  222. aspi7dos.sys
  223. aspiedos.sys
  224. aspi2dos.sys
  225. int13fcam.sys
  226. ;emm386.exe
  227. aspidisk.sys
  228. aspifcam.sys
  229. fddevice.sys
  230. dcam1800.exe
  231. dcam950.exe
  232. dcam7ex.exe
  233. fdbios.sys
  234. ;smartdrv.exe
  235. ;scplus.exe
  236. slcd.sys
  237. pcds.sys
  238. dptddl.sys
  239. btdosm.sys
  240. btmdisk.sys
  241. aspimgr.sys
  242. uspi14.sys
  243. uspi24.sys
  244. ultrarem.sys
  245. rcd.sys
  246. dosoad.sys
  247. aspipc2.sys
  248. aspipc4.sys
  249. aspipc8.sys
  250. aspipc8p.sys
  251. aspippa3.sys
  252. ;interlnk.exe, NON_DISK
  253. ;ramdrive.sys, NON_DISK
  254. ;dblspace.*
  255. ma100.sys
  256. ma120.sys
  257. ma130.sys
  258. ma13b.sys
  259. ma160.sys
  260. ma200.sys
  261. ma338.sys
  262. ma348.sys
  263. ma358.sys
  264. mamv1.sys
  265. tscsi.sys
  266. casmgr.exe
  267. faxpop.exe
  268. ;dosdata.sys    ; Qemm
  269. ibmcdrom.sys
  270. mtmcde.sys      ; Mitsumi
  271. tslcdr.sys      ; Trantor
  272. ultracd.sys     ; Ultrastor
  273. ;doskey.exe     ; MS-DOS
  274. power.exe       ; MS-DOS
  275. cuni_asp.sys    ; Corel
  276. aspils_d.sys    ; Corel
  277.  
  278. [AutoCleanKeep]
  279. set
  280. PATH
  281. net
  282. REM
  283. netstart
  284. echo
  285.  
  286. Chcp
  287. keyb
  288. Mode
  289. Nlsfunc
  290. Prompt
  291. chkdsk
  292. ScanDisk
  293.  
  294. ; From MM Setup:
  295. sb16set
  296. sbconfig
  297. sbp-set
  298.  
  299. ; from beta feedback:
  300. STACKER.COM
  301. SSWAP.COM
  302.  
  303. ; from ios.ini:
  304. power.exe       ; MS-DOS
  305.  
  306. [GenInstallEBD]
  307. CopyFiles=EBD_CopyFiles
  308.  
  309. [GenInstallEBD2]
  310. CopyFiles=EBD_CopyFiles2
  311.  
  312. [GenInstallMSCDEXEBD]
  313. CopyFiles=EBD_MSCDEX
  314.  
  315. [EBD_CopyFiles]
  316.   ; Files to copy to first Emergency Boot Disk
  317. io.sys,winboot.sys,,2
  318. autoexec.bat,autoexec.ebd,,2
  319. config.sys,config.ebd,,2
  320. drvspace.bin,,,2
  321. command.com,,,2
  322. format.com,,,2
  323. sys.com,,,2
  324. himem.sys,,,2
  325. mscdex.exe,,,2
  326. oakcdrom.sys,,,2
  327.  
  328. [EBD_CopyFiles2]
  329.   ; Files that can go on a 2nd EBD if necessary
  330. fdisk.exe,,,2
  331. edit.com,,,2
  332. regedit.exe,,,2
  333. scandisk.exe,,,2
  334. scandisk.ini,,,2
  335. debug.exe,,,2
  336. chkdsk.exe
  337. uninstal.exe,,,2
  338.  
  339. ;these didn't make the cut:
  340. ;msd.exe,,,2
  341. ;xcopy.exe,,,2
  342. ;edit.hlp,,,2
  343. ;fc.exe,,,2
  344. ;mem.exe,,,2
  345. ;more.com,,,2
  346. ;mscdex.exe,,,2
  347. ;setver.exe,,,2
  348. ;attrib.exe,,,2
  349. ;emm386.exe,,,2
  350. ;sulfnbk.exe,,,2
  351.  
  352. [EBD_MSCDEX]
  353. mscdex.exe,,,2
  354.  
  355. [BadCfgFiles]
  356. ;; filename - good date   - Reference to Getting starting section
  357. "SSTOR.SYS"   , "03/01/91", %IDS_ERR_SPEEDSTOR%
  358. "DMDRVR.BIN"  , "03/01/91", %IDS_ERR_DMDRVER%
  359. "FIXT_DRV.SYS", "00/00/00", %IDS_ERR_VFEATURE%
  360. ;"SYDRIVER.SYS", "00/00/00", %IDS_ERR_SYQUEST%
  361. ;"SQDRIVER.SYS", "00/00/00", %IDS_ERR_SYQUEST%
  362.  
  363. [BadAutoexecCmd]
  364. "DELWATCH"    , "00/00/00", %IDS_ERR_DELWATCH%
  365.  
  366. [NonMSDOSCfgSys]
  367. chain
  368. gosub
  369. hibuffers
  370. hidevice
  371. hidos
  372. hiinstall
  373. history
  374. return
  375. switch
  376. timeout
  377.  
  378. BASEDEV
  379. DEVINFO
  380. DISKCACHE
  381. IFS
  382. IOPL
  383. LIBPATH
  384. MAXWAIT
  385. MEMMAN
  386. PRINTMONBUFSIZE
  387. PRIORITY_DISK_IO
  388. PROTECTONLY
  389. PROTSHELL
  390. SWAPPATH
  391. THREADS
  392.  
  393. [NonMSDOSAutoBat]
  394. gosub
  395. hiload
  396. return
  397. switch
  398.  
  399. [DriveProviders]
  400. aspidisk.sys
  401. aspi4dos.sys
  402. atdoshc.sys
  403. atdosxl.sys
  404. aspipc16.sys            ; Iomega aspi clone
  405. dmdrvr.bin              ; Ontrack Disk Manager
  406. fddevice.sys            ; Future Domain device driver
  407. scsidrvr.sys            ; Iomega scsi device driver
  408. sstordrv.sys            ; can be used to create a new drive letter
  409. stachigh.sys            ; Stac 4.0 driver
  410. stacker.com             ; can be used to create a new drive letter
  411. xtradrv.sys             ; XtraDrive 3.0 driver
  412.  
  413. [strings]
  414. IDS_ERR_SPEEDSTOR = "SpeedStor Partitions"
  415. IDS_ERR_DMDRVER   = "DiskManager Partitions"
  416. IDS_ERR_VFEATURE  = "Vfeature Deluxe"
  417. IDS_ERR_DELWATCH  = "Delwatch and Delpurge"
  418. ;IDS_ERR_SYQUEST   = "Syquest Harddisk"
  419. ;IDS_ERR_SYQUEST   = "Syquest Harddisk"
  420. KEY_RUNONCE       = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  421.  
  422. [PnpCleanup]
  423. DelReg = PnpCleanup.DelReg
  424. DelFiles=PNPCleanup.files
  425.  
  426. [PNPCleanup.files]
  427. eisa.inf
  428. mca.inf
  429.  
  430. [PnpCleanup.DelReg]
  431. ; These were done as a temporary action for bld 156 when we changed devloader
  432. ; and registry stuff.
  433. HKLM,Config
  434. HKLM,Enum
  435. HKLM,Hardware
  436. ;Removed to avoid nuking printer information.
  437. ;HKLM,System  
  438. ;Removed to avoid nuking Computer Name on upgrades, looks safe.
  439. ;HKLM,System\CurrentControlSet\Control\ComputerName
  440. HKLM,System\CurrentControlSet\Control\FileSystem
  441. HKLM,System\CurrentControlSet\Control\IDConfigDB
  442. HKLM,System\CurrentControlSet\Control\Keyboard Layouts
  443. HKLM,System\CurrentControlSet\Control\MediaProperties
  444. HKLM,System\CurrentControlSet\Control\MediaResources
  445. HKLM,System\CurrentControlSet\Control\NetworkProvider
  446. HKLM,System\CurrentControlSet\Control\Nls
  447. HKLM,System\CurrentControlSet\Control\PerfStats
  448. HKLM,System\CurrentControlSet\Control\SessionManager
  449. ;Removed because such a pain to reset time zone all the time...
  450. ;HKLM,System\CurrentControlSet\Control\TimeZoneInformation
  451. HKLM,System\CurrentControlSet\Control\Update
  452. HKLM,System\CurrentControlSet\Services
  453.  
  454. [InstalledFilesCleanup]
  455. DelReg = InstalledFiles.DelReg
  456.  
  457. [InstalledFiles.DelReg]
  458. HKLM,System\CurrentControlSet\Control\InstalledFiles
  459.  
  460. ;[TmpCleanup]
  461. ;DelReg = Cleanup.DelReg
  462.  
  463. [Cleanup.DelReg]
  464. ; These were done as a temporary action for bld 156 when we changed devloader
  465. ; and registry stuff.
  466. ;HKLM,Enum
  467. ; BEGIN Network related stuff. 
  468. ; Has to be done because of the above HKLM,Enum deletion
  469. ;HKLM,System\CurrentControlSet\Services\vxd\vnetsup
  470. ;HKLM,System\CurrentControlSet\Services\vxd\wsock
  471. ;HKLM,System\CurrentControlSet\Services\vxd\ndis
  472. ;HKLM,System\CurrentControlSet\Services\vxd\vnetbios
  473. ;HKLM,System\CurrentControlSet\Services\vxd\vubxd
  474. ;HKLM,System\CurrentControlSet\Services\vxd\vredir
  475. ;HKLM,System\CurrentControlSet\Services\vxd\nwredir
  476. ;HKLM,System\CurrentControlSet\Services\vxd\lantasti
  477. ;HKLM,System\CurrentControlSet\Services\vxd\vvinesd
  478. ;HKLM,System\CurrentControlSet\Services\vxd\bwdosnet
  479. ;HKLM,System\CurrentControlSet\Services\vxd\bwredir
  480. ;HKLM,System\CurrentControlSet\Services\vxd\decnet
  481. ;HKLM,System\CurrentControlSet\Services\vxd\decnb
  482. ;HKLM,System\CurrentControlSet\Services\vxd\dosnet
  483. ;HKLM,System\CurrentControlSet\Services\vxd\vnetware
  484. ;HKLM,System\CurrentControlSet\Services\vxd\vipx
  485. ;HKLM,System\CurrentControlSet\Services\vxd\pcnfs
  486. ;HKLM,System\CurrentControlSet\Services\vxd\vserver
  487. ;HKLM,System\CurrentControlSet\Services\vxd\nwserver
  488. ;HKLM,System\CurrentControlSet\Services\vxd\filesec
  489. ;HKLM,System\CurrentControlSet\Services\vxd\nscl
  490. ;HKLM,System\CurrentControlSet\Services\vxd\nwsp
  491. ;HKLM,System\CurrentControlSet\Services\vxd\netbeui
  492. ;HKLM,System\CurrentControlSet\Services\vxd\nwlink
  493. ;HKLM,System\CurrentControlSet\Services\vxd\nwnblink
  494. ;HKLM,System\CurrentControlSet\Services\vxd\decpw
  495. ;HKLM,System\CurrentControlSet\Services\nwnp32
  496. ;HKLM,System\CurrentControlSet\Services\msnp32
  497. ;HKLM,System\CurrentControlSet\Services\lantnet
  498. ;HKLM,System\CurrentControlSet\Services\vines
  499. ;HKLM,System\CurrentControlSet\Services\bwnet
  500. ;HKLM,System\CurrentControlSet\Services\pcsa
  501. ;HKLM,System\CurrentControlSet\Services\lanman
  502. ;HKLM,System\CurrentControlSet\Services\lansrv
  503. ;HKLM,System\CurrentControlSet\Services\msnet
  504. ;HKLM,System\CurrentControlSet\Services\pcnfs
  505. ;HKLM,System\CurrentControlSet\Services\wtnet
  506. ;HKLM,System\CurrentControlSet\Services\ncpserver
  507. ;HKLM,System\CurrentControlSet\Services\snmp
  508. ;HKLM,System\CurrentControlSet\Services\pathwrks
  509. ;HKLM,System\CurrentControlSet\Control\NetworkProvider
  510. ;HKLM,"System\CurrentControlSet\Control\Print\Providers\MS Network Print Provider"
  511. ;HKLM,"System\CurrentControlSet\Control\Print\Providers\NetWare Print Provider"
  512. ;HKLM,Software\Microsoft\Rpc\ClientProtocols,ncacn_nb_ipx,
  513. ;HKLM,Software\Microsoft\Rpc\ClientProtocols,ncacn_spx,
  514. ;HKLM,Software\Microsoft\Rpc\ServerProtocols,ncacn_spx,
  515. ;HKLM,Software\Microsoft\Rpc\ClientProtocols,ncacn_nb_ipx,
  516. ;HKLM,Software\Microsoft\Rpc\ClientProtocols,ncacn_np,
  517. ;HKLM,Software\Microsoft\RFC1156Agent\CurrentVersion
  518. ;HKLM,Security\Provider,Platform_type
  519. ;HKLM,Security\Provider,Container
  520. ;HKLM,Security\Provider,Address_Server
  521. ;HKLM,Security\Provider,Address_Book
  522. ;HKLM,Security\Provider,Pass_Through
  523. ;HKLM,"Software\Microsoft\Windows\CurrentVersion\Network\Real Mode Net",dllndis.exe
  524. ;HKLM,"Software\Microsoft\Windows\CurrentVersion\Network\Real Mode Net",dllndist.exe
  525. ;HKLM,"Software\Microsoft\Windows\CurrentVersion\Network\Real Mode Net",ipxndis.exe
  526. ; END Network related stuff. 
  527. ;HKLM,SYSTEM\CurrentControlSet\Services\Class
  528.  
  529. ;SBSIntlCfgSys, SBSIntlAutoMode and SBSIntlAutoKeyb are hardcoded in Code
  530. ; Dont change these names
  531. [SBSIntlCfgSys]
  532. CopyFiles = SBSCfgSysCopy
  533. UpdateCfgSys=SBSDummy
  534.  
  535. [SBSCfgSysCopy]
  536. Country.sys
  537. Display.sys
  538.  
  539. [SBSIntlAutoMode]
  540. CopyFiles = SBSAutoModeCopy
  541. UpdateAutoBat=SBSDummy
  542.  
  543. [SBSAutoModeCopy]
  544. mode.com
  545.  
  546. [SBSIntlAutoKeyb]
  547. CopyFiles = SBSAutoKeybCopy
  548. UpdateAutoBat=SBSDummy
  549.  
  550. [SBSAutoKeybCopy]
  551. keyb.com
  552.  
  553. ; Dummy section to fixup the path for display.sys, keyb.com and mode.com
  554. [SBSDummy]
  555.