for XP SP3 32bit, files copy + boot + txt setup ok, gui setup ok, installation 100% ok
for XP SP2 64bit, files copy + boot + txt setup ok, gui setup wrong path and installation uncomplete, missing inf registration, unstable os
XP x64 still has a wrong srcpath = \??\\WIN_SETUP\XP_x64\, it should be \\?\GLOBALROOT\Device\Harddisk1\Partition1\WIN_SETUP\XP_x64\AMD64 nor according to XP you are expecting D: to host it but thats not the case here I have checked all letters at setup gui boot they are all unaccessible
I have found out that it is linked to your precmd script and 64bit version because on xp 32bit your "pushd D:" correctly mounts the installation files to D: but under 64bit D: is accessible later during the Device setup when 34 minutes lasts, there is no possible ways to get install files from a drive letter at the very beginning of setup gui unlike xp 32bit.
Thats probably why I get all these .inf problems because in the background, windows stores this wrong path for a later use and it does not alert if the path is wrong, it passes over giving an uncomplete and unstable Xp 64bit
The way you setup src path is to review I think
presetup.log
srcpath = \??\\WIN_SETUP\XP_x64\
regopt.log
************************************************************ Region and Languages Options Unattended Mode Log ************************************************************ /f:"C:\WINDOWS\system32\$winnt$.inf" /s:"GLOBALROOT\??\\WIN_SETUP\XP_X64\AMD64" Switch /F detected! Switch /S detected! In setup mode! The unattended mode file path is: \$winnt$.inf Supplemental Language Support installation cancelled - The operation was canceled by the user. ************************************************************ Region and Languages Options Unattended Mode Log ************************************************************ /I /s:"GLOBALROOT\??\\WIN_SETUP\XP_X64\AMD64" Switch /I detected! Switch /S detected! In setup mode!
setupact.log
The external program RUNDLL32 shell32,Control_RunDLL intl.cpl,,/f:"C:\WINDOWS\system32\$winnt$.inf" /s:"GLOBALROOT\??\\WIN_SETUP\XP_X64\AMD64" returned exit code 0. Setup aborted processing the file queue because of the following error: The operation completed successfully.
This post has been edited by class101: 22 November 2009 - 12:16 AM



Help
Back to top












