I don't know how to check this, which key is it?
also, what is the effect of not resseting devicepath?
because my install seemed to go quite fine... (other probs, but unrelated to this)
This post has been edited by a06lp: 09 January 2005 - 12:50 PM
Posted 09 January 2005 - 11:47 AM
This post has been edited by a06lp: 09 January 2005 - 12:50 PM
Posted 09 January 2005 - 09:49 PM
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] "DevicePath"=
Posted 10 January 2005 - 01:03 PM
Posted 10 January 2005 - 02:22 PM
Quote
Posted 10 January 2005 - 02:45 PM
Posted 10 January 2005 - 02:48 PM
Posted 10 January 2005 - 02:51 PM
Posted 11 January 2005 - 05:21 PM
Posted 11 January 2005 - 10:47 PM
Posted 12 January 2005 - 12:31 AM
Posted 12 January 2005 - 01:29 AM
REM +===============================================+ REM | If you are using compressed drivers unpack them here: | REM |-------------------------------------------------------| %SystemDrive% cd \ %CDDRIVE%\OEM\bin\7za.exe x -y -aoa %CDDRIVE%\OEM\DriverPack_*.7z -o"%SYSTEMDRIVE%"
%CDDRIVE%\OEM\bin\SetDevicePath.exe %CDDRIVE%\OEM\drivers
%CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemDrive%\drivers
Posted 12 January 2005 - 07:56 AM
Posted 17 January 2005 - 06:38 AM
Posted 17 January 2005 - 05:00 PM
This post has been edited by Afterdawn: 17 January 2005 - 05:14 PM
Posted 17 January 2005 - 05:42 PM
Posted 19 January 2005 - 02:17 AM
Posted 19 January 2005 - 08:10 AM
Posted 19 January 2005 - 12:59 PM
.
For test try to put this three files in the same directory:
- setup.exe,presetup.cmd,SetupORG.exe
("SetupORG.exe" is renamed original windows "setup.exe")
Edit presetup.cmd and leave only this:
presetup.cmd:
CODE
if exist setup.exe ren setup.exe setupold.exe
if exist setupORG.exe ren setupORG.exe setup.exe
exit
Execute "setup.exe".
If "windows Xp Setup" window is pop up with "Please go to Control Panel..."
everything is fine because setup is started without parameter.
."
Posted 19 January 2005 - 09:37 PM