TechBench Dump RS - Microsoft ISO Downloader

Discussion in 'MDL Projects and Applications' started by atplsx, Jun 26, 2025.

  1. atplsx

    atplsx MDL Addicted

    May 11, 2009
    665
    2,184
    30
    I wrote this program with artificial intelligence by giving instructions. If there is someone from the forum who can develop it even better, please take it over. This was a valuable job before. Later, many programs were written in php language etc. but since the APIs were old, the ISOs were not downloaded from anywhere or they were shared in other forums. I thought that a start should be made to fill a gap in this area. Thank you everyone.
     
  2. atplsx

    atplsx MDL Addicted

    May 11, 2009
    665
    2,184
    30
  3. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,654
    2,900
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. 12 lb Turkey

    12 lb Turkey MDL Member

    Nov 24, 2022
    137
    85
    10
    Can I make a suggestion? For all the EOL'ed releases, the ISO downloads are never going to change (except to disappear when they're removed by MS).

    Therefore you can split the database into two parts:
    - static JSON file with everything like [version] < W10 19045.
    - dynamic JSON with W10 19045 thru W11.

    Eventually W10 will join the list of static ISO's, but we can't be 100% certain until this October.

    Include a static dump list, so if nobody wants the older builds the program can quickly check online for the newer W11 releases.
     
  5. atplsx

    atplsx MDL Addicted

    May 11, 2009
    665
    2,184
    30
    Yes, this is possible, but my own opinion is to make a full query and create a database. Maybe even this ISO download will not be used in the future.