home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-07-11 | 54.5 KB | 1,929 lines |
-
- ; SETUPC.INF
- ;
- ; This is the Setup information file for the base
- ; components for the Windows retail product.
- ;
- ; Copyright 1993-1995, Microsoft Corporation
-
- [version]
- LayoutFile=layout.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DestinationDirs]
- ; Destination directories for file-list sections,
- ; and associated pre-defined Logical Disk Identifiers (LDID).
- ;
- ; <file-list section> = <pre-defined LDID>[,<subdir>]
- ;
- win.devices.files = 10 ; LDID_WIN
- winboot.devices.files = 26 ; LDID_WINBOOT
- win.devices.files.machine = 10 ;LDID_WIN
- winother.files = 11 ; LDID_SYS
- winother.files.shared = 25 ; LDID_SHARED
- cmd.files = 13 ; LDID_CMD
- msdbl.files = 13 ; LDID_CMD
- sys.files = 11 ; LDID_SYS
- ios.files = 12 ; LDID_IOS
- ios.files.del = 12 ; LDID_IOS
- boot.files = 30 ; LDID_BOOT
- setup.files.inf = 17 ; LDID_INF
- setup.files.win = 25 ; LDID_SHARED
- setup.files.machine = 10 ; LDID_WIN
- setup.files.sys = 11 ; LDID_SYS
- betatools.files = 25 ; LDID_SHARED
- betatools.delfiles = 25 ; LDID_SHARED
- net.help.files = 18 ; LDID_HELP
- ole.help.files = 18 ; LDID_HELP
- printer.files.sys = 11 ; LDID_SYS
- del.old.msdos.files = 34 ; LDID_OLD_DOS
- ren.old.msdos.files = 34 ; LDID_OLD_DOS
- del.premsdos5.files = 34 ; LDID_OLD_DOS
- del.old.msdos.root = 30 ; LDID_BOOT (root of boot drive)
- dxxspace.bat.files = 34 ; LDID_OLD_DOS
- ren.dxxspace.utils = 34 ; LDID_OLD_DOS
- del.dxxspace.utils = 34 ; LDID_OLD_DOS
- base.help.files = 18 ; LDID_HELP
- base.help.winhelp = 25 ; LDID_SHARED
- base.help.sys = 11 ; LDID_SYS
- VxD.Files = 22 ;LDID_VMM32
- VxD.Del.Files = 11 ; LDID_SYS
- del.oldwinboot = 32 ; LDID_OLD_WINBOOT ; Review: not needed in future products
- del.cmd = 13 ; LDID_CMD
- del.oldnet = 11 ; LDID_SYS
- del.oldnet.win = 25 ; LDID_SHARED
- del.win.reboot = 25 ; LDID_SHARED
- del.bootroot = 30 ; LDID_BOOT ; Root dir of boot drive
- NewWin.Shared = 25 ; LDID_SHARED
- NewWin.Ren = 30 ; LDID_BOOT
- un.copy = 13 ; LDID_CMD
-
- [SetupNewWIN]
- ; Used to cleanup/do stuff when doing a new/clean installation
- CopyFiles = NewWin.Shared
- RenFiles = NewWin.Ren
- DelReg = NewWin.DelReg, Temp.DelReg
- AddReg = NewWin.AddReg
- ; Currently used to order sections in INI files similar to that in Win 3.1
- UpdateInis = Setup.Init.Inis
-
- [SetupUpgradeWIN]
- ; Used to cleanup/do stuff for an upgrade case
- DelReg = Temp.DelReg
- Ini2Reg = SUIni2RegSec
- UpdateInis = SU.Update.Inis
-
- [Temp.DelReg]
- ; Temp.DelReg is only for cleanup of keys from previous builds
-
- [SetupNewDOS]
- ; This section will be installed if the user is doing new/clean install and
- ; the new DOS (CMD) dir is different from the prev. one.
- ; Use LDID 34 as the old dos dir.
- ; backup d??space utilities and replace w/ stub batch files
- RenFiles = ren.dxxspace.utils
- CopyFiles = dxxspace.bat.files
-
-
- [SetupUpgradeDOS]
- ; Used to nuke files from their old DOS dir, if it is an upgrade and the
- ; new DOS(CMD) dir is different from prev. one, we GenInstall() this section.
- ; Use 34 as LDID for old dos dir (LDID_OLD_DOS) when adding DelFiles=
-
- ; delete d??space utilities and replace w/ stub batch files
- ; and delete ms-dos utils that are updated w/ Win 95 versions
- CopyFiles = dxxspace.bat.files
- DelFiles = del.old.msdos.files, del.dxxspace.utils, del.old.msdos.root
- RenFiles = ren.old.msdos.files
-
-
- [SetupCleanupOldDOS]
- ; Used to cleanup/do stuff when prev. DOS version < 5.0
- DelFiles = del.premsdos5.files
-
-
- [NewWin.DelReg]
- ; REVIEW: check this list and add/del as appropriate. Some of
- ; these branches that are removed are relevant only to interim releases
- ; where these obsolete keys were added. This might not be an issue for
- ; future products. Also, we might be able to move these to [SetupInit] section.
- ; Warning: if you del the HKLM,SOFTWARE\CLASSES branch, OLE 2 apps might not run
- ; and will have to be re-installed.
- HKLM,SOFTWARE\FONTS
- HKLM,SOFTWARE\PRODUCTS
- HKLM,SOFTWARE\MICROSOFT\WINDOWS\4.0
- HKLM,SYSTEM\CURRENTCONTROLSET\CONTROL
- HKLM,SYSTEM\MEDIAEXTENSIONS
-
- [NewWin.AddReg]
- ; Set default wallpaper to nothing for clean install:
- ; (runonce.exe sets the wallpaper to these values when it's done)
- HKLM,%KEY_CURRENT%\Setup,"WallPaper",,""
- HKLM,%KEY_CURRENT%\Setup,"TileWallpaper",,"0"
-
- ; Set color scheme to Windows Default for clean install:
- HKCU,"Control Panel\Appearance",Current,,"%WINDOWS_DEFAULT%"
-
- [NewWin.Shared]
- dosprmpt.pif
-
- [NewWin.Ren]
- ;rename win.bat in root if clean install
- win_bat.bak,win.bat
-
- [SetupBeforeReboot]
- ; This section is GenInstall-ed just before we update the root files, etc.
- ; This is the place where you can delete more stuff like C:\WINBOOT files,
- ; DBLSPACE.* if applicable, etc.
- ;
- DelFiles = del.oldwinboot, del.cmd, del.oldnet, del.win.reboot, del.oldnet.win, del.bootroot
- DelReg=del.oldnetreg
- UpdateInis = msdos.sys.reboot.inis
-
- [del.bootroot]
- ;These would be left over from a single-msdos-app mode session:
- autoexec.app
- autoexec.wos
- config.app
- config.wos
-
-
- [del.oldwinboot]
- ; REVIEW: this section not needed in future products
- ndishlp.sys
- net.exe
- net.msg
- neth.msg
- netstart.bak
- netstart.bat
- odihlp.exe
- protman.dos
- protman.exe
- protocol.bak
- protocol.ini
-
- [del.cmd]
- COMMAND.COM ; REVIEW: Not needed in future releases.
-
- [del.oldnet]
- am1500t.386
- ee16.386
- elnk3.386
- elnkii.386
- ibmtok.386
- declan.386
- ne1000.386
- ne2000.386
- nice.386
- ubnei.386
- elnk16.386
- elnkmc.386
- ne3200.386
- pppmac.386
- proteon.386
- snip.386
- wsock.386
- wstcp.386
- wsipx.386
- vserver.386
- nwserver.386
- vredir.386
- nwredir.386
- ndis.386
- ndis2sup.386
- msodisup.386
- filesec.386
- mssp.386
- nscl.386
- nwlink.386
- nwnblink.386
- nwsp.386
- nwsup.386
- snapshot.386
- nw416.dll
- nwlogin3.exe
- lscon.exe
- vnetsup.386
- vnetbios.386
- netbeui.386
- netcp.cpl
- netlib32.dll
- wfwnet.drv
-
- [del.oldnet.win]
- admincfg.exe
- admincfg.adm
-
- [del.oldnetreg]
- HKLM,System\CurrentControlSet\Control\NetworkProvider\Order,SCRSAVE
-
- [msdos.sys.reboot.inis]
- ;Add lines to msdos.sys to make it >1024B for compatibility w/ other apps.
- ;(Done right before we reboot)
- %31%\msdos.sys,Options,,";"
- %31%\msdos.sys,Options,,";The following lines are required for compatibility with other programs."
- %31%\msdos.sys,Options,,";Do not remove them (MSDOS.SYS needs to be >1024 bytes)."
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxe"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxk"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxl"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxm"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxo"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxp"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxq"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr"
- %31%\msdos.sys,Options,,";xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs"
-
- [Setup.Init.Inis]
- ; THIS IS ONLY EXECUTED ON A CLEAN INSTALL
- ; Use a non-existent line spec. to delete from the INI files
- ; For Boot and 386Enh we use lines that need to be added anyway
-
- ;Create System.ini entries for Machine (only done for Clean Install--
- ;on an upgrade we leave whatever the user has installed in place)
- system.ini,boot, ";DelMe"
- system.ini, keyboard, ";DelMe"
- system.ini, boot.description, ";DelMe"
- system.ini,386Enh,,"ebios=*ebios"
- wininit.ini, CombineVxDs,,"%22%\ebios.vxd=%11%\vmm32.vxd"
-
- win.ini, windows, ";DelMe"
- win.ini, Desktop, ";DelMe"
- win.ini, intl, ";DelMe"
- win.ini, fonts, ";DelMe"
- win.ini, FontSubstitutes, ";DelMe"
- win.ini, Compatibility, ";DelMe"
- win.ini, Compatibility32, ";DelMe"
-
- ;make ghost entries in msdos.sys to get order of sections correct:
- %31%\msdos.sys,Paths, ";DelMe"
- %31%\msdos.sys,Options,,"BootMulti=1"
-
- [SUIni2RegSec]
- win.ini,windows,CursorBlinkRate,HKCU,"Control Panel\Desktop"
- win.ini,windows,BorderWidth,HKCU,"Control Panel\Desktop"
- win.ini,windows,ScreenSaveTimeOut,HKCU,"Control Panel\Desktop"
- win.ini,windows,ScreenSaveActive,HKCU,"Control Panel\Desktop"
- win.ini,windows,KeyboardSpeed,HKCU,"Control Panel\Keyboard"
- win.ini,windows,KeyboardDelay,HKCU,"Control Panel\Keyboard"
- win.ini,windows,Beep,HKCU,"Control Panel\Sound"
- win.ini,windows,SwapMouseButtons,HKCU,"Control Panel\Mouse"
- win.ini,windows,DoubleClickSpeed,HKCU,"Control Panel\Mouse"
- win.ini,windows,MouseThreshold1,HKCU,"Control Panel\Mouse"
- win.ini,windows,MouseThreshold2,HKCU,"Control Panel\Mouse"
- win.ini,windows,MouseSpeed,HKCU,"Control Panel\Mouse"
- win.ini,Colors,ActiveTitle,HKCU,"Control Panel\Colors"
- win.ini,Colors,Background,HKCU,"Control Panel\Colors"
- win.ini,Colors,Hilight,HKCU,"Control Panel\Colors"
- win.ini,Colors,HilightText,HKCU,"Control Panel\Colors"
- win.ini,Colors,TitleText,HKCU,"Control Panel\Colors"
- win.ini,Colors,Window,HKCU,"Control Panel\Colors"
- win.ini,Colors,WindowText,HKCU,"Control Panel\Colors"
- win.ini,Desktop,TileWallpaper,HKCU,"Control Panel\Desktop"
- win.ini,Desktop,Wallpaper,HKCU,"Control Panel\Desktop"
- win.ini,Desktop,WallpaperStyle,HKCU,"Control Panel\Desktop"
- win.ini,Desktop,GridGranularity,HKCU,"Control Panel\Desktop"
- win.ini,Desktop,Pattern,HKCU,"Control Panel\Desktop"
- win.ini,Desktop,IconTitleFaceName,HKCU,"Control Panel\Desktop",1
- win.ini,Desktop,IconTitleSize,HKCU,"Control Panel\Desktop",1
- win.ini,Desktop,IconTitleStyle,HKCU,"Control Panel\Desktop",1
- win.ini,Desktop,IconTitleWrap,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,Desktop,IconSpacing,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,Desktop,IconVerticalSpacing,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,Extensions,,HKCU,"Software\Microsoft\Windows\CurrentVersion\Extensions"
- win.ini,Intl,,HKCU,"Control Panel\International"
- win.ini,WindowMetrics,MinWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,MinHorzGap,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,MinVertGap,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,MinArrange,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,BorderWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,ScrollWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,ScrollHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,CaptionWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,CaptionHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,SmCaptionWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,SmCaptionHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,MenuWidth,HKCU,"Control Panel\Desktop\WindowMetrics"
- win.ini,WindowMetrics,MenuHeight,HKCU,"Control Panel\Desktop\WindowMetrics"
- ;win.ini,Sounds,,HKCU,"AppEvents\Schemes\OldScheme" ; unnecessary
-
- ; store away initial wallpaper (so Setup can switch it after runonce):
- ; the 2 flag leaves the .ini line in tact and replaces the reg key if it already exists
- win.ini,Desktop,Wallpaper,HKLM,Software\Microsoft\Windows\CurrentVersion\Setup,2
- win.ini,Desktop,TileWallpaper,HKLM,Software\Microsoft\Windows\CurrentVersion\Setup,2
-
- [SU.Update.Inis]
- ; copy over standard screen savers
- system.ini,boot,"scrnsave.exe=%25%\bezier.scr","scrnsave.exe=%11%\%BEZIER%.scr",1
- system.ini,boot,"scrnsave.exe=%25%\ssmarque.scr","scrnsave.exe=%11%\%SSMARQUE%.scr",1
- system.ini,boot,"scrnsave.exe=%25%\ssmyst.scr","scrnsave.exe=%11%\%SSMYST%.scr",1
- system.ini,boot,"scrnsave.exe=%25%\scrnsave.scr","scrnsave.exe=%11%\%SCRNSAVE%.scr",1
- system.ini,boot,"scrnsave.exe=%25%\ssflywin.scr","scrnsave.exe=%11%\%SSFLYWIN%.scr",1
- system.ini,boot,"scrnsave.exe=%25%\ssstars.scr","scrnsave.exe=%11%\%SSSTARS%.scr",1
-
- ;make ghost entries in msdos.sys to get order of sections correct:
- %31%\msdos.sys,Paths, ";DelMe"
- %31%\msdos.sys,Options, ";DelMe"
-
- [BaseWinOptions]
- winbase
- winapps
- command
- setup
- basehelp
- printer
-
- [winbase]
- OptionDesc = %WINBASE%
- CopyFiles = sys.files, ios.files, VxD.Files
- DelFiles = VxD.Del.Files, ios.files.del
- UpdateInis = winbase.inis
- UpdateIniFields = winbase.inifields
- AddReg = winbase.reg
- DelReg = winbase.del.reg
-
- [winapps]
- CopyFiles = winother.files.shared, winother.files, betatools.files
- DelFiles = betatools.delfiles
- UpdateInis = betatools.inis, winother.links
- AddReg = betatools.addreg
-
- [command]
- CopyFiles = boot.files, cmd.files, win.devices.files, winboot.devices.files, win.devices.files.machine
- UpdateCfgSys = config_default
- UpdateAutoBat= autoexec_default
-
- [setup]
- CopyFiles = setup.files.win,setup.files.machine,setup.files.sys,setup.files.inf
-
- [basehelp]
- CopyFiles = net.help.files, ole.help.files, base.help.files, base.help.winhelp, base.help.sys
-
- [printer]
- OptionDesc = %PRINTER%
- CopyFiles = printer.files.sys
- UpdateInis = printer.inis
-
-
- [winbase.inis]
- ;Additions go here:
- system.ini,boot,,"user.exe=user.exe"
- system.ini,boot,,"gdi.exe=gdi.exe"
- system.ini,boot,,"sound.drv=mmsound.drv"
- system.ini,boot,,"dibeng.drv=dibeng.dll"
- system.ini,386Enh,,"device=*vshare"
- system.ini,386Enh,,"device=*dynapage"
- win.ini,Pscript.Drv,,"ATMWorkaround=1"
-
- ; Set COMM.DRV unless preserving a known win3.1 driver
- system.ini,boot,"comm.drv=*vcoscomm.drv","~CommDrvTemp~=*",3
- system.ini,boot,"comm.drv=*r0dmdcom.drv", "~CommDrvTemp~=*",3
- system.ini,boot,,"comm.drv=comm.drv"
- system.ini,boot,"~CommDrvTemp~=*","comm.drv=*",3
-
- wininit.ini, CombineVxDs,,"%22%\vshare.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vwin32.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vfbackup.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vcomm.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\combuff.vxd=%11%\vmm32.vxd"
-
- ; Set *VCD unless preserving a known win3.1 VCD
- system.ini,386Enh,"device=*r0dmdvcd.386","~VCDTemp~=*",3
- system.ini,386Enh,,"device=*vcd"
- system.ini,386Enh,"~VCDTemp~=*","device=*vcd",3
-
- wininit.ini, CombineVxDs,,"%22%\vcd.vxd=%11%\vmm32.vxd"
-
- system.ini,386Enh,,"device=*vpd"
- wininit.ini, CombineVxDs,,"%22%\vpd.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\ifsmgr.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\ios.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\spooler.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vfat.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vcache.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vcond.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vcdfsd.vxd=%11%\vmm32.vxd"
-
- ; Install "device=*int13"
- system.ini, 386Enh,, "device=*int13"
- wininit.ini, CombineVxDs,,"%22%\int13.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vxdldr.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vdef.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\dynapage.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\configmg.vxd=%11%\vmm32.vxd"
-
- ; Always combine EBIOS.VxD, but only add the device= line on clean installs
- ; (see the [Setup.Init.Inis] section)
- wininit.ini, CombineVxDs,,"%22%\ebios.vxd=%11%\vmm32.vxd"
-
- ; Always combine vmd.vxd--it solves problems w/ older setup programs:
- wininit.ini, CombineVxDs,,"%22%\vmd.vxd=%11%\vmm32.vxd"
-
- ;REVIEW This should really be done by Net setup--they should pick
- ;it up once they convert to the new VxD naming conventions:
- wininit.ini, CombineVxDs,,"%22%\dosnet.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vpicd.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vtd.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\reboot.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vdmad.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vsd.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\v86mmgr.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\pageswap.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\dosmgr.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vmpoll.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\shell.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\parity.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\biosxlat.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vmcpd.vxd=%11%\vmm32.vxd"
-
- wininit.ini, CombineVxDs,,"%22%\vtdapi.vxd=%11%\vmm32.vxd"
-
- system.ini,386Enh,,"maxbps=270"
-
- wininit.ini, CombineVxDs,,"%22%\perf.vxd=%11%\vmm32.vxd"
-
- ;Keep some things in the extensions section for compatibility with cc-Mail
- win.ini,Extensions,,"txt=notepad.exe ^.txt"
- ;win.ini,Extensions,,"bmp=mspaint.exe ^.bmp" ; moved to applets.inx
-
- ;Create StartUp Folder and modify links in it:
- setup.ini, progman.groups,, "group1=""%StartUp_DESC%""" ;creates folder
- setup.ini, group1,, """%PenPal_DESC%""" ;deletes existing link from StartUp folder
-
- ;Create Links that will show up in the Programs Folder (Not in a sub-folder)
- ;This replaces the old 'Main' folder/group:
- setup.ini, progman.groups,, "group0=" ;creates "null" folder
- setup.ini, group0,, """%Explorer_DESC%""" ;REVIEW: deletes previous link (name oblsolete) not needed for final product
- setup.ini, group0,, """%WinExplorer_DESC%"", ""Explorer.exe /n,/e,%30%"", EXPLORER.EXE, 1,,,%WinExplorer_ShortDESC%"
- setup.ini, group0,, """%MSDOSPrmpt_DESC%""" ;delete the old link
- setup.ini, group0,, """%MSDOSPrmpt_ShortDESC%""" ;delete the old link
- setup.ini, group0,, """%MSDOSPrmpt_DESC%"", command.com, PIFMGR.DLL, 0,,%10%,%MSDOSPrmpt_ShortDESC%" ;add new link
-
- ;Stuff items into Program Manager for access to printer/control panel/Explorer, Etc.
- ; Also used if user selects Win 3.1 User Interface Option
- setup.ini, progman.only,,"PMGroup3=%MAIN_DESC%" ; creates group
- setup.ini, PMGroup3,,"""%Printers_DESC%"",""rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder"",shell32.dll,37
- setup.ini, PMGroup3,,"""%CPanel_DESC%"",control.exe,shell32.dll,35
- setup.ini, PMGroup3,,"""%WinExplorer_DESC%"", ""Explorer.exe /n,/e,%30%"", EXPLORER.EXE, 1"
- setup.ini, PMGroup3,,"""%MSDOSPrmpt_DESC%""" ;delete the old link
- setup.ini, PMGroup3,,"""%MSDOSPrmpt_DESC%"", command.com, PIFMGR.DLL, 0" ;add new link
- setup.ini, PMGroup3,,"""%Fileman_DESC%"", WINFILE.EXE"
-
- ; And delete "Printers" and Explorer from MAIN group so it doesn't show up on Start Menu on subsequent installs:
- setup.ini, progman.groups,, "group3=%MAIN_DESC%" ;creates folder
- setup.ini, group3,, """%Printers_DESC%""" ;deletes link
- setup.ini, group3,, """%WinExplorer_DESC%""" ;deletes link
- setup.ini, group3,, """%CPanel_DESC%""" ;deletes link
-
- ;Turn on bootgui in msdos.sys (formerly winboot.ini) always.
- %31%\msdos.sys,Options,,"BootGUI=1"
-
- ;fixes registry/win.ini sync probs:
- win.ini,Desktop,"WallpaperOriginX=*"
- win.ini,Desktop,"WallpaperOriginY=*"
-
- [winbase.inifields]
- system.ini, NonWindowsApp, localtsrs,dosedit
- system.ini, NonWindowsApp, localtsrs,ced
- system.ini, NonWindowsApp, localtsrs,pced
-
- ; REVIEW: the foll. will also nuke field like fooatikey.exe!
- win.ini, windows, load,*atikey.exe,,1
-
- ; Remove Compaq PnP support (replaced w/ built-in Win 95 PnP)
- win.ini, windows, load,*cpqevent.exe,,1
- win.ini, windows, run,*cpqevent.exe,,1
-
- ; Remove Toshiba's maxtime utility which trashes the tray's buttons
- win.ini, windows, load,*maxtime.exe,,1
- win.ini, windows, run,*maxtime.exe,,1
-
- ; Remove plugin a common shareware shell extension
- win.ini, windows, load,*plugin.exe,,1
- win.ini, windows, run,*plugin.exe,,1
-
- ; Remove iconhearit which was shipped free to some people
- win.ini, windows, load,*ihearit.exe,,1
- win.ini, windows, run,*ihearit.exe,,1
-
- [winbase.reg]
- ;Media content directory
- HKLM,%KEY_CURRENT%,MediaPath,,"%25%\%media_dir%"
-
- ;Local machine, non-user specific configurations
- HKLM,%KEY_CURRENT%,ConfigPath,,"%10%\config"
-
- ;Setup root directory for winboot.sys
- HKLM,%KEY_CURRENT%,SystemRoot,,%10%
-
- ;Keep track of the previous windows dir
- HKLM,%KEY_CURRENT%,OldWinDir,,"%33%"
-
- ; Mark setuplog.txt, setuplog.old, msdos.--- w/ the HIDDEN attrib on first boot:
- ; (Note that you need to use CAPS so the filesystem doesn't treat is as a LFN)
- ; R=1; H=2; S=4; HR=3; HS=6; SHR=7
- HKLM,%KEY_RENAME%\Boot,,,%30%
- HKLM,%KEY_RENAME%\Boot,SETUPLOG.TXT,,"SETUPLOG.TXT,2"
- HKLM,%KEY_RENAME%\Boot,SETUPLOG.OLD,,"SETUPLOG.OLD,2"
- HKLM,%KEY_RENAME%\Boot,"MSDOS.---",,"MSDOS.---,2"
-
- ; Add location of Product and other info for Registration Wizard
- HKLM,%KEY_CURRENT%,ProductName,,"%ProductName%"
-
- ; Mark MFC 3.01 DLL's as read only so MSVC 2.00 setup doesn't overwrite them with 3.00 versions
- ;HKLM,%KEY_RENAME%\Sys,,,%11%
- ;HKLM,%KEY_RENAME%\Sys,MFC30.DLL,,"MFC30.DLL,1"
- ;HKLM,%KEY_RENAME%\Sys,MFCANS32.DLL,,"MFCANS32.DLL,1"
- ;HKLM,%KEY_RENAME%\Sys,MFCUIA32.DLL,,"MFCUIA32.DLL,1"
- ;HKLM,%KEY_RENAME%\Sys,MFCO30.DLL,,"MFCO30.DLL,1"
- ;HKLM,%KEY_RENAME%\Sys,MFCD30.DLL,,"MFCD30.DLL,1"
- ;HKLM,%KEY_RENAME%\Sys,MFCN30.DLL,,"MFCN30.DLL,1"
-
- ; Set policies update mode for policy downloader
- HKLM,System\CurrentControlSet\Control\Update,UpdateMode,3,01
-
- ;Sets CONFIGMG default values
- HKLM,%KEY_CFGMGR%,StaticVxD,,"*CONFIGMG"
- HKLM,%KEY_CFGMGR%,Start,1,00
- HKLM,%KEY_CFGMGR%,SysDM,,"SYSDM.CPL"
- HKLM,%KEY_CFGMGR%,SysDMFunc,,"DMSetupDevnode"
- HKLM,%KEY_CFGMGR%,Detect,,"SYSDM.CPL"
- HKLM,%KEY_CFGMGR%,DetectFunc,,"DMRedetect"
- HKLM,%KEY_CFGMGR%,Private,,"SYSDM.CPL"
- HKLM,%KEY_CFGMGR%,PrivateFunc,,"DMPrivateProblem"
-
- ;Sets VSHARE default values
- HKLM,%KEY_SVCSVXD%\VSHARE,StaticVxD,,"*VSHARE"
- HKLM,%KEY_SVCSVXD%\VSHARE,Start,1,00
-
- ;Sets VWIN32 default values
- HKLM,%KEY_SVCSVXD%\VWIN32,StaticVxD,,"*VWIN32"
- HKLM,%KEY_SVCSVXD%\VWIN32,Start,1,00
-
- ;Sets VFBACKUP default values
- HKLM,%KEY_SVCSVXD%\VFBACKUP,StaticVxD,,"*VFBACKUP"
- HKLM,%KEY_SVCSVXD%\VFBACKUP,Start,1,00
-
- ;Sets VCOMM default values
- HKLM,%KEY_SVCSVXD%\VCOMM,StaticVxD,,"*VCOMM"
- HKLM,%KEY_SVCSVXD%\VCOMM,Start,1,00
-
- ;Sets COMBUFF default values
- HKLM,%KEY_SVCSVXD%\COMBUFF,StaticVxD,,"*COMBUFF"
- HKLM,%KEY_SVCSVXD%\COMBUFF,Start,1,00
-
- ;Sets IFSMGR default values
- HKLM,%KEY_SVCSVXD%\IFSMGR,StaticVxD,,"*IFSMGR"
- HKLM,%KEY_SVCSVXD%\IFSMGR,Start,1,00
-
- ;Sets IOS default values
- HKLM,%KEY_SVCSVXD%\IOS,StaticVxD,,"*IOS"
- HKLM,%KEY_SVCSVXD%\IOS,Start,1,00
-
- ;Sets SPOOLER default values
- HKLM,%KEY_SVCSVXD%\SPOOLER,StaticVxD,,"*SPOOLER"
- HKLM,%KEY_SVCSVXD%\SPOOLER,Start,1,00
-
- ;Sets VFAT default values
- HKLM,%KEY_SVCSVXD%\VFAT,StaticVxD,,"*VFAT"
- HKLM,%KEY_SVCSVXD%\VFAT,Start,1,00
-
- ;Sets VCACHE default values
- HKLM,%KEY_SVCSVXD%\VCACHE,StaticVxD,,"*VCACHE"
- HKLM,%KEY_SVCSVXD%\VCACHE,Start,1,00
-
- ;Sets VCOND default values
- HKLM,%KEY_SVCSVXD%\VCOND,StaticVxD,,"*VCOND"
- HKLM,%KEY_SVCSVXD%\VCOND,Start,1,00
-
- ;Sets VCDFSD default values
- HKLM,%KEY_SVCSVXD%\VCDFSD,StaticVxD,,"*VCDFSD"
- HKLM,%KEY_SVCSVXD%\VCDFSD,Start,1,00
-
- ;Sets VXDLDR default values
- HKLM,%KEY_SVCSVXD%\VXDLDR,StaticVxD,,"*VXDLDR"
- HKLM,%KEY_SVCSVXD%\VXDLDR,Start,1,00
-
- ;Sets VDEF default values
- HKLM,%KEY_SVCSVXD%\VDEF,StaticVxD,,"*VDEF"
- HKLM,%KEY_SVCSVXD%\VDEF,Start,1,00
-
- ;Sets VPICD default values
- HKLM,%KEY_SVCSVXD%\VPICD,StaticVxD,,"*VPICD"
- HKLM,%KEY_SVCSVXD%\VPICD,Start,1,00
-
- ;Sets VTD default values
- HKLM,%KEY_SVCSVXD%\VTD,StaticVxD,,"*VTD"
- HKLM,%KEY_SVCSVXD%\VTD,Start,1,00
-
- ;Sets REBOOT default values
- HKLM,%KEY_SVCSVXD%\REBOOT,StaticVxD,,"*REBOOT"
- HKLM,%KEY_SVCSVXD%\REBOOT,Start,1,00
-
- ;Sets VDMAD default values
- HKLM,%KEY_SVCSVXD%\VDMAD,StaticVxD,,"*VDMAD"
- HKLM,%KEY_SVCSVXD%\VDMAD,Start,1,00
-
- ;Sets VSD default values
- HKLM,%KEY_SVCSVXD%\VSD,StaticVxD,,"*VSD"
- HKLM,%KEY_SVCSVXD%\VSD,Start,1,00
-
- ;Sets V86MMGR default values
- HKLM,%KEY_SVCSVXD%\V86MMGR,StaticVxD,,"*V86MMGR"
- HKLM,%KEY_SVCSVXD%\V86MMGR,Start,1,00
-
- ;Sets PAGESWAP default values
- HKLM,%KEY_SVCSVXD%\PAGESWAP,StaticVxD,,"*PAGESWAP"
- HKLM,%KEY_SVCSVXD%\PAGESWAP,Start,1,00
-
- ;Sets DOSMGR default values
- HKLM,%KEY_SVCSVXD%\DOSMGR,StaticVxD,,"*DOSMGR"
- HKLM,%KEY_SVCSVXD%\DOSMGR,Start,1,00
-
- ;Sets VMPOLL default values
- HKLM,%KEY_SVCSVXD%\VMPOLL,StaticVxD,,"*VMPOLL"
- HKLM,%KEY_SVCSVXD%\VMPOLL,Start,1,00
-
- ;Sets SHELL default values
- HKLM,%KEY_SVCSVXD%\SHELL,StaticVxD,,"*SHELL"
- HKLM,%KEY_SVCSVXD%\SHELL,Start,1,00
-
- ;Sets PARITY default values
- HKLM,%KEY_SVCSVXD%\PARITY,StaticVxD,,"*PARITY"
- HKLM,%KEY_SVCSVXD%\PARITY,Start,1,00
-
- ;Sets BIOSXLAT default values
- HKLM,%KEY_SVCSVXD%\BIOSXLAT,StaticVxD,,"*BIOSXLAT"
- HKLM,%KEY_SVCSVXD%\BIOSXLAT,Start,1,00
-
- ;Sets VMCPD default values
- HKLM,%KEY_SVCSVXD%\VMCPD,StaticVxD,,"*VMCPD"
- HKLM,%KEY_SVCSVXD%\VMCPD,Start,1,00
-
- ;Sets VTDAPI default values
- HKLM,%KEY_SVCSVXD%\VTDAPI,StaticVxD,,"*VTDAPI"
- HKLM,%KEY_SVCSVXD%\VTDAPI,Start,1,00
-
- ;Sets PERF default values
- HKLM,%KEY_SVCSVXD%\PERF,StaticVxD,,"*PERF"
- HKLM,%KEY_SVCSVXD%\PERF,Start,1,00
-
-
- ; Run once entry to launch RunOnce wrapper
- ; WARNING: Do not change this Key or Value without talking to Program Mgmt first.
- HKLM,%KEY_RUNONCE%,Wrapper,,"runonce.exe"
-
- ; Run once wrapper entry to fill caches with control panel info:
- HKLM, %KEY_RUNONCE%\Setup,"%CplInit_Desc%",,"RUNDLL32.EXE SHELL32.DLL,Control_FillCache_RunDLL"
-
- ; Run Once Wrapper entry to run Group converter:
- HKLM,%KEY_RUNONCE%\Setup,"%Grpconv_Desc%",,"%25%\grpconv.exe -s"
-
- ; Run Once Wrapper entry to run winhelp initialization:
- HKLM,%KEY_RUNONCE%\Setup,"%HelpInit_Desc%",,"%25%\winhlp32.exe -g windows.hlp"
-
- ; Run once wrapper entry to copy entries from apps.inf to the registry
- HKLM, %KEY_RUNONCE%\Setup,"%ConfigMSDOS_Desc%",,"RUNDLL.EXE PIFMGR.DLL,InitPIFRegEntries"
-
- ; Run once wrapper entry to run time zone control panel:
- HKLM, %KEY_RUNONCE%\Setup,"%SetTimeZone_Desc%",,"RUNDLL32.EXE SHELL32.DLL,Control_RunDLL TIMEDATE.CPL,,/f"
-
- ; Run once entry for DMFirstTimeSetup
- HKLM,%KEY_RUNONCE%,ClassSetup,,"rundll.exe sysdm.cpl,DMFirstTimeSetup"
-
- ; Set Wallpaper that comes up during runonce (this gets replaced by user's orig. wallpaper after runonce is done)
- HKCU,"Control Panel\Desktop","Wallpaper",,"%25%\setup.bmp"
- HKCU,"Control Panel\Desktop","TileWallpaper",,0
- HKLM,%KEY_RENAME%\Win,,,%25%
- HKLM,%KEY_RENAME%\Win,setup.bmp,,"%SETUP_BMP%.bmp"
-
- ; Fill in the list of VMM32 combined files
- HKLM,%KEY_VMM32FILES%,vshare.vxd,1,
- HKLM,%KEY_VMM32FILES%,vwin32.vxd,1,
- HKLM,%KEY_VMM32FILES%,vfbackup.vxd,1,
- HKLM,%KEY_VMM32FILES%,vcomm.vxd,1,
- HKLM,%KEY_VMM32FILES%,combuff.vxd,1,
- HKLM,%KEY_VMM32FILES%,vcd.vxd,1,
- HKLM,%KEY_VMM32FILES%,vpd.vxd,1,
- HKLM,%KEY_VMM32FILES%,ifsmgr.vxd,1,
- HKLM,%KEY_VMM32FILES%,ios.vxd,1,
- HKLM,%KEY_VMM32FILES%,spooler.vxd,1,
- HKLM,%KEY_VMM32FILES%,vfat.vxd,1,
- HKLM,%KEY_VMM32FILES%,vcache.vxd,1,
- HKLM,%KEY_VMM32FILES%,vcond.vxd,1,
- HKLM,%KEY_VMM32FILES%,vcdfsd.vxd,1,
- HKLM,%KEY_VMM32FILES%,int13.vxd,1,
- HKLM,%KEY_VMM32FILES%,vxdldr.vxd,1,
- HKLM,%KEY_VMM32FILES%,vdef.vxd,1,
- HKLM,%KEY_VMM32FILES%,dynapage.vxd,1,
- HKLM,%KEY_VMM32FILES%,configmg.vxd,1,
- HKLM,%KEY_VMM32FILES%,ebios.vxd,1,
- HKLM,%KEY_VMM32FILES%,vmd.vxd,1,
- HKLM,%KEY_VMM32FILES%,dosnet.vxd,1,
- HKLM,%KEY_VMM32FILES%,vpicd.vxd,1,
- HKLM,%KEY_VMM32FILES%,vtd.vxd,1,
- HKLM,%KEY_VMM32FILES%,reboot.vxd,1,
- HKLM,%KEY_VMM32FILES%,vdmad.vxd,1,
- HKLM,%KEY_VMM32FILES%,vsd.vxd,1,
- HKLM,%KEY_VMM32FILES%,v86mmgr.vxd,1,
- HKLM,%KEY_VMM32FILES%,pageswap.vxd,1,
- HKLM,%KEY_VMM32FILES%,dosmgr.vxd,1,
- HKLM,%KEY_VMM32FILES%,vmpoll.vxd,1,
- HKLM,%KEY_VMM32FILES%,shell.vxd,1,
- HKLM,%KEY_VMM32FILES%,parity.vxd,1,
- HKLM,%KEY_VMM32FILES%,biosxlat.vxd,1,
- HKLM,%KEY_VMM32FILES%,vmcpd.vxd,1,
- HKLM,%KEY_VMM32FILES%,vtdapi.vxd,1,
- HKLM,%KEY_VMM32FILES%,perf.vxd,1,
-
- ; Add precopied files to the installed files list, since they are
- ; pre-installed files
- HKLM,%KEY_INSTALLED%,ncrc710.mpd,1,
- HKLM,%KEY_INSTALLED%,ncrc810.mpd,1,
- HKLM,%KEY_INSTALLED%,amsint.mpd,1,
- HKLM,%KEY_INSTALLED%,aic78xx.mpd,1,
- HKLM,%KEY_INSTALLED%,pci.vxd,1,
- HKLM,%KEY_INSTALLED%,isapnp.vxd,1,
- HKLM,%KEY_INSTALLED%,eisa.vxd,1,
-
- [winbase.del.reg]
- HKCU,"Control Panel\Desktop","WallpaperOriginX"
- HKCU,"Control Panel\Desktop","WallpaperOriginY"
-
- [boot.files]
- command.new, command.com,,1
- sulogo.sys,,,1
- winboot.new, winboot.sys,,1
-
- [sys.files]
- advapi32.dll,,,8
- comdlg32.dll,,,8
- comm.drv
- commctrl.dll, kommctrl.dll, kommctrl.dll
- crtdll.dll,,,8
- dibeng.dll
- eisa.vxd,,,1
- gdi.exe,,,1
- gdi32.dll,,,9
- iosclass.dll
- isapnp.vxd,,,1
- conagent.exe
- imm32.dll
- isapnp.vxd,,,1
- kernel32.dll,,,9
- krnl386.exe,,,1
- lpt.vxd,,,1
- lptenum.vxd,,,1
- lz32.dll,,,8
- lzexpand.dll
- mf3216.dll
- mfc30.dll
- mkcompat.exe
- msgsrv32.exe,,,8
- msshrui.dll
- msvcrt20.dll
- ntdll.dll
- olecli32.dll,,,8
- olesvr32.dll,,,8
- pci.vxd,,,1
- pkpd.dll
- pkpd32.dll
- redirect.mod
- serial.vxd,,,1
- serenum.vxd,,,1
- setup4.dll,,,1
- mmsound.drv
- sysclass.dll,,,1
- systhunk.dll,,,1
- unicode.bin
- user.exe,,,1
- user32.dll,,,9
- vdmdbg.dll
- vfd.vxd,,,1
- ver.dll,ver.new,,8
- version.dll
- vmm32.vxd,,,1
- win32s16.dll
- winaspi.dll
- winoa386.mod,winoa386.new
- wnaspi32.dll
- wow32.dll
-
- [VxD.Files]
- ;Copy these to the \system\vmm32 dir to be bound into VMM32.VxD:
- biosxlat.vxd,,,1
- combuff.vxd,,,1
- configmg.vxd,,,1
- dosmgr.vxd,,,1
- ebios.vxd,,,1
- pageswap.vxd,,,1
- parity.vxd,,,1
- reboot.vxd,,,1
- shell.vxd,,,1
- v86mmgr.vxd,,,1
- vcd.vxd,,,1
- vpd.vxd,,,1
- vdmad.vxd,,,1
- vmcpd.vxd,,,1
- vmpoll.vxd,,,1
- vpicd.vxd,,,1
- vshare.vxd,,,1
- vsd.vxd,,,1
- vtd.vxd,,,1
- vtdapi.vxd,,,1
-
- vwin32.vxd,,,1
- vfbackup.vxd,,,1
- vcomm.vxd,,,1
- ifsmgr.vxd,,,1
- ios.vxd,,,1
- spooler.vxd,,,1
- vfat.vxd,,,1
- vcache.vxd,,,1
- vcond.vxd,,,1
- vcdfsd.vxd,,,1
- int13.vxd,,,1
- vxdldr.vxd,,,1
- vdef.vxd,,,1
- dynapage.vxd,,,1
- perf.vxd,,,1
-
- vmd.vxd
-
- dosnet.vxd,,,1 ;REVIEW this should be handled by Net setup when they adopt the new vxd stuff
-
- qemmfix.vxd ;Not bound into VMM32.VxD, but should always be there
-
- [VxD.Del.Files]
- ;Delete these from the system dir since they are now replaced w/ .vxd files
- vshare.vxd
-
- biosxlat.386
- combuff.386
- configmg.386
- dos386.exe
- dosmgr.386
- ebios.386
- pageswap.386
- parity.386
- reboot.386
- shell.386
- v86mmgr.386
- vcd.386
- vpd.386
- vdmad.386
- vmcpd.386
- vmpoll.386
- vpicd.386
- vsd.386
- vtd.386
- vtdapi.386
-
- vwin32.386
- vfbackup.386
- vcomm.386
- ifsmgr.386
- ios.386
- spooler.386
- vfat.386
- vcache.386
- vcond.386
- vcdfsd.386
- int13.386
- vxdldr.386
- vdef.386
- dynapage.386
- perf.386
-
- lpt.386
- lptenum.386
- pagefile.386
- pagefile.vxd
- peloader.386
- serial.386
- vfd.386
- vshare.386
-
- isapnp.386
- dosnet.386
-
- [winboot.devices.files]
- aspi2hlp.sys,,,1
- CMD640X.SYS
- CMD640X2.SYS
- dblbuff.sys
- setver.win,setver.exe
- ifshlp.sys,,,1
- himem.sys,,,1
-
- [win.devices.files]
- emm386.exe
- ramdrive.sys
- smartdrv.exe
-
- [win.devices.files.machine]
- ios.ini
- win.com, win.cnf,,1
-
- ; these go in %25%
- ;winbug.dat
- ;winbug.exe
- ;winbug.hlp
- ;winbug10.dll
-
- [betatools.files]
- display.txt
- general.txt
- internet.txt
- network.txt
- printers.txt
- mouse.txt
- msn.txt
- readme.txt
- support.txt
- winnews.txt
- faq.txt
- hardware.txt
- exchange.txt
- tips.txt
- programs.txt
- config.txt
- msdosdrv.txt
-
- [betatools.delfiles]
- relnotes.rtf
-
- [betatools.addreg]
- HKLM,%KEY_RENAME%\Win,,,%25%
- HKLM,%KEY_DEL%\Win,,,%25%
- HKLM,%KEY_RENAME%\Win,%Readme_Loc%.txt,,$!$!$w95.txt
- HKLM,%KEY_RENAME%\Win,readme.txt,,"%Readme%.txt"
- HKLM,%KEY_DEL%\Win,$!$!$w95.txt,,$!$!$w95.txt
-
- [betatools.inis]
- setup.ini, progman.groups,, "groupDelDoc=..\%ProgramsFolder%\%DOC_GRP%"
- setup.ini, progman.groups,, "groupDoc=%DOC_GRP%"
- setup.ini, groupDelDoc,,"""%Readme%"""
- setup.ini, groupDoc,,"""readme"",""%25%\%Readme%.txt"""
-
- [winother.files]
- APPWIZ.CPL
- commdlg.dll, commdlg.new,,8
- ddeml.dll
- deskcp16.dll
- DSKMAINT.DLL,,,32 ;32 flag suppresses ver conflict dlg
- main.cpl
- maincp16.dll
- timedate.cpl
- mspcic.dll
- desk.cpl
- olecli.dll
- olesvr.dll
- pifmgr.dll
- runonce.exe
- sysdm.cpl
- sysedit.exe
- toolhelp.dll
- win87em.dll
-
- [winother.files.shared]
- notepad.exe
- SCANDSKW.EXE,,,32 ;32 flag suppresses version conflict dlg
-
- [winother.links]
- ;create link to NotePad:
- setup.ini, progman.groups,, "group4=%APPS_DESC%" ;creates folder
- setup.ini, group4,, """%Notepad_DESC%"", NOTEPAD.EXE" ;creates link
-
- ;create link to ScanDisk (for Windows):
- setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%" ;creates folder
- setup.ini, group11,, """%Fixdrive_Desc%"", SCANDSKW.EXE"
-
- [cmd.files]
- ; NOTE: If you add/remove any files from this section, make sure you do the same
- ; to the [del.win.reboot] section right below it, and that you check to
- ; see if they should be deleted in the [del.old.msdos.files] section as well.
-
- ansi.sys
- attrib.exe
- chkdsk.exe
- choice.com
- country.sys
- debug.exe
- deltree.exe
- diskcopy.com
- display.sys
- doskey.com
- drvspace.bin,,,32 ;32 flag suppresses version conflict dlg
- edit.com
- edit.hlp
- ega.cpi
- extract.exe
- fc.exe
- fdisk.exe
- find.exe
- format.com
- keyb.com
- keyboard.sys
- label.exe
- mem.exe
- mode.com
- more.com
- move.exe
- mscdex.exe
- nlsfunc.exe
- scandisk.exe,,,32 ;32 flag suppresses ver conflict dlg
- scandisk.ini
- share.exe
- sort.exe
- start.exe
- subst.exe
- sys.com
- xcopy.exe
- xcopy32.exe
-
- [del.win.reboot]
- ; Delete all CMD files from the windows dir just before the reboot since these are
- ; in the Windows\Command dir and shouldn't be in the Windows dir.
-
- ; NOTE: THIS SECTION SHOULD BE AN EXACT COPY OF the [cmd.files] section.
-
- ansi.sys
- attrib.exe
- chkdsk.exe
- choice.com
- country.sys
- dblspace.sys
- debug.exe
- deltree.exe
- diskcopy.com
- display.sys
- doskey.com
- drvspace.bin
- drvspace.sys ;ok to delete this--it's copied in applets.inf
- edit.com
- edit.hlp
- ega.cpi
- extract.exe
- fc.exe
- fdisk.exe
- find.exe
- format.com
- keyb.com
- keyboard.sys
- label.exe
- mem.exe
- mode.com
- more.com
- move.exe
- mscdex.exe
- nlsfunc.exe
- scandisk.exe
- scandisk.ini
- share.exe
- sort.exe
- start.exe
- subst.exe
- sys.com
- xcopy.exe
- xcopy32.exe
-
- [del.old.msdos.files]
- ansi.sys
- attrib.exe
- chkdsk.exe
- choice.com
- country.sys
- debug.exe
- DEFRAG.HLP
- deltree.exe
- diskcopy.com
- display.sys
- doskey.com
- drvspace.bin
- edit.com
- edit.hlp
- ega.cpi
- fc.exe
- fdisk.exe
- find.exe
- format.com
- keyb.com
- keyboard.sys
- label.exe
- mem.exe
- mode.com
- more.com
- move.exe
- mscdex.exe
- MWUNDEL.EXE
- MWUNDEL.HLP
- nlsfunc.exe
- scandisk.exe
- scandisk.ini
- share.exe
- sort.exe
- start.exe
- subst.exe
- sys.com
- xcopy.exe
-
- ;others not copied in the [cmd.files] section
- emm386.exe
- networks.txt
- os2.txt
- ramdrive.sys
- readme.txt
- setver.exe
- smartdrv.exe
-
- ;Compaq DOS 5.0
- cache.exe
- cemm.exe
- cemmp.exe
- dos5help.chd
- fastart.exe
- fsedit.exe
- help.exe
- tu.exe
- upcu.exe
-
- ;Non MS-DOS Operating Systems:
- delpurge.exe
- delwatch.exe
- diskmap.exe
- diskopt.exe
- dosbook.exe
- hidos.sys
- lock.exe
- login.exe
- memmax.exe
- password.exe
- rendir.exe
- setup.exe
- sys.com
- taskmax.exe
- taskmax.ini
- touch.exe
- uninstal.exe
- xdel.exe
- xdir.exe
-
- [ren.old.msdos.files]
- mode_dos.com, mode.com
-
- [del.old.msdos.root]
- WINA20.386
-
- [ren.dxxspace.utils]
- ; backup ms-dos 6.x disk compression tools (only done on clean install)
- DRVSPACE.EX~, DRVSPACE.EXE
- DBLSPACE.EX~, DBLSPACE.EXE
- DEFRAG.EX~, DEFRAG.EXE
- SCANDISK.EX~, SCANDISK.EXE
-
- [del.dxxspace.utils]
- ; Delete ms-dos 6.x disk compression tools (only done on upgrade install)
- DRVSPACE.EXE
- DBLSPACE.EXE
- DEFRAG.EXE
- SCANDISK.EXE
-
- [dxxspace.bat.files]
- ; copy over dummy stubs for ms-dos 6.x disk compression tools
- DRVSPACE.BAT
- DBLSPACE.BAT
- DEFRAG.BAT
- SCANDISK.BAT
-
- ; If user has MS compression installed and he has MS DBLSPACE.BIN
- ; the foll. section is GenInstalled.
- ;
- [SetupMSDblSpace]
- CopyFiles = msdbl.files
- UpdateCfgSys = config_dummy
-
- [msdbl.files]
- dblspace.sys,drvspace.sys,,32 ;32 flag suppresses ver conflict dlg
-
- ; empty section -- guarantees path fixup for any DBLSPACE.SYS in config.sys!
- [config_dummy]
-
- ; If user has MS compression installed but he has a non MS DBLSPACE.BIN
- ; the foll. section is GenInstalled.
- ;
- [SetupNonMSDblSpace]
-
- [del.premsdos5.files]
- append.com
- asgnpart.com
- backup.exe
- bootf.com
- cache.sys
- cemm.exe
- cemmp.exe
- chkdsk.exe
- cmpqadap.com
- compact.exe
- configur.com
- debug.exe
- detect.com
- diskcomp.exe
- diskcopy.exe
- diskinit.com
- diskinit.exe
- dosutil.meu
- dskscan.exe
- dsksetup.com
- edlin.exe
- emm386.sys
- enhdisk.sys
- fastopen.exe
- fastart.exe
- fdisk.com
- filesys.exe
- for150.exe
- format.exe
- gdu.exe
- graftabl.exe
- graphics.exe
- hardrive.sys
- hpcache.com
- hpdcache.com
- ifsfunc.exe
- indskbio.sys
- install.exe
- keyb32.com
- keybchf.com
- keybchg.com
- keybda.com
- keybfr.com
- keybfr.exe
- keybgk.com
- keybgr.com
- keybgr.exe
- keybit.com
- keybit.exe
- keybno.com
- keybsp.com
- keybsv.exe
- keybsw.com
- keybuk.com
- keybuk.exe
- keybus.com
- label.exe
- mode.exe
- mvbuild.exe
- pamcode.com
- paminstl.com
- part.exe
- password.exe
- prep.exe
- recover.exe
- restore.exe
- select.com
- select.dat
- select.exe
- select.hlp
- select.prt
- select1.dat
- select2.dat
- setup.exe
- shell.clr
- shell.hlp
- shell.meu
- shellb.com
- shellc.exe
- tree.exe
- vdisk.sys
- xmaem.sys
- zcache.sys
- zspool.com
-
- [ios.files]
- apix.vxd
- bigmem.drv
- cdfs.vxd
- cdtsd.vxd
- cdvsd.vxd
- disktsd.vxd
- diskvsd.vxd
- esdi_506.pdr
- hsflop.pdr
- necatapi.vxd
- scsi1hlp.vxd
- scsiport.pdr
- voltrack.vxd
- rmm.pdr
- ncrc810.mpd
- ncrc710.mpd
- amsint.mpd
- aic78xx.mpd
-
- [ios.files.del]
- ;Delete these--they have been replaced w/ .vxd versions
- apix.386
- cdfs.386
- cdtsd.386
- cdvsd.386
- disktsd.386
- diskvsd.386
- scsi1hlp.386
- voltrack.386
-
- [setup.files.inf]
- adapter.inf
- apps.inf
- awupd.inf
- mscdrom.inf
- diskdrv.inf
- fonts.inf
- keyboard.inf
- joystick.inf
- layout.inf
- locale.inf
- machine.inf
- mf.inf
- midi.inf
- msdet.inf
- msdisp.inf
- msfdc.inf
- mshdc.inf
- msmouse.inf
- msports.inf
- msprint.inf
- msprint2.inf
- multilng.inf
- nodriver.inf
- pcmcia.inf
- prtupd.inf
- scsi.inf
- setupc.inf
- unknown.inf
- vidcap.inf
- wave.inf
-
- [setup.files.sys]
- setupx.dll
- msprint.dll
- msprint2.dll
- sysdetmg.dll
-
- [setup.files.win]
- logos.sys ;shutdown logo
- logow.sys ;shutdown logo
- setup.bmp ;setup wash
- winver.exe
-
- [setup.files.machine]
- wininit.exe,,,1
-
-
- [base.help.files]
- 31users.hlp
- apps.hlp
- license.hlp
- license.txt
- mouse.hlp
- mouse.cnt
- notepad.cnt
- notepad.hlp
- progman.cnt
- progman.hlp
- windows.cnt
- windows.hlp
- winfile.cnt
- winfile.hlp
- winhlp32.cnt
- winhlp32.hlp
-
- [base.help.winhelp]
- winhelp.exe
- winhlp32.exe
-
- [base.help.sys]
- ftsrch.dll
- stem0409.dll
- whlp16t.dll
- whlp32t.dll
-
- [net.help.files]
- NETWORK.HLP
- SERVER.HLP
-
- [ole.help.files]
- common.hlp
-
- [printer.files.sys]
- control.inf
- msprint.dll
- msprint2.dll
- spool32.exe
- spoolss.dll
- winspl16.drv
- winspool.drv
-
- [printer.inis]
- win.ini,windows,,"NullPort=None"
- win.ini,ports,,"LPT1:="
- win.ini,ports,,"LPT2:="
- win.ini,ports,,"LPT3:="
- win.ini,ports,,"COM1:=9600,n,8,1,x"
- win.ini,ports,,"COM2:=9600,n,8,1,x"
- win.ini,ports,,"COM3:=9600,n,8,1,x"
- win.ini,ports,,"COM4:=9600,n,8,1,x"
- win.ini,ports,,"FILE:="
- win.ini,windows,"spooler=",
- win.ini,windows,"DosPrint=",
-
- [config_default]
- DevDefXms=himem.sys,10-23-92,4.00
- DevUmbProv=emm386.exe,10-23-92,4.00
- DevXmsProv=386max.sys
- DevXmsProv=bluemax.sys
- DevXmsProv=qemm386.sys
- DevXmsProv=rm386.exe
- DevRename=emm386.sys,emm386.exe
- DevRename=emm386.dos,emm386.exe
- DevDelete=smartdrv.sys,10-23-92,4.00
- DevDelete=smartdrv.exe ;to remove double_buffering
- Files=30
- Buffers=30,0
- Stacks=9,256
- Fcbs=4
- DOS=high,noumb,auto
- PreFixPath=26,25,10,13
- RemOldPath=33,32
- TmpDir=27,TEMP ; line to Validate the TMP and TEMP variables in CONFIG.SYS
- ;RemKey=LastDrive
- shell=command.com
- DevDelete=ifshlp.sys
- DevDelete=dlshelp.sys ;ibm's ifshlp.sys
- DevDelete=fastopen
- DevDelete=fastopen.exe
- DevDelete=append
- DevDelete=append.exe
- DevDelete=share.exe
- DevDelete=share.com
- DevDelete=share
- DevDelete=mirror.exe
- DevDelete=mirror.com
- DevDelete=mirror
- DevDelete=ega.sys
- DevDelete=DRIVER.SYS
-
- DevDelete=redirect.exe
-
- ;PCTOOLS MS-DOS Shell:
- DevDelete=PCSHELL
- DevDelete=PCSHELL.EXE
-
- ;Old Iclandic keybd drivers:
- DevDelete=ISLAND.SYS
- DevDelete=ISL861.SYS
- DevDelete=ISL850.SYS
-
- DevDelete=MEMDRV.EXE
-
- ; Remove TSR that Carbon Copy installs:
- DevDelete=doshost.exe
-
- ; Remove TSR that comes installed on at&t globalyst 360 pentium
- DevDelete=wbide.exe
-
- ; Remove Video 7 VGA driver:
- DevDelete=RAMBIOS.SYS
-
- ; Remove MS-DOS 6.x UNDELTE utility
- DevDelete=undelete.exe
-
- ; BlueMax utility that does things that Windows now does autoematically:
- DevDelete=EXTRADOS.MAX
-
- ; QEMM 7,x utilities that do things that Win 95 now does automatically:
- DevDelete=DOSDATA.SYS
- DevDelete=DOS-UP.SYS
- DevDelete=ST-DBL.SYS
- DevDelete=ST-DSPC.SYS
-
- ; Remove Compaq PnP handler (replace w/ built-in Win 95 PnP)
- DevDelete=CPQCM.SYS
-
- DevDelete=DWCFGMG.SYS ;Intel PnP handler
- DevDelete=ADI2C130.SYS ;Appian PCI IDE Controller driver
- DevDelete=um8673.sys ;Compaq
-
- ;3rd party remote net TSRs:
- DevDelete = rln.exe
- DevDelete = rlnAsync.exe
-
- DevDelete = S64DDPMS ;Stealth 64 PCI driver
- DevDelete = S64DDPMS.COM
-
- DevDelete = PCDISK.EXE ;Zenith Znote driver
-
- ; Remove Anti-Virus Programs
- DevDelete = vsafe.sys ;Central Point
- DevDelete = vsafe.com ;Central Point/MS-DOS 6
- DevDelete = vdefend.sys ;PC-Tools
- DevDelete = vdefend.com ;PC-Tools
- DevDelete = vwatch.com ;PC-Tools
- DevDelete = vaccine.exe ;Vaccine Antivirus Program
- DevDelete = virstop.exe ;F-Prot Anti-Virus
- DevDelete = navtsr.exe ;Norton Anti-virus
- DevDelete = nav_.sys ;Norton Anti-virus
- DevDelete = nav.drv ;Norton Anti-virus
- DevDelete = nav&.sys ;Norton Anti-virus
-
- ;Remove lines that start any of the following disk caches:
- DevDelete = cache-at.sys ; Golden Bow Software
- DevDelete = cache-em.sys ; Golden Bow Software
- DevDelete = cache.exe ; Disk Cache Utility
- DevDelete = cacheclk.exe ;Helix MultiMedia Cloaking Ver 1.0
- DevDelete = cloaking.exe
- DevDelete = mouseclk.exe
- DevDelete = fast512.sys
- DevDelete = fast.exe
- DevDelete = faste.exe
- DevDelete = fastx.exe
- DevDelete = flash.exe ; Flash Disk Cache Utility"hyper386.exe ;"Hyper Disk Cache Utility
- DevDelete = hyper286.exe ; Hyper Disk Cache Utility"
- DevDelete = hyper386.exe ; Shareware disk cache
- DevDelete = hyperdkc.exe ; Hyper Disk Cache Utility
- DevDelete = hyperdke.exe ; Hyper Disk Cache Utility
- DevDelete = hyperdkx.exe ; Hyper Disk Cache Utility
- DevDelete = ibmcache.sys
- DevDelete = icache.sys
- DevDelete = l.com ; Lightning Disk Cache
- DevDelete = mcache.sys ; Paul Mace Utilites
- DevDelete = ncache.exe ; Norton Disk Cache Utility
- DevDelete = ncache2.exe ; Norton Disk Cache Utility
- DevDelete = pc-cache.com ; PC Tools Disk Cache Utility
- DevDelete = pc-kwik.exe ; PC-Kwik Disk Cache Utility
- DevDelete = pcache.com ; Print cache
- DevDelete = pckkey.exe ; Multisoft Super PC Kwik Windows driver
- DevDelete = pckscrn.exe ; Multisoft Super PC Kwik Windows driver
- DevDelete = pckwin.sys ; Multisoft Super PC Kwik Windows driver
- DevDelete = poweron.bat ; Batch file which turns on Super PC Kwik (from v 3.1 PowerPack)
- DevDelete = qcache.exe ; 386 Max Disk Cache Utility
- DevDelete = qcache.win ; 386 Max/BlueMax Disk Cache Utility
- DevDelete = scpcdext.exe ; Norton CD-ROM Cache
- DevDelete = sdcdext.exe ; Norton CD-ROM Cache
- DevDelete = scplus.exe ; SpeedCache for Disks and CD-ROM
- DevDelete = speedrv.exe ; Norton Speed Drive
- DevDelete = super.exe ; Super PC Kwik
- DevDelete = superon.bat ; Batch file which turns on Super PC Kwik
- DevDelete = superpck.exe ; Multisoft Super PC Kwik disk cache
- DevDelete = zcache.sys ; Zenith Data Systems OEM from DOS 3.3 & 4.01
-
- ;Remove the following from previous versions of OEM-DOS
- DevDelete = astcache.sys ; AST 3.30
- DevDelete = cache.sys ; Compaq 3.20, Dell 3.30
- DevDelete = cacher.sys ; AST 3.30, Olivetti 3.30
- DevDelete = cemm.exe ; DOS 3.20, 3.21, 3.30, 3.31, 4.00
- DevDelete = cemmp.exe ; DOS 3.20, 3.21, 3.30, 3.31, 4.00, Compaq 5.00
- DevDelete = enhdisk.sys ; Compaq 3.20, 3.31, 4.00
- DevDelete = emmdrv.sys ; NCR 3.30
- DevDelete = fastdisk.sys ; AST 3.30
- DevDelete = hardrive.sys ; HP 3.20, 3.30, 4.00
- DevDelete = hpdcache.sys ; HP 4.0
- DevDelete = kboard.sys ; Toshiba 3.20
- DevDelete = mlpart.sys ; Tandy 3.20, 3.30
- DevDelete = olicache.sys ; Olivetti 3.30
- DevDelete = ramboost.exe ; IBM 6.3
- DevDelete = shelldrv.sys ; NCR 3.30
- DevDelete = spooler.sys ; Tandy 3.20, 3.30
- DevDelete = xdisk.sys ; Unisys 3.20
- DevDelete = xma2ems.sys ; DOS 4.00
- DevDelete = xmaem.sys ; DOS 4.00
- DevDelete = zspool.sys ; Zenith 3.20, 3.21
-
- ;For non MS-DOS operating systems:
- DevDelete = delwatch.exe
- DevDelete = delpurge.exe
- DevDelete = diskmap.exe
- DevDelete = diskopt.exe
- DevDelete = dpms.exe
- DevDelete = emmxma.sys
- DevDelete = fastopen.exe
- DevDelete = hidos.sys
- ;DevDelete = lock.exe
- DevDelete = login.exe
- DevDelete = memmax.exe
- DevDelete = nwcache.exe
- DevDelete = password.exe
- DevDelete = pckwik.sys
- DevDelete = rendir.exe
- DevDelete = script.exe
- DevDelete = superpck.exe
- DevDelete = taskmax.exe
- DevDelete = taskmgr.exe
- DevDelete = touch.exe
- DevDelete = vdisk.sys
- DevDelete = xdel.exe
- DevDelete = xdir.exe
-
- ; Fix the path to keyboard.sys in the install=key line
- CfgFixArgs= keyb
-
- [autoexec_default]
- ; CmdDelete will remove any lines that launch a filename with the .exe, .com, .bat or no extension.
- ; The ",1" flag after the filename will only remark-out the, it will not delete it (i.e. it will
- ; add "REM -- By Windows Setup" to the beginning of the line
-
- CmdDelete=smartdrv
- CmdDelete=dosshell
- CmdDelete=fastopen,1
- CmdDelete=append,1
- CmdDelete=share
- CmdDelete=mirror
- CmdDelete=win
- CmdDelete=setcfg ;used in M5.
- ;CmdRename=
- PreFixPath=26,25,10,13
- RemOldPath=33,32
- UnSet=comspec
- TmpDir=27,TEMP ;If TEMP and TMP environment variables are not set,
- ;create a TEMP dir off of LDID_MACHINE and add
- ;SET TMP and SET TEMP entries in autoexec.bat pointing
- ;to the new directory
-
- CmdDelete=redirect
-
- ;PCTOOLS MS-DOS Shell:
- CmdDelete=PCSHELL
-
- ;Remove DTC driver:
- CmdDelete=ascsi
-
- ; Comment-out MS-DOS 6.x utilities:
- CmdDelete=undelete,1
- CmdDelete=drvspace,1
- CmdDelete=dblspace,1
-
- ; Remove TSR that Carbon Copy installs:
- CmdDelete=doshost
-
- ;DELL system menu:
- CmdDelete=DELLMENU,1
-
- ; Remove TSR that comes installed on at&t globalyst 360 pentium
- CmdDelete=wbide
-
- ;3rd party remote net TSRs:
- CmdDelete = rln
- CmdDelete = rlnAsync
-
- CmdDelete = S64DDPMS ;Stealth 64 PCI driver
-
- ; Rem out NECs DOS Audio sound card hot key mixer
- CmdDelete = csachmx1,1
- ; Remove Anti-Virus Programs
- CmdDelete = vsafe ;Central Point/MS-DOS 6
- CmdDelete = vdefend ;PC-Tools
- CmdDelete = vwatch ;PC-Tools
- CmdDelete = vaccine ;Vaccine Antivirus Program
- CmdDelete = virstop ;F-Prot Anti-Virus
- CmdDelete = navtsr ;Norton Anti-virus
-
- ;Remove lines that start any of the following disk caches:
- CmdDelete = cache-at ; Golden Bow Software
- CmdDelete = cache-em ; Golden Bow Software
- CmdDelete = cache
- CmdDelete = cacheclk ;Helix MultiMedia Cloaking Ver 1.0
- CmdDelete = fast512
- CmdDelete = fast
- CmdDelete = faste
- CmdDelete = fastx
- CmdDelete = flash ; Flash Disk Cache Utility"hyper386.exe ;"Hyper Disk Cache Utility
- CmdDelete = hyper286 ; Hyper Disk Cache Utility"
- CmdDelete = hyper386 ; Shareware disk cache
- CmdDelete = hyperdkc ; Hyper Disk Cache Utility
- CmdDelete = hyperdke ; Hyper Disk Cache Utility
- CmdDelete = hyperdkx ; Hyper Disk Cache Utility
- CmdDelete = ibmcache
- CmdDelete = icache
- CmdDelete = l ; Lightning Disk Cache
- CmdDelete = mcache ; Paul Mace Utilites
- CmdDelete = mouseclk
- CmdDelete = ncache ; Norton Disk Cache Utility
- CmdDelete = ncache2 ; Norton Disk Cache Utility
- CmdDelete = pc-cache ; PC Tools Disk Cache Utility
- CmdDelete = pc-kwik ; PC-Kwik Disk Cache Utility
- CmdDelete = pckwin ; Multisoft Super PC Kwik Windows driver
- CmdDelete = pckscrn ; Multisoft Super PC Kwik Windows driver
- CmdDelete = pckkey ; Multisoft Super PC Kwik Windows driver
- CmdDelete = poweron.bat,1 ; Batch file which turns on Super PC Kwik (from v 3.1 PowerPack) (REM out line)
- CmdDelete = qcache ; 386 Max Disk Cache Utility
- CmdDelete = scpcdext ; Norton CD-ROM Cache
- CmdDelete = sdcdext ; Norton CD-ROM Cache
- CmdDelete = scplus ; SpeedCache for Disks and CD-ROM
- CmdDelete = speedrv ; Norton Speed Drive
- CmdDelete = super ; Super PC Kwik
- CmdDelete = superon,1 ; Batch file which turns on Super PC Kwik (REM out line)
- CmdDelete = superpck ; Multisoft Super PC Kwik disk cache
- CmdDelete = zcache ; Zenith Data Systems OEM from DOS 3.3 & 4.01
- CmdDelete = pcache ; Print cache
-
- ;For non MS-DOS operating systems:
- CmdDelete = diskopt
- CmdDelete = delq
- CmdDelete = delpurge
- CmdDelete = delwatch
- CmdDelete = diskmap
- CmdDelete = dpms
- CmdDelete = eraq
- ;CmdDelete = lock
- ;CmdDelete = login
- CmdDelete = memmax
- CmdDelete = nwcache
- CmdDelete = password
- CmdDelete = ramboost
- CmdDelete = rendir
- CmdDelete = script
- CmdDelete = taskmax
- CmdDelete = taskmgr
- CmdDelete = touch
- CmdDelete = xdel
- CmdDelete = xdir
-
- ;
- ; Rem lines out in autoexec.bat or any batch file executed
- ; by autoexec.bat which has a copy,del,move,rename, command
- ; followed by one of these file names somewhere on it's
- ; commandline
- ; Review: Do we need this list anymore as we un-conditionally Rem out the
- ; Cpy, Ren and Del lines.
-
- RemCpyRenDel = config.sys
- RemCpyRenDel = autoexec.bat
- RemCpyRenDel = protocol.ini
- RemCpyRenDel = win.ini
- RemCpyRenDel = system.ini
- CmdFixArgs = keyb
-
- ;
- ; These will be called before setup queued any files to copy
- [PreQueueProviders]
- netdi.dll,SBSTREECOPYNWBOOTDISK
-
- ; These are called before any files are copied.
- [BeforeProvider]
- msprint.dll, SETUPENTRY
-
- ; These are called once all the files (.infs etc)
- ; have been copied. Also the directory hierarchy is there. Also, we are
- ; about ready to reboot after flushing TP cache.
- [AfterProvider]
- netdi.dll,NDICLEANUPB4REBOOT
- ;The SURPLSETUP must be the last afterprovider to get things in the rpl image.
- setupx.dll,SURPLSETUP
-
- ; These are all the keys that are not deleted in HKLM if doing a
- ; clean install.
- [CleanoutReg]
- HARDWARE
- SOFTWARE
- SYSTEM
- CONFIG
- ENUM
- REGISTRY
-
- [SetverEntries]
- APPEND.EXE
- BASIC.COM
- BASICA.COM
- DISKCOMP.EXE
- EXTDISK.SYS
- GRAPHICS.COM
- FASTOPEN.EXE
- MODE_DOS.COM
- PRINT.EXE
- REPLACE.EXE
- RESTORE.EXE
- SCPLUS.EXE
- SCSIC710.SYS
- TREE.COM
- VDISK.SYS
-
- [SetupUnInstallYes]
- CopyFiles=un.copy
- AddReg=Un.AddReg
-
- [SetupUnInstallNo]
-
- [un.copy]
- uninstal.exe
-
- [Un.AddReg]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows95,DisplayName,,"%Win95_DESC%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows95,UninstallString,,"uninstal.exe"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows95Cleanup,DisplayName,,"%Win95_Cln_DESC%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows95Cleanup,UninstallString,,"uninstal.exe /delete"
-
- [Data]
-
-
-
-
- CCP=0
-
-
- [Strings]
- ;Non-Localizable strings:
- KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
- KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
- KEY_DEL = "Software\Microsoft\Windows\CurrentVersion\DeleteFiles"
- KEY_CFGMGR = "System\CurrentControlSet\Services\VxD\CONFIGMG"
- KEY_SVCSVXD = "System\CurrentControlSet\Services\VxD"
- KEY_RUNONCE = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
- KEY_VMM32FILES = "System\CurrentControlSet\Control\VMM32Files"
- KEY_INSTALLED = "System\CurrentControlSet\Control\InstalledFiles"
- KEY_CURRENT = "Software\Microsoft\Windows\CurrentVersion"
-
- ;Localizable strings:
- ProductName = "Microsoft Windows 95"
- WINDOWS_DEFAULT = "Windows Standard" ; must match name of default color scheme
- NULL = ""
- WINBASE = "Base Windows Components"
- SRCPATH = "Distribution directory"
- MAIN_DESC = "Main"
- PRINTER = "Temporary Printer Files"
- SYSTOOLS_DESC = "Accessories\System Tools"
- PenPal_DESC = "Pen Palette"
- StartUp_DESC = "StartUp"
- Explorer_DESC = "Explorer"
- WinExplorer_DESC= "Windows Explorer"
- WinExplorer_ShortDESC = "Wexplore"
- MSDOSPrmpt_DESC = "MS-DOS Prompt"
- MSDOSPrmpt_ShortDESC = "Dosprmpt"
- WinBug_DESC = "WinBug"
- RelNotes_DESC = "Windows 95 Beta Release Notes"
- ConfigMSDOS_Desc= "MS-DOS program settings"
- SetTimeZone_Desc= "Time zone"
- CplInit_Desc = "Control Panel"
- HelpInit_Desc = "Windows Help"
- Grpconv_Desc = "Programs on the Start menu" ;MUST MATCH EXACTLY WITH Grpconv_Desc in WINVER.INX
- APPS_DESC = "Accessories"
- Notepad_DESC = "Notepad"
- WinNews_DESC = "Microsoft WinNews"
- desktop_DESC = "Desktop"
- media_dir = "media"
- CPanel_DESC = "Control Panel"
- Printers_DESC = "Printers"
- Fileman_DESC = "File Manager"
- Fixdrive_Desc = "ScanDisk"
-
- BEZIER = "Curves~1" ; short (8 char) version of "Curves and Colors"
- SSMARQUE = "Scroll~1" ; short (8 char) version of "Scrolling Marquee"
- SSMYST = "Mystif~1" ; short (8 char) version of "Mystify Your Mind"
- SCRNSAVE = "BlankS~1" ; short (8 char) version of "Blank Screen"
- SSFLYWIN = "Flying~1" ; short (8 char) version of "Flying Windows"
- SSSTARS = "Flying~2" ; short (8 char) version of "Flying Through Space"
-
- SETUP_BMP = "Setup" ; localized name for setup wallpaper
- Win95_DESC = "Windows 95"
- Win95_Cln_DESC = "Old Windows 3.x and MS-DOS system files"
- DOC_GRP = "Documents" ; needs to match what's used in grpconv source - NO SPACES!
- Readme = "Readme"
- Readme_Loc = "$!$!$w95" ; for non-US replace w/ localized name for Readme
- ProgramsFolder= "Programs"
-