User may forget to remove the install diskette after installation
This happens when the user forgets to remove the installation disk after setup, reboots, then aborts the newly-loaded installer and tries to execute the post-install script manually.
I am not sure what solution could be applied here. One way could be checking that a pending post-install script is present and tell the user something like "it appears an unfinished installation is pending on drive C:. To finalize it please remove the installation medium and reboot, or press any key to continue with a new installation"
another approach would be for the installer to verify that the user removed the diskette from the drive before rebooting... but this wouldn't work with the CD installer.
Reply To mateuszviste
Reported by Fritz Mueller: (...) I think I got the problem: It has to do with rebooting the 2,8 MB diskette. I worked with virtualbox. After installation there is a message that you should remove the diskette (it is possible to overread it!), but this cannot be done as virtualbox only offers this when machine is SWITCHED OFF.
I use VirtualBox on Linux Mint, so it might be different, but I have no problems to remove a floppy disk image from a still-running DOS machine. I just go to the VB menu and select Devices -> Floppy Drives -> Remove medium. (Translated from German "Geräte -> Diskettenlaufwerk -> Medium entfernen".)
Reported by Fritz Mueller:
(...) I think I got the problem: It has to do with rebooting the 2,8 MB diskette. I worked with virtualbox. After installation there is a message that you should remove the diskette (it is possible to overread it!), but this cannot be done as virtualbox only offers this when machine is SWITCHED OFF. So after a REBOOT it offers installation again and if you do so you run into problems. And if you go to temp and execute the batch there you can get the message with %DOSDIR%.
There was another message I had there:
config.sys error in line 3
Bad or missing command interpreter: C:\command.com /E:512 /P
So checking if the correct version is already installed or a shutdown to make it possible to remove the diskette or a blinking warning to remove the diskette or something like this could fix the problem.
It is a DAU problem as we call it in german (most possible stupied user problem), but shit happens.