I think I have it all configured correctly and have read all the documentation and the posts here, but it simply will not launch from the CD.
Here is my image layout:
XPCD
Quote
--------Drivers (for nLite to integrate, nothing for WPI)
--------$1
------------Install
----------------WPI (entire program)
----I386
----Install (where the programs will be)
----Setup (file)
----WIN51 (file)
----WIN51P (file)
----win51p.SP2 (file)
The win51p.SP2 file is blank.
No reference to %cdrom%.
winnt.sif:
Quote
[GuiRunOnce]
Command0=%systemdrive%\dot20\dotnet20.cmd (from nLite not fully compatible)
Command1=%systemdrive%\install\wpi\wpi.cmd
Now, Command0 runs just fine. It finds the scripts on C: and runs it. Great.
But Command1 fails. It tries to look in "C:\install\wpi\wpi.cmd" but it is not there because it was never copied to the harddrive during Windows' installation. From everything I have read, it is supposed to be done automatically.
I have also read on Microsoft's site that using %systemdrive% defaults to the $OEM$\$1\ path, but obviously not.
If I try to use
Command1=%cdrom%\$oem$\$1\install\wpi\wpi.cmd (give it the full path)
it says: Can't find path "%cdrom%\$oem$\$1\install\wpi\wpi.cmd" try again with correct path and name
It doesn't replace %cdrom% with D:\ like it should. %systemdrive% works fine.
If I can get the WPI folder automatically copied the the HD then I could use %systemdrive% just fine. Or if I could get %cdrom% to be recognized I would be in business.
I guess my preference would be to launch it directly from the CD, not have it copied to the harddrive at all. But if I have to at least have wpi.cmd on the hdarddrive, then I need %cdrom% to work.
Someone please straighten me out. I have been wracking my brain for days now. Thank you!



Help
Back to top











