no in the german home there is not the file. Look for yourself, I show you the pictures In German home is The file = DEFLTP.INF In German Pro is The file = DEFLTWK.INF
took the file from the pro and put it in the home iso , now it works ( gets stuck ) I think here could be the error REM Get Administrator Account name expand "%~dp0_output\i386\DEFLTWK.IN_" "%~dp0_output\i386\DEFLTWK.INF" >nul for /f tokens^=2^ delims^=^" %%i in ('"type "%~dp0_output\i386\DEFLTWK.INF" | findstr /b "SceInfAdministrator""') do set AdminAccount=%%i del /q /s "%~dp0_output\i386\DEFLTWK.INF" >nul
now it works for Home i edit script for Home: Code: REM Get Administrator Account name expand "%~dp0_output\i386\DEFLTP.IN_" "%~dp0_output\i386\DEFLTP.INF" >nul for /f tokens^=2^ delims^=^" %%i in ('"type "%~dp0_output\i386\DEFLTP.INF" | findstr /b "SceInfAdministrator""') do set AdminAccount=%%i del /q /s "%~dp0_output\i386\DEFLTP.INF" >nul
even in the english version the files are identical, the problem is with the script. maybe they had changed something, and forgot to add something to it. I don't know how this should work for you, because in the english home also the file does not exist.
@KleineZiege String that I'm searching doesn't exist in DEFLTP.INF. I will download all Windows XP versions in all languages to see differences. UpdatePacks also needs a review as I see German UpdatePacks fails too due forcelang attribute in entries.ini. I will fix all UpdatePacks and hopefully add new MultiLanguage feature, as I added some improvements for MultiLanguage ISO building before
German ISO files I have uploaded here https://forums.mydigitallife.net/threads/microsoft-windows-xp-iso-svf.44702/page-19#post-1674773
Hi, I found a tool named "XPeBuilder" or "XP Embedded Builder" to create a installation media based on WinFLP/Embedded (probably). But there're no download links. All I found is a link where I download a different file instead (It's probably a virus).
Yes, Longhorn NLTDR can handle HAL files in 2000 correctly too. But this support can be added later. Currently I’m focused on things I mentioned in previous post. Perfect MultiLanguage is high priority for now.
I dont have any words left in my dictionary to say my Thanks to you for such a most awesome job you have done in your tools . Even Most Awesome is found very low to be said for your tools . Extremely Thanking From my Side
Hello same sir i thank you very much for your work if possible demo video for the beginners it can help you are at the top i know that your software will be like anarethos a must for the forumers take care of yourself
@George King Just found the classic unforeseen scenario If XP2ESD is placed on a compressed disk everything else is compressed as well, including the XP's fliesystem, (which is desirable if XP is going to be installed on a SSD, but not on HDD) but the problem is that ntldr and bootmgr will be compressed as well, leading to an unbootable installation. So a line that decompress those files should be mandatory. An option to choose between compressed/uncompressed FS would be a nice addition as well P.S. there is also a typo on the boot.ini (Strndart PC instead of Standard PC)
NTFS compression (the blue files), You need at least W7 to take the advantages (and big disadvantages) of Xpress/LZX compressed files