Txtsetup.sif is parsed by setupldr.bin. Hex edit all occurrences of txtsetup.sif to txtset01.sif and the latter is used. That's for setupldr.b01.
For setupldr.b02 use txtset02.sif.
Text mode Setup completes fine. GUI part to be tested. There is 1 occurrence in setupdd.sys, may have to be changed too.
PE and winnt32.exe have always been an option, mind you, for many users building PE is hard and unknown, they need just a single install off USB.
edit: GUI part worked just fine, no need to HEX edit setupdd.sys for txtsetup.sif.
Here is the step I forgot in the previous post:
In \$win_01$.~ls\I386\ren_fold.cmd change
ren %USBDRIVE%\txtsetup.sif txtsetup.bak ren %USBDRIVE%\$WIN_NT$.~BT WIN_NT.BT ren %USBDRIVE%\$WIN_NT$.~LS WIN_NT.LS
to
ren %USBDRIVE%\txtset01.sif txtset01.bak ren %USBDRIVE%\$WIN_01$.~BT WIN_01.BT ren %USBDRIVE%\$WIN_01$.~LS WIN_01.LS
In \$win_01$.~ls\I386\undoren.cmd change
ren %USBDRIVE%\txtsetup.bak txtsetup.sif ren %USBDRIVE%\WIN_NT.BT $WIN_NT$.~BT ren %USBDRIVE%\WIN_NT.LS $WIN_NT$.~LS
to
ren %USBDRIVE%\txtset01.bak txtset01.sif ren %USBDRIVE%\WIN_01.BT $WIN_01$.~BT ren %USBDRIVE%\WIN_01.LS $WIN_01$.~LS
Do the same for both files in $WIN_02$.~LS and use $WIN_02$.~*** and txtset02.***
This post has been edited by ilko_t: 28 March 2008 - 12:23 AM



Help
Back to top













