Probably not. Usually once your system gets into this bad of a state, nothing short of a reboot will fix it. Sometimes you will even have to power it off.
All of your conventional memory is freed up after a bootup. Something is seriously wrong with your system (or your boot disk).
There are three types of memory in a PC, and all of it has to do with the fact that the ancient 8086 in the first PC could only access 1 MB of memory space. The video memory, BIOS, etc. was up at the top of the 1 meg space, and that left 640k of memory space left over at the bottom of the memory space. This 640k of memory is called “conventional memory.”
All jokes aside about the infamous Bill Gates quote (“640k should be enough for anybody”), people soon realized they needed to put more than 640k of memory into a computer. The first way they did it was called “expanded memory” which was a seperate memory card. Pages of memory from the card could be swapped into a narrow window in the 1 meg space, so this type of memory worked even on the original PC and XT. Nobody ever uses expanded memory any more.
When better processors like the 286 came along, they could address much more than 1 meg of memory. The extra memory they could address was called “extended memory.”
When your computer boots, it puts the processor in something called “real mode” where it emulates an old 8086. So, even if you have a super duper P4 with 512 MB of ram, when it boots off of your floppy the processor can only directly access the first 640k of conventional memory, just like an 8086 could. If your boot disk has device drivers and such on it, they will eat up some of this 640k of memory. If they use up enough of your memory, then setup.exe won’t have enough left over to run. It doesn’t matter that you have huge freakin gobs of memory in the extended memory area. The processor can’t access them from real mode.
Now here’s the problem. Setup.exe doesn’t really require a whole bunch of memory, and most boot disks are configured to have plenty of conventional memory. So, I’m thinking either your boot disk is totally whacked, or else your memory is bad.
When your boot disk has finished booting, type “mem” (without the quotes) and see how much conventional memory it has. If it has less than about 500k or so then you have some sort of problem.
The only other possibility I can think of is that the setup.exe file on your cd somehow got corrupted. Usually when a CD goes bad you end up not being able to read the thing at all, but maybe you just got unlucky.
One thing I would recommend, after you get your memory situation straightened out, is that you copy the windows CD to the hard drive, then install it from there. This way, if you ever change hardware or settings, the computer will read the data off of the hard drive instead of asking you to insert the CD.
No. You might want to try downloading a boot disk from bootdisk.com and see if it works any better.