; Commexec.001 disk for CE platform Netware for SAA 1.3.34
; NetWare OS NLMs and LAN drivers
NetworkPath=sys:\system;
;--------------------------------- NetWare 4.0 OS modules --------------------------------
;update outdated OS modules for Netware 4.0
If (NW312) If (NOTEXIST:csl.nlm[1.2.1]) Copy=system\csl.nlm;
If (NW312) NextDisk=3;
If (NW4X) If (NOTEXIST:csl.nlm[1.2.1]) Copy=system\csl.nlm;
If (NW4X) NextDisk=3;
;We don't need to copy BTRIEVE files cause they already exist in the 4.0 and 3.12 system
;So skip over to disk3
;--------------------------------- NetWare 3.11 OS modules -------------------------------
;check for outdated modules for 3.11 OS
If (EXIST:snmp.nlm[2.8.0]) If (EXIST:btrieve.nlm[6.10.0]) If (EXIST:cs311.ver[1.3.32]) NextDisk=3;
Alert=Installation will verify SNMP version and update BTRIEVE and NetWare OS system files.;
;--------------------------------- SNMP Version checking ---------------------------------
;if required SNMP version is outdated display message and abort
If (NOTEXIST:snmp.nlm[2.8.0]) Message=SNMP has not been updated. Update system with enclosed SNMP diskette using the Install Product Options. Installation will now terminate.;
If (NOTEXIST:snmp.nlm[2.8.0]) Abort;
;--------------------------------- OS modules update -------------------------------------
;if os modules have already been updated proceed to BTRIEVE update
If (EXIST:cs311.ver[1.3.32]) NextDisk;
Alert=NetWare OS files will be overwritten as specified in the README file. To preserve files exit and backup then reinstall the Communication Executive.;
If (NOTEXIST:csl.nlm[1.2.1]) Copy=system\csl.nlm;
If (NOTEXIST:clib.nlm[3.12.0]) Copy=system.311\clib.nlm;
If (NOTEXIST:spxfix2.nlm[2.0.0]) Copy=system.311\spxfix2.nlm;
If (NOTEXIST:streams.nlm[3.11.8]) Copy=system.311\streams.nlm;
If (NOTEXIST:spxs.nlm[3.11.1]) Copy=system.311\spxs.nlm;
If (NOTEXIST:tli.nlm[3.11.4]) Copy=system.311\tli.nlm;
If (NOTEXIST:ipxs.nlm[2.1.0]) Copy=system.311\ipxs.nlm;
If (NOTEXIST:tokentsm.nlm[2.11.0]) Copy=system.311\tokentsm.nlm;
If (NOTEXIST:token.lan[3.23.0]) Copy=system.311\token.lan;
If (NOTEXIST:tokendma.lan[3.21.0]) Copy=system.311\tokendma.lan;
If (NOTEXIST:ntr2000.lan[3.23.0]) Copy=system.311\ntr2000.lan;
If (NOTEXIST:ethertsm.nlm[2.12.0]) Copy=system.311\ethertsm.nlm;
If (NOTEXIST:ne2000.lan[3.23.0]) Copy=system.311\ne2000.lan;
If (NOTEXIST:ne2.lan[3.21.0]) Copy=system.311\ne2.lan;
;NE2-32.LAN has been renamed to ne2_32.lan therefore remove the old one
;to prevent it from being used
Remove=ne2-32.lan;
If (NOTEXIST:ne2_32.lan[3.21.0]) Copy=system.311\ne2_32.lan;
If (NOTEXIST:ne1000.lan[3.21.0]) Copy=system.311\ne1000.lan;
If (NOTEXIST:ne3200.lan[3.21.0]) Copy=system.311\ne3200.lan;
If (NOTEXIST:msm31x.nlm[2.13.0]) Copy=system.311\msm31x.nlm;
If (NOTEXIST:monitor.nlm[1.75.0]) Copy=system.311\monitor.nlm;
If (NOTEXIST:lslenh.nlm[1.1.0]) Copy=system.311\lslenh.nlm;
If (NOTEXIST:patchman.nlm[2.30.0]) Copy=system.311\patchman.nlm;
;there is an older copy of nmagent.nlm that have the same
;version as the one we are using therefore we cannot test for the version
Copy=system.311\nmagent.nlm;
;copy version control file
Copy=system.311\cs311.ver;
;the after311.nlm comes with the SNMP diskette so we do not copy it here.
;if BTRIEVE is not up to date go to the BTRIEVE disk (next disk)
If (NOTEXIST:btrieve.nlm[6.10.0]) NextDisk;
;Otherwise warn users to update AUTOEXEC and then proceed to disk3