Annoyances.org
Home » Windows XP Discussion Forum » Message 1105269879 Search | Help | Home
  
Tip: Run a free scan for common Windows errors ad

re: XP Install Missing Files: Correct Fix
Sunday, January 9, 2005 at 3:24 am
Windows XP Annoyances Discussion Forum
Posted by scott (1 messages posted)


I can confirm this theory. I just in stalled some faster memory into an older machine and it is the first time i have ever seen this with this cd. it has always worked in the past. -scott


On Wednesday, October 27, 2004 at 12:58 am, Nesmira wrote:
>Alright, I got done reading all your posts and I'm afraid that none solved the issue.

>
>Now, let me clear up some of the confusion going on.

>
>First issue is the CD file structure. It does NOT matter
>which ISO9660 format you use as long as it remains ISO9660. None of the critical
>install files are truncated. example: driver1~.cab

>
>That is why on the REAL XP install CDs, you will see files LONGER THAN 8 characters!!!
> A good example so you see I am not lying is to check out the XP image in the >color="blue">DOCS folder. If you already modified the original install files
>by using DOS 8:3 filename, you will see a truncated file. That original file name
>is in FACT:
>winXP_logo_horiz_sm.gif

>
>That image is referenced in the original README.HTM placed
>at the root of the CD. So that blows away the whole DOS 8:3 theory.

>
>Second, DO NOT rename files. example.dll is NOT the same
>as example.dl_. The reason is because alot of these files are placed into windows
>CAB files and the "_" underscore seperates them for indexing. If you clearly look
>at your system32 folder
>you will notice the lack of underscores. When missing a file (namely a DLL) windows
>replaces the file from the custom CABs it created during installation and renames
>it without the underscore. It does this to protect the integrity of the operating
>system and to also limit the files neccessary in the directory. You ask: Why wouldn't
>they just keep everything in a CAB from the start? Here's why. Install would take
>forever. Remember, not all computers are the same, and that's why there are drivers
>too. Hardware specific reasons. I'm not going into detail on that. You get the
>idea.

>
>It is NOT the speed which you burn CD's, the type of media
>(well, maybe...if you buy really really cheap crap) or so called "Weak sectors".
> How can a sector be weak? Either you can read it, or not. There is a difference
>between being dirty or scratched or old cd readers to be dirty. It is possible however
>to have bad files from damaged media. Of course, there are too many people with
>the same problem for us all to have bad files. Even someone else who posted that
>they got Corporate XP discs with the Microsoft Hologram on them.

>
>This is NOT a pirated version issue either. Microsoft did
>NOT get smart overnight and suddenly stumble across a way to trick us. It is ALL
>based on pure logic, not conspiracy.

>
>If you are still stubborn about the ISO argument. Go here and learn: http://en.wikipedia.org/wiki/ISO_9660.

>The install files are not longer than 8:3 anyway.

>
>Now that all the rubbish is taken care of, lets get to the REAL resolution.

>
>Microsoft published an article which was somewhat more realistic. You can find this
>article here:
>Random Files May Not Be Copied During Text:Mode Setup
>http://support.microsoft.com/?kbid=257954

>
>Indeed, the files are certainly random. They change from person to person, disc to
>disc, machine to different machine. Different files missing? Different machines?
> Yup, I believe this is a hardware issue. Perhaps performance reasons. I know from
>my own experience, I have not seen this on newer machines, not to say that it doesn't
>happen. In the microsoft article they mention bus speeds. 100MHz and 133MHz particularly.
> All the machines I have come across that did this were specifically 100MHz or 133MHz
>bus speeds.

>
>This issue would normally be closed at this point, however this happens on machines
>meant for 133MHz bus speed and installed with 133MHz memory and CPUs. The same goes
>for 100MHz systems.

>
>For all those CompTIA A+ techs out there, this should make some sense. Lets say
>you are copying a file.
>Step 1. The program needs to copy a file.
>Step 2. The program utilizes the kernel in memory and passes the command to the processor.
>Step 3. The processor processes the command and says (in laymans language) ok, I
>need to tell the CD-ROM to retrieve this file and send it to memory which I will
>then copy to the hard drive.

>
>Simple right?

>
>So if all goes well, Mr. CPU reads the disc, finds the file, and routes the appropriate
>data through the chipset to memory. From there, the CPU gives the command to retrieve
>data from memory and now route back through the chipset to disk. ALL DATA MUST BE
>PROCESSED AND SENT TO MEMORY!!! This is the basics of hardware and data processing.

>
>Now, all these processes are based on time. Your memory has a time to it. It's
>called a cycle, and measured in MHz. Hypothetically, your system bus is as fast
>as the slowest component will permit. Now, lets say the memory is faster than the
>bus. Microsoft is correct in the idea that the hardware was not limiting the correct
>cycle time.

