However, as things sometimes go, I never really got around to re-writing the installer. Others picked up my work just prior to "FreeDOS 1.0", and added some prettier elements to the text-mode user interface, but it was still the basic installer that was written so long ago.
This has always been something I've wanted to fix, to completely re-write the installer and make it easy to use, make it "sane". I'm finally doing that.
I'll add some code and screenshots to my personal page soon, but I wanted to talk about it here also.
The new installer asks the user only a few questions: do you want to install everything, and do you want to install source code? From there, the installer takes over and does everything for you. After you answer those two questions, you can walk away and let the installer do its thing. A very obvious progress bar will show you how far along you are in the install process.
No, the installer doesn't even ask you where you are installing from (the "source") or where you are installing to (the "destination".) The install process should hard-code that, since the install CD is the obvious "source", and we can assume a standard default C:\FDOS "destination" now.
My hope is that the new installer will be a step towards a simplified FreeDOS install process. I'm writing the installer, but am looking for someone else to finish the install CDROM. Ideally, a streamlined install process would do the following:
- Select language
- Check if your hard drive is already partitioned and formatted with a DOS filesystem for C: (and if not, run FDISK and FORMAT for you)
- Run the new installer
- Execute any post-install setup BAT files
- Done!
The whole process, start to finish, should involve a minimum of prompts and menus. We have a lot of menus and options right now. For example, does the CDROM menu really need to have 4 boot options? It should be:
- Install FreeDOS
- Exit
And "Exit" should be the same as skipping the CDROM boot, to try the next bootable device - which we already do in "FreeDOS 1.". This is really useful, for example, when the user forgets the CDROM in the tray after installing FreeDOS.
DOS should be simple. Whatever we can do to simplify and streamline the FreeDOS installation process, we should do that.

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.