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

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

  1. GaaraGAMA

    GaaraGAMA MDL Novice

    Jun 18, 2022
    12
    4
    0
    #5341 GaaraGAMA, Oct 12, 2023
    Last edited: Oct 12, 2023
  2. GaaraGAMA

    GaaraGAMA MDL Novice

    Jun 18, 2022
    12
    4
    0
    Conversion options, the first two screenshots default to the first two, the last two only default to the first, how to modify to default and the first two screenshot options?
     
  3. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    I got it, the question is how to enable "Run component cleanup (Windows converter only)" option by default on the download.php page

    I'll try to find it in PHP code
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    #5344 Paul Mercer, Oct 12, 2023
    Last edited: Oct 12, 2023
    edit "uup-dump\templates\download.php" on 152 line and add "checked" before "class" value

    Code:
    <input type="checkbox" name="cleanup" value="1" checked class="conversion-option">


    skill issue
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. GaaraGAMA

    GaaraGAMA MDL Novice

    Jun 18, 2022
    12
    4
    0
    I'll try it and see how it works, thanks for the questions
     
  6. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    what is your question? UUP Dump has never been affiliated with Microsoft
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    #5348 Paul Mercer, Oct 12, 2023
    Last edited: Oct 12, 2023
    I can't understand your nonsense

    please describe your problem/suggestion in more detail if you are not already drunk enough



    I'm trying my best here

    search.jpg

    ^ this is the search buttons, it searches builds in your database

    fetch.jpg

    ^ this is fetch buttons, it fetches current client 22631+ builds and adds it to your database in one click


    so, the problem is you want to replace search with fetch or what?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    Lets say a user selects Windows 10 / 22H2 it will offer the build automatically because the needed files are already there or on selection the search will be automatic.;)
     
  10. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    I edited my post, check it and let me know if that bs is what you want from me lol

    do you have any idea how much space you need for a full database? everyone should download 2 Gb. now?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    Not full database, maybe only rtm file to the lastest version at time of release of app and an auto search when a button is selected.;)
     
  12. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    I can provide package with the latest builds at the release date but those builds would be outdated in days anyway

    as for another stupid thing, I'll try to make UUP dump moron edition, shouldn't take more than a 30 mins
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    If this build is only for one user, then wouldn't it be fair to ask them to pay for your work? ;)
     
  14. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    I have free time today :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    #5355 Ace2, Oct 12, 2023
    Last edited: Oct 12, 2023
    Why not provide package to the latest rtm builds at the release date as a matter of course and where to put them, as part of the support system to the app and use newbuild method for not rtm versions.;)
     
  16. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,767
    7,702
    210
    Question to the platform/architecture selection: Currently, you can select x86, amd64, arm64, or all. Would it be possible to have an "Intel" choice, because I only need x86 AND amd64, but NOT arm64.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,736
    340
    You mean for detecting new builds?