[TOOL] XP2ESD - Create modern Windows XP installer v1.6.2

Discussion in 'Windows XP / Older OS' started by George King, Jan 8, 2021.

  1. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,855
    2,115
    60
    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
     

    Attached Files:

  2. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,855
    2,115
    60
    #522 KleineZiege, Jul 15, 2021
    Last edited: Jul 15, 2021
    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
     
  3. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,855
    2,115
    60
    I will change my script from DEFLTWK.IN_ to
    DEFLTP.IN_

    let's see if it works then
     
  4. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,855
    2,115
    60
    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
     
  5. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,855
    2,115
    60
    #525 KleineZiege, Jul 15, 2021
    Last edited: Jul 15, 2021
    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.
     
  6. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,458
    60
    @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
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. example12345678912345678

    Dec 29, 2019
    574
    329
    30
    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).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. mockingbird

    mockingbird MDL Member

    Mar 13, 2011
    130
    13
    10
    Is this a successful run? Please advise.

    XP2ESD2.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,458
    60
    Can you post your config.ini? This seems like something failed during CAB repacking
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. mockingbird

    mockingbird MDL Member

    Mar 13, 2011
    130
    13
    10
    #531 mockingbird, Jul 16, 2021
    Last edited: Jul 16, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,458
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. example12345678912345678

    Dec 29, 2019
    574
    329
    30
    Also, don't forget to add Windows 2000 support. I've said Windows 2000 supports WIM repacks before.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,458
    60
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. 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 :worthy:
     
  15. vigipirate

    vigipirate MDL Senior Member

    Feb 24, 2011
    398
    98
    10
    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
     
  16. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,458
    60
    I will create video tutorial maybe after next stable release
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,924
    150
    @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)
     
  18. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,792
    7,758
    210
    Does XP already know the COMPACT OS utility?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,924
    150
    #540 acer-5100, Jul 19, 2021
    Last edited: Jul 19, 2021
    NTFS compression (the blue files), You need at least W7 to take the advantages (and big disadvantages) of Xpress/LZX compressed files