[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    #4821 Paul Mercer, Mar 11, 2023
    Last edited: Mar 11, 2023
    do we really need to fix unicode symbols in path problem? it was always a nightmare on both Linux and Windows

    I only fixed spaces in path long time ago, not sure if it's possible to fix non-standard symbols in path

    p.s. Apache HTTP server works fine, you need to define server's root, but scripts are not working
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    348
    138
    10
    hi,
    i'm using the uup-dump server latest.
    I picked language en-gb with extra editions and to create virtual editions.
    trying to get Windows 11 Insider Preview 10.0.25314.1010 (rs_prerelease) amd64
    so a single language.
    should I be getting
    VoiceRecorder_11.2208.27.0_language-th.msix
    and
    GameBar_2.622.3232.0_language-et.appx
    is this ment to happen?
    thanks,
    Majid
     
  3. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    what do you mean? where did you get that file names? if it's just from aria2c downloader log then it's fine, because we can't download only your en-gb language files for outbox apps
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    348
    138
    10
    hi,
    yeah,
    from aria2.
    is it just the apps that are like this?
    I ask because I keep getting 403 errors.
    will setting the -j value in the download script higher help?
     
  5. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    348
    138
    10
    also are these non english app versions made part of the iso?
     
  6. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    aria2 should try to redownload all the files, network issues are expected because MSFT servers are potato as well
    403 errors.. are not expected, I'm not getting it

    no, only your en-gb language will be integrated, but we just need to download the whole outbox apps package
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    I didn't use exotic characters in the pathname, only charcaters from the Latin-1 set. But no problem with uupdump-win32-ia32.
    Thank you for your efforts. and contributions.
     
  8. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    uupdump-win32-ia32 isn't working for me in D:\Downloads\Téléchargements\uupdump-win32-ia32 folder too
    uupdump.exe and my .cmd scripts are not working at all

    but you can download Apache24.7z from Stuff folder, extract it to anything and edit .\Apache24\conf\httpd.conf file
    in that config file edit 46 line to your path, in my case it's
    Code:
    Define SRVROOT "D:\Downloads\Téléchargements\Apache24"
    then you can run the server using uupdump-run-apache.cmd or just run ".\Apache24\bin\httpd.exe" file, or you can install Apache as a service (uupdump-apache-service-install.cmd + uupdump-apache-service-start.cmd)
    website will work as expected (but not my other .cmd scripts), I'm assuming something is wrong with PHP built-in server and PHP itself, it can't find php.ini for some reason
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ppatriserus

    ppatriserus MDL Novice

    May 27, 2011
    12
    2
    0
    Hi,
    Just tried running an aria2 download script and got a "Press Any Key..." message, whereupon the script terminated.

    This happened both with a script for Win11 22H2 1344 that I downloaded just now and a a script for 1343 that I downloaded before the site went down for maintenance.
     
  11. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    website isn't working, use the app or local server
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. ppatriserus

    ppatriserus MDL Novice

    May 27, 2011
    12
    2
    0
    How do I do these things?

    Sorry if I am wasting your time, but would really appreciate the help
     
  13. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    download links are in this post: https://forums.mydigitallife.net/posts/1780428

    download and extract uupdump-x64.7z
    run uupdump-run-website.cmd and use local UUP dump website in your web browser

    on the home page you can find "Quick options" section — use it if you want to get latest client 22621+ builds
    but if you need something else use "+ New build" feature or just run uupdump-get-fileinfo+packs.cmd script and wait 5-7 minutes (you can rerun it if something is missing)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. ppatriserus

    ppatriserus MDL Novice

    May 27, 2011
    12
    2
    0
    Thank you very much.

    Still only getting build 1265 as a result though.
     
  15. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    what build do you want? if it's 22621.1344 then click on the "Latest Release Preview build" in " Quick options" section

    RP.jpg

    ^ this is what you should get on RP channel
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    Doesn't work when an accentuated letter is part of the folder name. This is an apache/php limitation. Only use letters from the ASCII set to be quiet.[/QUOTE][/QUOTE]
     
  17. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,310
    2,869
    60
    so we can't do anything about that, right?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. ppatriserus

    ppatriserus MDL Novice

    May 27, 2011
    12
    2
    0
    Thank you for all the help.
    I am sorry for all the trouble I have put you through.
     
  19. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    I suppose. But this limitation is not really a problem.
    I have an application with Apache/PHP/MySQL and moved it to the Téléchargements folder : apache couldn't start.