home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-01-26 | 17.2 KB | 667 lines |
- # The following section defines the "elements" of the
- # operating system.
-
- [Elements]
- # The following items list the operating system
- # elements.
- # Each Element statement specifies: the text that is
- # displayed in INSTALL/SETUP for the element, the total
- # size of all the files in the element, and the character
- # used in the [Disk] sections of this file to define
- # which files belong to which element.
- # All elements EXCEPT the first element are optional
- # parts of system installation.
- Element = Novell DOS 7 Standard System,5700,d
- Element = Networking System, 4500,n
- Element = MS Windows Utilities, 4700,w
-
- # The following item defines the help text that
- # corresponds to the SECOND element listed above;
- # there is no help text for the first element.
- Help = \
- The Networking system software consists of:\n\
- - Network card drivers\n\
- - NetWare client software\n\
- - Peer-to-peer Desktop Server software\n\
- - Network utilities
-
- # The following item defines the help text that
- # corresponds to the THIRD element listed above.
- Help = \
- The MS Windows utilities include:\n\
- - Fifth Generation Fastback Express backup\n\
- - Fifth Generation Search & Destroy anti-virus\n\
- - Security screen lock\n\
- \n\
- If Networking System is selected, the following will \
- also be available:\n\
- - Networking MS Windows utilities
-
- # The following item defines the size of the DOS files
- # that must reside in the root directory of the C:
- # drive: IBMBIO.COM, IBMDOS.COM, and so on.
- RootSpace = 100
-
- # The following item defines amount of uncompressed space
- # required on the host SuperStor drive.
- SStorSpace = 300
-
- # The following item specifies whether or not Novell
- # DOS 7 installation is enabled (On) or disabled (Off).
- NWDOS = On
-
- # The following item specifies whether or not Personal
- # NetWare installation is enabled (On) or disabled (Off).
- Netware = On
-
- # The following item specifies whether or not the
- # Personal NetWare client software is enabled (On) or
- # disabled (Off).
- Client = On
-
- # The following item specifies whether or not the
- # Personal NetWare server software is enabled (On) or
- # disabled (Off).
- Server = On
-
- # The following item specifies whether or not the MS
- # Windows software for the Search & Destroy program is
- # enabled (On) or disabled (Off).
- VirusScan = On
-
- # The following item specifies whether or not Stacker
- # drive creation in SETUP is enabled (On) or disabled (Off).
- Stacker = On
-
- # The following item defines the default directory for
- # the Novell DOS 7 files.
- NWDOSDir = C:\NWDOS
-
- # The following item defines the default directory for
- # the Personal NetWare files.
- NetwareDir = C:\NWCLIENT
-
- # The following item defines the language for which
- # Personal NetWare will be enabled.
- NWlang = ENGLISH
-
- # The following item defines the number that corresponds
- # to the Novell DOS 7 element.
- NWDOSElement = 0
-
- # The following item defines the number that corresponds
- # to the Personal NetWare server element.
- ServerElement = 1
-
- # The following item defines the number that corresponds
- # to the Personal NetWare client element.
- ClientElement = 1
-
- # The following item defines the number that corresponds
- # to the MS Windows software.
- WindowsElement = 2
-
- # The following section defines the statements that are
- # included in CONFIG.SYS by default.
- # If the user runs SETUP and chooses to preserve the
- # existing CONFIG.SYS file, the statements in this section
- # will be added to CONFIG.SYS.
- [CONFIG.SYS]
- COUNTRY=001,,C:\NWDOS\COUNTRY.SYS
- DEVICE=SETVER.EXE
- DEVICE=HIMEM.SYS
- DEVICE=EMM386.EXE /F=NONE
- DEVICE=DPMS.EXE
- HISTORY=ON,512,ON
- DOS=HIGH
-
- # The following section defines the statements that are
- # included in AUTOEXEC.BAT by default.
- # If the user runs SETUP and chooses to preserve the
- # existing AUTOEXEC.BAT file, the statements in this section
- # will be added to AUTOEXEC.BAT.
- [AUTOEXEC.BAT]
- NWCACHE /LEND=ON /DELAY=OFF
- KEYB US
-
- # The following section defines the default NET.CFG file.
- [NET.CFG]
- Netware DOS Requester
- SHOW DOTS = ON
- USE DEFAULTS = ON
- VLM = AUTO.VLM
- VLM = NMR.VLM
-
- # The following section defines the files that are located in
- # C:\NWCNTL after system installation.
- [Server]
- server
- user
- resource
- handle
- workgrp
- security
-
- # The following section defines how third-party software is
- # treated by INSTALL/SETUP.
-
- [Third Party]
- # If INSTALL/SETUP finds a statement in CONFIG.SYS or
- # AUTOEXEC.BAT to load any of the following, it will add
- # REM to the beginning of the statement.
- Disable = SHARE.EXE
- Disable = PCKWIN.SYS
- Disable = HIMEM.SYS
- Disable = EMM386
- Disable = SUPERPCK
- Disable = CACHE
- Disable = COMSPEC
-
- # If INSTALL/SETUP finds a statement in CONFIG.SYS or
- # AUTOEXEC.BAT to load any of the following, it will NOT
- # load the corresponding Novell DOS 7 memory manager.
- MemManager = QEMM
- MemManager = 386MAX
-
- # If INSTALL/SETUP finds a statement in CONFIG.SYS or
- # AUTOEXEC.BAT to load the following, it will NOT load
- # the Novell DOS 7 disk cache (NWCACHE).
- DiskCache = SMARTDRV
-
- # The following section defines the installation of
- # additional software and modifies the default behaviour of
- # INSTALL/SETUP.
-
- [OEM]
- # The following item defines the option in INSTALL/SETUP that
- # allows the user to select additional software for
- # installation.
- #Option = Select OEM drivers and utilities
-
- # The following items define the additional drivers that
- # the user can choose to install.
- # Each of the following Config statements specifies: the
- # text that appears in INSTALL/SETUP, the position in
- # CONFIG.SYS of the DEVICE statement that loads the software,
- # the filename of the software, and the line to be added to
- # CONFIG.SYS (%1%s is replaced by the name of the directory
- # to which the file is copied and %0%s is replaced by the
- # filename of the software).
- #Config = OEM driver 1 (OEM1.SYS),255,OEM1.SYS,DEVICE=%1%s\%0%s /hello
- #Config = OEM driver 2 (OEM2.SYS),255,OEM2.SYS,DEVICE=%1%s\%0%s /world
-
- # The following items define the additional utilities that
- # the user can choose to install.
- # Each of the following Autoexec statements specifies: the
- # text that appears in INSTALL/SETUP, the position in
- # AUTOEXEC.BAT of the statement that loads the software, the
- # filename of the software, and the line to be added to
- # AUTOEXEC.BAT (%1%s is replaced by the name of the directory
- # to which the file is copied and %0%s is replaced by the
- # filename of the software).
- #Autoexec = OEM Utility 1 (OEM1.EXE),23,OEM1.EXE,%0%s /o1 /o2
- #Autoexec = OEM Utility 2 (OEM2.EXE),24,OEM2.EXE,%0%s /o1 /o2
-
- # The following item specifies whether or not the advanced SETUP
- # menus are enabled (On) or disabled (Off).
- Advanced = On
-
- # The following item specifies whether or not any existing DOS is
- # saved (On) or not saved (Off) when Novell DOS 7 is installed.
- Uninstal = On
-
- # The following item specifies whether or not any existing
- # CONFIG.SYS or AUTOEXEC.BAT files are mostly preserved (On) or
- # discarded and replaced (Off).
- Modify = On
-
- # The following item specifies whether or not a prompt is
- # displayed in INSTALL/SETUP for the user to select the correct
- # country. On means that the prompt will be displayed, Off
- # means that it will not be displayed. Country selection allows
- # country and keyboard data to be set correctly.
- AskCountry = On
-
- # The following item defines the version of KEYB that must
- # be loaded before INSTALL/SETUP attempts to set the keyboard
- # type by running KEYB.
- KeybVer = 8
-
- # The following item specifies the internal version number used
- # by the operating system.
- CPMVer = 114
-
- # The following item specifies the name of the README file.
- # The user will have the option to display this file at the end
- # of system installation.
- ReadMe = README.TXT
-
- # The following item specifies the name of the file to be
- # created when the user is installing Novell DOS 7 from a
- # network directory.
- #LogFile = NWDOS.LOG
-
- # The following item specifies the maximum number of system
- # installs from a network directory.
- #MaxInstalls = 20
- #NetxReplace = Off
-
- # The following section defines the MS Windows program group for
- # Novell DOS 7.
-
- [MSWindows]
- # The following item specifies the name of the program group
- # for Novell DOS 7.
- GroupName = Novell DOS 7
-
- # The following item specifies the group file for Novell DOS 7.
- GroupFile = NWDOS.GRP
-
- # The following item specifies the position and size of the
- # Novell DOS 7 window.
- WinDim = 64,64,400,256
-
- # The following items specify the programs in the Novell DOS 7
- # program group.
- WinProg = Novell DOS Prompt,COMMAND.COM,,COMMAND.ICO
- WinProg = FastBack,FBWX.EXE,,
- WinProg = Hardware Test,FBWX.EXE,HWTESTX.FBM,
- WinProg = Search & Destroy,WSDSCAN.EXE,,
- WinProg = Personal Netware,NETW.EXE,,
- WinProg = Network Diagnostics,PNWDIAG.EXE,,
- WinProg = Lock,LOCK.EXE,,
-
- # Space required for DOS files in \WINDOWS directory
- WinDosSize = 1000;
-
- # Space required for PNW files in \WINDOWS directory
- WinNetSize = 2300;
-
- # Space required for MSWindows files in \NWDOS directory
- DosWinSize = 1400;
-
- # Space required for MSWindows files in \NWCLIENT directory
- NetWinSize = 0;
-
-
- # The following section defines the text that appears on the
- # first INSTALL screen.
-
- [HelloText]
- Welcome to the Novell DOS 7 INSTALL Program.
-
- This program will copy the contents of the distribution disks
- on to your hard disk or on to floppy disks.
-
- At most stages of the installation process you may obtain help by
- pressing the F1 function key.
- HelloTextEnd
-
- #
- [Disk1]
- Installation and Utilities 1
- nwdos:d:setup.ini
- root:xfd:ibmbio.com
- root:xfd:ibmdos.com
- root:xfd:command.com
- nwdos:xfd:setver.exe
- nwdos:xfd:country.sys
- nwdos:xfd:keyb.com
- nwdos:xfd:himem.sys
- nwdos:d:install.exe
- nwdos:d:setup2.exe
- nwdos:d:setup.hlp
- nwdos:d:taskmgr.ini
- nwdos:d:nwdos.ini
- nwclient:n:hrmib.ini
- nwdos:d:pnunpack.exe
- nwdos:d:fdisk.com
- nwdos:d:sys.com
- nwdos:d:format.com
- nwdos:d:unformat.com
- nwdos:d:sdscan.exe
- nwdos:d:vir-info.vrb
- nwdos:d:ui.cdb
- nwdos:d:ut.cdb
- nwdos:d:ansi.sys
- nwdos:d:ega.cpi
- nwdos:d:4201.cpi
- nwdos:d:4208.cpi
- nwdos:d:5202.cpi
- nwdos:d:1050.cpi
- nwdos:d:display.sys
- nwdos:d:printer.sys
- nwdos:d:help.bat
- nwdos:d:nlsfunc.exe
- nwdos:d:mode.com
- nwdos:d:driver.sys
- nwdos:d:append.exe
- nwdos:d:assign.com
- nwdos:d:attrib.exe
- nwdos:d:more.com
- nwdos:xd:chkdsk.exe
- nwdos:d:choice.com
- nwdos:d:command.ico
- nwdos:d:comp.com
- nwdos:d:cursor.exe
- nwdos:d:debug.exe
- nwdos:d:diskcopy.com
- nwdos:d:diskcomp.com
- nwdos:d:doskey.exe
- nwdos:d:xcopy.exe
- nwdos:d:fastopen.com
- nwdos:d:graftabl.com
- nwdos:d:dblbuf.sys
- root:d:nwdos.386
- nwdos:d:hwtestx.fbm
- #
- [Disk2]
- Utilities 2
- nwdos:d:dosbook.exe
- nwdos:d:diskopt.exe
- nwdos:d:xdel.exe
- nwdos:d:xdir.exe
- nwdos:d:edit.com
- nwdos:d:exe2bin.exe
- nwdos:d:fc.com
- nwdos:d:filelink.exe
- nwdos:d:find.exe
- nwdos:d:graphics.com
- nwdos:d:join.exe
- nwdos:d:label.com
- nwdos:d:mem.exe
- nwdos:d:move.exe
- nwdos:d:netwars.exe
- nwdos:d:nwcache.exe
- nwdos:d:nwcache.ov1
- nwdos:d:nwcache.ov2
- nwdos:d:lock.exe
- nwdos:d:password.exe
- nwdos:d:security.ovl
- root:xd:security.bin
- nwdos:d:delwatch.exe
- nwdos:d:delpurge.exe
- nwdos:d:diskmap.exe
- nwdos:d:undelete.exe
- nwdos:d:recover.com
- nwdos:d:backup.com
- nwdos:d:restore.com
- nwdos:d:print.com
- nwdos:d:rendir.exe
- nwdos:d:replace.exe
- nwdos:d:default.ini
- #
- [Disk3]
- Utilities 3
- nwdos:d:script.exe
- nwdos:d:share.exe
- nwdos:d:sort.exe
- nwdos:d:subst.exe
- nwdos:d:touch.exe
- nwdos:d:tree.com
- nwdos:d:vdisk.sys
- nwdos:d:uninstal.exe
- nwdos:d:serno.exe
- nwdos:d:memmax.com
- nwdos:sd:emmxma.sys
- nwdos:d:vipx.386
- winsys:d:vipx.386
- winsys:d:bwcc.dll
- winsys:n:nwnetapi.dll
- nwdos:d:sdres.exe
- nwdos:w:wsdres.exe
- nwdos:w:wsdscan.exe
- nwdos:w:wsdscan.hlp
- nwdos:d:fbx.exe
- winsys:w:fastback.386
- nwdos:d:fbxhelp.hlp
- winsys:w:fbwlock.dll
- nwdos:w:fbwx.exe
- winsys:w:fbwx_usa.dll
- winsys:w:fbwxdrvr.dll
- winsys:w:fbwxnet.dll
- winsys:w:fgscl.dll
- nwdos:d:default.fb
- nwdos:d:create.com
- nwdos:d:dconvert.com
- #
- [Disk4]
- Utilities 4
- winsys:w:fbwxutil.dll
- nwdos:d:fbxfil.hlp
- nwdos:w:fbwxhelp.hlp
- nwdos:d:dconvrt2.exe
- nwdos:d:preview.exe
- nwdos:d:sconvert.exe
- nwdos:d:screate.sys
- nwdos:d:sdefrag.com
- nwdos:d:screxec.exe
- nwdos:d:sdefrag2.exe
- nwdos:d:stacfm.dll
- nwdos:d:stacfm.hlp
- nwdos:d:stachigh.sys
- nwdos:d:stacker.com
- nwdos:d:stacker.exe
- nwdos:d:stacload.bin
- nwdos:d:unstack.com
- nwdos:d:unstack2.exe
- winsys:d:winswap.exe
- winsys:d:winswap2.exe
- nwdos:d:winswap2.exe
- winsys:d:winswap.cpl
- winsys:d:winswap.hlp
- nwdos:sd:devswap.com
- clientnls:n:uni_1252.pac
- clientnls:n:uni_437.pac
- clientnls:n:uni_mon.pac
- clientnls:n:uni_col.pac
- nwclient:n:auto.vlm
- nwclient:n:bind.vlm
- nwclient:n:conn.vlm
- nwclient:n:fio.vlm
- nwclient:n:general.vlm
- nwclient:n:ipxncp.vlm
- nwclient:n:nds.vlm
- nwclient:n:netx.vlm
- nwclient:n:nmr.vlm
- nwclient:n:nwp.vlm
- nwclient:n:print.vlm
- nwclient:n:redir.vlm
- nwclient:n:rsa.vlm
- nwclient:n:security.vlm
- nwclient:n:tran.vlm
- nwclient:n:vlm.exe
- nwclient:n:pnw.vlm
- clientlang:n:dosrqstr.msg
- clientlang:n:nmr.msg
- nwclient:n:netbios.exe
- nwclient:n:ipxodi.com
- nwclient:n:lsl.com
- clientlang:n:ipxodi.msg
- nwclient:n:odinsup.com
- nwclient:n:net.exe
- clientlang:n:netc.msg
- nwclient:n:netu.ovl
- nwclient:n:netu.hlp
- nwclient:n:neta.hlp
- nwclient:n:netw.exe
- clientlang:n:nlmigrat.msg
- nwcntl:n:handle
- nwcntl:n:workgrp
- #
- [Disk5]
- Utilities 5
- nwclient:n:netu2.ovl
- nwclient:n:neta.ovl
- winsys:n:netwhelp.hlp
- winsys:n:netwpnw.dll
- winsys:n:nwgdi.dll
- winsys:n:nwnet.dll
- winsys:n:nwpsrv.dll
- winsys:n:nwcalls.dll
- winsys:n:nwlocale.dll
- winsys:n:nwipxspx.dll
- winsys:n:pnw.dll
- nwclient:n:nlmigrat.exe
- clientlang:n:server.msg
- nwcntl:n:resource
- nwcntl:n:security
- nwcntl:n:user
- nwcntl:n:server
- nwclient:n:taskid.com
- nwclient:n:tbmi2.com
- clientlang:n:taskid.msg
- clientlang:n:tbmi2.msg
- winsys:n:netware.drv
- winsys:n:nwpopup.exe
- winsys:n:vnetware.386
- nwclient:n:nwrcon.pif
- winsys:n:netware.hlp
- nwclient:n:upatch.exe
- nwclient:n:version.exe
- nwclient:n:mib2if.vlm
- nwclient:n:mib2prot.vlm
- nwclient:n:pnw.mib
- nwclient:n:pnwmib.vlm
- nwclient:n:pnwtrap.mib
- nwclient:n:pnwtrap.vlm
- nwclient:n:stpipx.com
- nwclient:n:stpudp.com
- nwclient:n:wssnmp.vlm
- nwclient:n:wsasn1.vlm
- nwclient:n:wsreg.vlm
- nwclient:n:wstrap.vlm
- nwclient:n:hostmib.mib
- nwclient:n:hrmib.exe
- clientlang:n:mib2if.msg
- clientlang:n:mib2prot.msg
- clientlang:n:pnwmib.msg
- clientlang:n:pnwtrap.msg
- clientlang:n:stpipx.msg
- clientlang:n:stpudp.msg
- clientlang:n:wsasn1.msg
- clientlang:n:wsreg.msg
- clientlang:n:wssnmp.msg
- clientlang:n:wstrap.msg
- nwclient:n:pnwdiag.exe
- winsys:n:pnwdiagw.dll
- nwclient:n:pnwdiags.hep
- nwclient:n:pnwdiag.dat
- clientlang:n:pnwdiags.msg
- nwclient:n:ibm_run.ovl
- clientlang:n:textutil.msg
- clientins:n:ins.oem
- #
- [Disk6]
- Utilities 6
- nwclient:n:pnwdiags.exe
- nwclient:n:pnwdiag.hlp
- nwclient:n:textutil.idx
- nwclient:n:drivers.dos
- nwclient:n:null.com
- clientins:n:null.ins
- nwclient:n:ne1000.com
- clientins:n:ne1000.ins
- nwclient:n:ne1500t.com
- clientins:n:ne1500t.ins
- nwclient:n:ne2.com
- clientins:n:ne2.ins
- nwclient:n:ne2000.com
- clientins:n:ne2000.ins
- nwclient:n:ne2100.com
- clientins:n:ne2100.ins
- nwclient:n:ne2_32.com
- clientins:n:ne2_32.ins
- nwclient:n:ne3200.com
- clientins:n:ne3200.ins
- nwclient:n:ntr2000.com
- clientins:n:ntr2000.ins
- clientins::3c5x9.com
- clientins::3c5x9.ins
- clientins::3c503.com
- clientins::3c503.ins
- clientins::3c523.com
- clientins::3c523.ins
- clientins::ceodi.com
- clientins::ceodi.ins
- clientins::e20odi.com
- clientins::e20odi.ins
- clientins::e21odi.com
- clientins::e21odi.ins
- clientins::e2hodi.com
- clientins::e2hodi.ins
- clientins::e30odi.com
- clientins::e30odi.ins
- clientins::e31odi.com
- clientins::e31odi.ins
- clientins::es3210.com
- clientins::es3210.ins
- clientins::exp16odi.com
- clientins::exp16odi.ins
- clientins::hpisaodi.com
- clientins::hpisaodi.ins
- clientins::hpmcaodi.com
- clientins::hpmcaodi.ins
- clientins::ibmfddio.com
- clientins:n:ibmfddi.bin
- clientins::ibmfddio.ins
- clientins::ibmodish.com
- clientins::ibmodish.ins
- clientins::intel593.com
- clientins::intel593.ins
- clientins::ncrwl05.com
- clientins::ncrwl05.ins
- clientins::ni5210.com
- clientins::ni5210.ins
- clientins::ni6510.com
- clientins::ni6510.ins
- clientins::ni9210.com
- clientins::ni9210.ins
- clientins::smc8000.com
- clientins::smc8000.ins
- clientins::smc8100.com
- clientins::smc8100.ins
- clientins::t20odi.com
- clientins::t20odi.ins
- clientins::tccarc.com
- clientins::tccarc.ins
- clientins::tce16atw.com
- clientins::tce16atw.ins
- clientins::tce32mcw.com
- clientins::tce32mcw.ins
- clientins::tctoksh.com
- clientins::tctoksh.ins
- clientins::token.com
- clientins::token.ins
- clientins::pcmdm.com
- clientins::pcmdm.ins
- clientins::pcn2l.com
- clientins::pcn2l.ins
- clientins::pe2odi.com
- clientins::pe2odi.ins
- clientins::madgeodi.com
- clientins:n:mdgdos02.bin
- clientins::madgeodi.ins
- clientins::osh391r.com
- clientins::osh391r.ins
- clientins::trxnet.com
- clientins::trxnet.ins
- clientrpl:n:dosgen.exe
- clientrpl:n:ether.rpl
- clientrpl:n:nearserv.exe
- clientrpl:n:pcn2l.rpl
- clientrpl:n:rboot.rpl
- clientrpl:n:rpl.com
- clientrpl:n:rplfix.com
- clientrpl:n:rplodi.com
- clientrpl:n:token.rpl
- nwdos:d:nwcdex.exe
- nwdos:xsd:emm386.exe
- nwdos:d:dpmi.exe
- nwdos:d:taskmgr.exe
- windows:d:taskmgr.exe
- nwclient:n:server.exe
- nwdos:xsd:dpms.exe
- nwdos:d:rpldoc.txt
- nwdos:d:readme.txt
-