[Registration] SerialNumber=OPTIONAL # 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 = Caldera DR-DOS Standard System,5700,d Element = Networking System, 4500,n Element = MS Windows 3.x Utilities, 2700,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\ - 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 # DR-DOS installation is enabled (On) or disabled (Off). DOS = 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 pre-installation # virus scan check is enabled (On) or disabled (Off). It also controls # whether the configuration file default.ini is updated or not. VirusScan = Off # 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 DR-DOS files. DOSDir = C:\DRDOS # 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 DR-DOS element. DOSElement = 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:\DRDOS\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 IPX SOCKETS = 25 # 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 Disable = NWDOSCFG Disable = OPENDOSCFG # If INSTALL/SETUP finds a statement in CONFIG.SYS or # AUTOEXEC.BAT to load any of the following, it will NOT # load the corresponding DR-DOS 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 DR-DOS 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 DR-DOS 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 DR-DOS from a # network directory. #LogFile = DRDOS.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 # DR-DOS. [MSWindows] # The following item specifies the name of the program group # for DR-DOS. GroupName = Caldera DR-DOS # The following item specifies the group file for DR-DOS. GroupFile = DRDOS.GRP # The following item specifies the position and size of the # DR-DOS window. WinDim = 64,64,400,256 # The following items specify the programs in the DR-DOS # program group. WinProg = Caldera DR-DOS,COMMAND.COM,,COMMAND.ICO,,d WinProg = Lock,LOCK.EXE,,,,d WinProg = Advanced NetWars,NETWARS.EXE,,NETWARS.ICO,,d WinProg = Personal Netware,NETW.EXE,,,,n WinProg = Network Diagnostics,PNWDIAG.EXE,,,,n # 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 \DRDOS 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 Caldera DR-DOS 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 dos:d:SETUP.INI root:xfd:ibmbio.com root:xfd:ibmdos.com root:xfd:command.com dos:xfd:setver.exe dos:xfd:country.sys dos:xfd:keyb.com dos:xfd:himem.sys dos:d:security.ovl dos:d:install.exe dos:d:setup2.exe dos:d:setup.hlp dos:d:taskmgr.ini dos:d:drdos.ini dos:d:license.txt nwclient:n:hrmib.ini dos:d:loader.com root:xd:boot.lst dos:d:pnunpack.exe dos:d:fdisk.com dos:d:sys.com dos:d:format.com dos:d:unformat.com dos:d:whatsnew.txt dos:d:drmouse.com dos:d:ansi.sys dos:d:ega.cpi dos:d:4201.cpi dos:d:4208.cpi dos:d:5202.cpi dos:d:1050.cpi dos:d:display.sys dos:d:printer.sys dos:d:dosbook.exe dos:d:help.bat dos:d:fasthelp.bat dos:d:nlsfunc.exe dos:d:mode.com dos:d:driver.sys dos:d:append.exe dos:d:assign.com dos:d:attrib.exe dos:d:more.com dos:xd:chkdsk.exe dos:d:choice.com dos:d:command.ico dos:d:comp.com dos:d:cursor.exe dos:d:diskcopy.com dos:d:doskey.exe dos:d:deltree.bat dos:d:fastopen.com dos:d:netwars.ico dos:d:dblbuf.sys dos:d:readme.txt # [Disk2] Utilities dos:d:debug.exe dos:d:diskcomp.com dos:d:diskopt.exe dos:d:xcopy.exe dos:d:xdel.exe dos:d:xdir.exe dos:d:edit.com dos:d:exe2bin.exe dos:d:fc.com dos:d:filelink.exe dos:d:find.exe dos:d:graftabl.com dos:d:graphics.com dos:d:join.exe dos:d:label.com dos:d:mem.exe dos:d:move.exe dos:d:netwars.exe dos:d:nwdraw.exe dos:d:nwdraw.hlp dos:d:readme.nw dos:d:nwcache.exe dos:d:nwcache.ov1 dos:d:nwcache.ov2 dos:d:lock.exe dos:d:password.exe root:xd:security.bin dos:d:delwatch.exe dos:d:delpurge.exe dos:d:diskmap.exe dos:d:undelete.exe dos:d:recover.com dos:d:backup.com dos:d:restore.com dos:d:print.com dos:d:rendir.exe dos:d:replace.exe dos:d:script.exe dos:d:share.exe dos:d:sort.exe dos:d:subst.exe dos:d:touch.exe dos:d:tree.com dos:d:vdisk.sys dos:d:uninstal.exe dos:d:serno.exe dos:d:devload.com dos:d:memmax.com dos:d:loadfix.bat dos:sd:emmxma.sys root:d:drdos.386 dos:d:vipx.386 winsys:d:vipx.386 dos:d:create.com dos:d:dconvert.com dos:d:dconvrt2.exe dos:d:preview.exe dos:d:sconvert.exe dos:d:screate.sys dos:d:sdefrag.com dos:d:stacfm.dll dos:d:stacfm.hlp dos:d:stachigh.sys dos:d:stacload.bin dos:d:unstack.com dos:sd:devswap.com nwclient:n:tran.vlm clientlang:n:nmr.msg nwcntl:n:handle # [Disk3] Utilities dos:d:screxec.exe dos:d:sdefrag2.exe dos:d:stacker.com dos:d:stacker.exe dos:d:unstack2.exe winsys:d:winswap.exe winsys:d:winswap2.exe dos:d:winswap2.exe winsys:d:winswap.cpl winsys:d:winswap.hlp 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:vlm.exe nwclient:n:pnw.vlm clientlang:n:dosrqstr.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:netu2.ovl nwclient:n:netu.hlp nwclient:n:neta.ovl nwcntl:n:resource nwcntl:n:workgrp # [Disk4] Utilities nwclient:n:neta.hlp nwclient:n:netw.exe 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:nlmigrat.msg clientlang:n:server.msg 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 nwclient:n:pnwdiags.exe clientlang:n:pnwdiags.msg nwclient:n:pnwdiag.hlp nwclient:n:ibm_run.ovl clientlang:n:textutil.msg 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 clientins::e20odi.com clientins::e20odi.ins clientins:n:ins.oem # [Disk5] Utilities 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::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 dos:d:nwcdex.exe dos:xsd:emm386.exe dos:d:dpmi.exe dos:d:taskmgr.exe windows:d:taskmgr.exe nwclient:n:server.exe dos:xsd:dpms.exe dos:d:rpldoc.txt