>
>In this theory, since the memory has a faster cycle, it would report information
>too fast and incomplete to the CPU's normal bus reading speed and miss data chunks
>to report that the data is corrupt (not in order). Or missing like the error message
>you all get. Corruption is inability to read from the source. However the error
>message does not tell you "Cannot read file from disc". It simply says, "File is
>corrupt or missing". The program does not distinguish the difference between corrupt
>or missing. We know for a FACT that it is NOT missing. Since this happens randomly
>on machines for different files, we know it can't be corrupt files. Corruption also
>happens when memory modules are bad, but then again, we can't all have bad memory.

>
>So here we are back to the same problem. Random errors. Random to you maybe, but
>not the computer. :-)

>
>A reasonable explanation is that the cycle time in memory can appear to make data
>incomplete and corrupt since the CPU checks the CDROM again to see if the data is
>intact during its transfer to memory. If memory does not match the data on disc,
>it is corrupt and not passed to Hard disk.

>
>Depending on the data order being copied vs. your bus speed will be your corrupt
>or missing files. The larger the gap, the more the missing or corrupt files. It's
>a detailed mathematical equation based on time.

>
>If you still didn't get that, pretend you are playing baseball(transfering files).
> And the pitcher(memory) throws 5 balls(data) at once for you(the CPU) to catch.
> Are you going to catch every single one? Didn't think so.

>
>Now, this is a test. I am not for certain it will work. But, I have exhausted and
>eliminated all the other possibilities. I will be testing this tonight and try a
>variety of solutions. From memory performance, to size, to quantity and quality
>of memory sticks. I hope it works and I will report all findings back to this forum.
> Sorry for the long post, but this problem has got to be resolved.

>
>Thanks for reading!!!

>-Nesmira


Written in response to:
XP Install Missing Files: Correct Fix (Nesmira: Wednesday, October 27, 2004 at 12:58 am)

There are presently no replies to this message.

