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

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

  1. George King

    George King MDL Expert

    Aug 5, 2009
    1,963
    2,506
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Seven4ever

    Seven4ever MDL Member

    May 16, 2023
    131
    55
    10
    seems include XP 32 and XP 64 with SSE2 CPU
     
  3. user469

    user469 MDL Member

    Oct 23, 2015
    127
    14
    10
    @george I'm Still waiting to test new ISO on two modern Zotac Pc and also on HP 870W
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. lenyu

    lenyu MDL Novice

    May 8, 2020
    18
    2
    0
    Hi there,

    thank you all for such an amazing work.

    will this boot on Z3735 Intel Stick?
     
  5. George King

    George King MDL Expert

    Aug 5, 2009
    1,963
    2,506
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. George King

    George King MDL Expert

    Aug 5, 2009
    1,963
    2,506
    60
    #2926 George King, Jan 29, 2024
    Last edited: Jan 29, 2024
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Gelip

    Gelip MDL Senior Member

    Feb 28, 2011
    456
    336
    10
    #2927 Gelip, Jan 29, 2024
    Last edited: Jan 29, 2024
    Yes, now ListDisk work OK:
    Code:
    |  Disk  |  Partition  | Style |    Size    |     Type      | System | Ltr |      Label       |
    
     -------- ------------- ------- ------------ --------------- -------- ----- ------------------
    | Disk 0 | Partition 1 | MBR   |   15.00 GB | NTFS *        | NTFS   | C:  | OS64             |
    
    | Disk 0 | Partition 2 | MBR   |  200.00 GB | NTFS          | NTFS   | D:  | Dane             |
    
    | Disk 0 | Partition 3 | MBR   |  250.76 GB | NTFS          | exFAT  | E:  | Max              |
    
    | Disk 1 | Partition 1 | MBR   |  100.00 MB | NTFS *        | NTFS   | G:  | Zastrzezone prze |
    
    | Disk 1 | Partition 2 | MBR   |   59.90 GB | NTFS          | NTFS   | H:  |                  |
    
    P.S. Modify the Type column because we have the same, e.g. NTFS NTFS twice

    About Supermium your repack no make shortcut e.g. to Desktop and is problem that browser uses the %temp% to store settings folder instead %appdata% or Program Files\Supermium
    The original installer is also bad because it requires a propsys.dll file (Windows Search)
    The installer can be unpacked with 7-Zip 19.00:
    supermium_121_64_setup.exe > mini_installer.exe > chrome.7z - then no need propsys.dll
    Now copy Chrome-bin folder to e.g. Program Files and make shortcut to chrome.exe but same problem - app use %temp% to store settings :confused:
     
  8. George King

    George King MDL Expert

    Aug 5, 2009
    1,963
    2,506
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Gelip

    Gelip MDL Senior Member

    Feb 28, 2011
    456
    336
    10
    #2929 Gelip, Jan 29, 2024
    Last edited: Jan 29, 2024
    I found a solution - You have to make a shortcut on the desktop:
    Code:
    "C:\Program Files\Supermium\chrome.exe" --user-data-dir="%appdata%\Supermium"
    In WinRAR need:
    Code:
    Shortcut=D, "chrome.exe --user-data-dir=""%appdata%\Supermium""", , , Supermium,
     
  10. George King

    George King MDL Expert

    Aug 5, 2009
    1,963
    2,506
    60
    #2931 George King, Jan 29, 2024
    Last edited: Jan 29, 2024
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    #2932 acer-5100, Jan 29, 2024
    Last edited: Jan 29, 2024
    Yes but what I mean is that "type=ntfs" is more confusing than either "PartitionID=NTFS" or "PartitionType=NTFS", no matter if the user is experienced or not.

    IMO Even better would be to print the partition ID/Type followed by the filesystem(s) relying on it

    Like PartitionID = 07 (NTFS/HPFS/eXfat)

    This way would be future proof, and also compatible with obscure partition types from the past
     
  12. George King

    George King MDL Expert

    Aug 5, 2009
    1,963
    2,506
    60
    #2933 George King, Jan 29, 2024
    Last edited: Jan 29, 2024
    (OP)
    I was thinking about it, but too long string then and then too long column. Thats why I have used these names. Currently output fit to CMD window width 95. Which almost fit whole screen in WinPE when resolution is 800x600.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    An option could be to follow what Linux fdisx does.

    Just print the number and delegate the description to help or documentation.

    The good old ptedit.exe follows more or less the same idea...

    upload_2024-1-29_12-30-32.png
     
  14. Gelip

    Gelip MDL Senior Member

    Feb 28, 2011
    456
    336
    10
  15. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    Read the discussion please.

    George was concerned about the length of the string. hence my suggestion.
     
  16. George King

    George King MDL Expert

    Aug 5, 2009
    1,963
    2,506
    60
    My goal is not use GUI app. I need CMD ones, thats why I must create listdisk for this purpose.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Gelip

    Gelip MDL Senior Member

    Feb 28, 2011
    456
    336
    10
    BOOTICE work also in CMD e.g. to change ID from .bat script:
    Code:
    REM Change EFI partition ID 0B to 1B Hidden FAT32
    bootice /DEVICE=0:0 /partitions /set_id=1b /quiet
    
    bootice_CMD.png
     
  18. George King

    George King MDL Expert

    Aug 5, 2009
    1,963
    2,506
    60
    Again showing GUI, show me how you list disk and partitions and related informations in console not in GUI.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...