StemCell
Jan 15 2007, 06:53 AM
The entry "ntkrnlmp.exe" in the [SourceDisksFiles] section of the INF files is corrupt or missing Setup cannot continue.
Press any key to exit.
============
I get the above error when testing my custom XP disk using VMWare Workstation
Windows Version - Windows XP HOME OEM SP2
I added the following to the CD
RVMUpdatePack2.1.5a using RVM_Integrator_1.4.2
Windows MP11
IE7
I tried again without IE7 & XP installs fine. I only get the error when I add IE7 into the mix. Any Ideas?
~~~~~~~~~~~~~~~~~~
System
AMD 4600X2 Dual Core
2Gb RAM
7900GS Video
3x250GB IDE HDD's
LG DVD-RW
~~~~~~~~~~~~~~~~~~
StemCell
Jan 15 2007, 03:06 PM
FIX -
Open TXTSETUP.SIF. The first entry below was a [SourceDisksFiles] square/weird character - remove it.
=========EXAMPLE=========
===ORIGINAL===
[SourceDisksFiles]
default.pif = 1,,,,,,,1,2,0
===ORIGINAL===
===CORRECTED===
[SourceDisksFiles]
default.pif = 1,,,,,,,1,2,0
===CORRECTED===
=========EXAMPLE=========
nuhi
Jan 16 2007, 09:03 AM
Ok, I know what that is, the end of file character. Gonna make the autocleanup of those. It actually is there on original XP disc, but nlite moves it upwards during integration of new lines which is a bug.
Thanks, and let me know if 1.3 rc2 doesn't solve it for you, out soon.