All messages in this thread [show all]
-missing files (kristin elizabeth: Fri, Jul 5, 2002, 9:30 am)
-re: missing files (Another Mike: Fri, Jul 5, 2002, 9:42 am)
-re: missing files (Chris: Wed, Nov 27, 2002, 6:23 pm)
-re: missing files (Frodo Baggins: Sat, Jan 4, 2003, 9:51 pm)
-re: missing files (ans) (Tejas: Mon, Jan 13, 2003, 10:28 am)
*re: missing files (ans) (neo4s: Mon, Jan 13, 2003, 11:25 pm)
*re: missing files (ans) (Bobby: Mon, Aug 18, 2003, 12:15 pm)
*re: missing files (ans) (Gerardo Ponce: Tue, Oct 21, 2003, 7:58 am)
-re: missing files (Dave: Sat, May 17, 2003, 5:52 am)
-re: missing files (ekoo: Wed, May 28, 2003, 8:12 am)
-setup wizard (Daniel O'Leary: Mon, May 12, 2008, 9:45 am)
*re: setup wizard (666: Mon, May 12, 2008, 11:14 am)
-re: missing files (TRicK [BZ]: Wed, May 21, 2003, 5:02 am)
*re: missing files (Erno Boer: Fri, Aug 22, 2003, 6:39 am)
-re: missing files SOLUTION (perez: Thu, Jun 5, 2003, 12:31 pm)
-re: missing files SOLUTION (Fabrice Poltoratzky: Wed, Jul 2, 2003, 9:04 am)
-re: missing files SOLUTION (charles: Sat, Jul 19, 2003, 8:14 am)
-re: missing files SOLUTION (Breino: Tue, Jul 29, 2003, 12:35 pm)
-re: missing files SOLUTION (matthew ford: Wed, Aug 13, 2003, 1:23 am)
*re: missing files SOLUTION (gchamby: Tue, Sep 23, 2003, 12:37 pm)
*re: missing files SOLUTION (Larry: Sun, Aug 15, 2004, 6:24 pm)
-re: missing files SOLUTION (J.: Sun, Mar 6, 2005, 4:47 pm)
*re: missing files SOLUTION (Mike L: Sun, Mar 6, 2005, 5:00 pm)
*re: missing files SOLUTION (^curious^boy: Sat, Sep 13, 2003, 6:09 am)
-re: missing files SOLUTION (Don Ramsey: Sat, Apr 3, 2004, 3:05 pm)
*re: missing files SOLUTION (imma: Mon, Apr 5, 2004, 8:25 am)
-re: missing files (another another mike: Sat, Aug 30, 2003, 2:02 pm)
-re: missing files (andy graham: Fri, Oct 10, 2003, 11:57 am)
*re: missing files (hippyer: Sat, Dec 27, 2003, 5:40 am)
-re: missing files (cade: Thu, Jan 1, 2004, 4:32 pm)
-re: missing files (andy graham: Thu, Jan 1, 2004, 4:55 pm)
*re: missing files (ran: Fri, Jan 9, 2004, 10:00 am)
-re: missing files (M. Fahrenholz: Mon, Jan 26, 2004, 8:11 am)
-re: missing files (Fernando: Fri, Jan 30, 2004, 4:49 am)
*re: missing files (Branden: Mon, Feb 9, 2004, 2:47 pm)
-re: missing files (Wesley Tan: Sat, Apr 10, 2004, 2:38 am)
-re: missing files (Bill: Mon, May 31, 2004, 5:53 am)
-re: missing files (Elora: Fri, Jun 4, 2004, 12:40 am)
*re: missing files (cold: Wed, Jul 14, 2004, 11:27 am)
-re: missing files (mike: Sun, Feb 15, 2004, 7:51 am)
*re: missing files (Wesley Tan: Sat, Apr 10, 2004, 2:27 am)
*re: missing files (cold: Wed, Jul 14, 2004, 12:09 pm)
-XP Install Missing Files: Correct Fix (Nesmira: Wed, Oct 27, 2004, 12:58 am)
*XP Install Missing Files: New Info (Nesmira: Wed, Oct 27, 2004, 7:08 pm)
-XP Install Missing Files: Boot Process (Nesmira: Wed, Oct 27, 2004, 10:42 pm)
-re: XP Install Missing Files: Boot Process (PCGUY67: Mon, Apr 25, 2005, 12:27 pm)
*re: XP Install Missing Files: Boot Process (KingG: Sat, Nov 15, 2008, 10:10 am)
*re: XP Install Missing Files: Boot Process (w chung: Wed, Aug 27, 2008, 9:15 am)
*re: XP Install Missing Files: Correct Fix (scott: Sun, Jan 9, 2005, 3:24 am)
-re: missing files (Joel Thayer: Thu, Jan 20, 2005, 5:30 am)
-re: missing files - mine was hardware (Tom Anshultz: Fri, Jan 28, 2005, 2:15 pm)
*What XP version? Mine was corporate pro (Bri: Sat, Jan 29, 2005, 7:23 am)
-re: missing files (Joel Thayer: Mon, Jan 31, 2005, 5:58 am)
-re: missing files (mitsumi19: Thu, Feb 10, 2005, 5:37 pm)
-re: missing files (Mike L: Sun, Feb 13, 2005, 10:17 am)
-re: missing files (J.: Thu, Mar 10, 2005, 2:28 pm)
-re: missing files (Mike L: Thu, Mar 10, 2005, 3:29 pm)
*re: missing files (J.: Thu, Mar 10, 2005, 9:07 pm)
*re: missing files (J.: Fri, Mar 11, 2005, 11:00 am)
-re: missing files (Bart: Mon, Mar 19, 2007, 11:19 pm)
-re: missing files (Bart: Mon, Mar 19, 2007, 11:44 pm)
-re: missing files (Bart: Mon, Mar 19, 2007, 11:50 pm)
*re: missing files (Stephen G: Sun, Jul 22, 2007, 10:48 am)
-re: missing files (m: Sun, Oct 3, 2004, 5:46 pm)
*re: missing files (mavr: Thu, Nov 11, 2004, 1:05 am)
*re: missing files (fank: Tue, Nov 16, 2004, 6:02 pm)
-I READ the whole thread and this post was the most (Bri: Mon, Jan 17, 2005, 10:24 am)
*re: I READ the whole thread and this post was the most (666: Thu, Mar 10, 2005, 10:57 pm)
-re: missing files (TBone: Tue, Jul 12, 2005, 1:47 pm)
*re: missing files (Jamie: Sat, Aug 6, 2005, 7:03 am)
-re: missing files (John: Tue, Oct 18, 2005, 8:45 am)
-re: missing files (John: Thu, Oct 20, 2005, 9:38 am)
-re: missing files (Joe Whitehead: Sat, Nov 26, 2005, 11:50 pm)
-The final fix! (SyreneD: Fri, Dec 2, 2005, 2:50 pm)
-Yeah, those are the causes of failure (Joe Whitehead: Fri, Dec 2, 2005, 6:26 pm)
*A simple but important tip (kp1981: Tue, Feb 28, 2006, 6:35 pm)
-re: missing files/ solution ...hmm? (E.Pluribus.Unum: Fri, May 26, 2006, 1:30 pm)
*re: missing files/ solution ...hmm? (stavros: Thu, Jul 27, 2006, 8:07 am)
-re: missing files (M Coffey: Wed, Mar 23, 2005, 11:47 am)
*re: missing files (Michael: Mon, Mar 28, 2005, 10:18 pm)
*re: missing files - found a good solution (Odie: Wed, Mar 30, 2005, 2:56 am)
*re: missing files (TDPepper: Mon, May 22, 2006, 4:19 pm)
-re: missing files (Larry Crowell: Tue, Feb 6, 2007, 8:12 am)
*re: missing files (MartinM: Tue, Feb 6, 2007, 9:23 am)
Return to the Windows XP Discussion Forum


All content at Annoyances.org is Copyright ©1995-2012 Creative Elementtm All rights reserved.
Please do not plagiarize; redistributing these pages without permission is strictly prohibited.