THINGS TO FIX IN INSTALL-1.2:



THINGS DONE FOR INSTALL-1.2:

-> INCORPORATE STEFFAN'S EXPANDV CODE, AND ALLOW AN "/X" SWITCH (FOR
"EXTRACTOR", SUCH AS "INSTALL /X PKUNZIP") [done]
:Would it also be possible for INSTALL for 'fallback' to PKZIP? Or would
:the effort not be worth since 2.0 is around the corner ;) ?

-> BREAK WHEN YOU FAIL ON SYSTEM()
If the install program gets a fatal error (can't find UNZIP) then it
should quit immediately with a message to that effect.

-> HAVE THE PROGRAM 'CAT' AN INSTALL.OEM FILE AT THE BEGINNING.
this will allow others to use the install program in a distribution

-> ACTUALLY CHECK THE RETURN CODE FOR SYSTEM() [done]
:Also have it check the PATH for 'unzip' and check the return code for
:system commands. I kept getting 'Bad command or filename' and then success
:until I realised what was going on. (NOTE: I haven't looked at the source,
:so I'm just speculating these aren't already done).

-> FIX THE SOURCE.1 DISK FILE. [done]

-> UPDATE THIS PACKAGE: [done]
:You can copy SUBST.EXE to JOIN.EXE, SWSUBST is a hybrid tool.
:I also had uploaded a NRO compatible documentation for:
:SWSUBST, SUBST,& JOIN.

-> REPORT NUMBER OF ERRORS/WARNINGS AT END [done]
Maybe also count non-fatal errors, and report them at the end.  Where
it says "the install program completed successfully, replace this with
"the install program completed with %d non-fatal warnings/errors."

-> CHECK FOR NEXT DISK NUMBER FILE BEFORE DISK END FILE. [fixed]
:In instser() you check if the first disk of the serie is available, if so,
:you install this disk. Then you check for the endfile.
:If you would always check if the next disk available and check for the
:endfile only, if the next-disk's index file is missing. This will also
:work, if one copies two or more immediately following disks together,
:not only if one copies all disks together.
