Windows 8 - ADK Offline Downloader Tool™

Discussion in 'Windows 8' started by Mr Jinje, Aug 19, 2012.

  1. azlvda

    azlvda MDL Member

    Jun 28, 2009
    126
    63
    10
    #61 azlvda, Oct 27, 2013
    Last edited: Oct 27, 2013
    same hashes.. only add patches folder and updated adksetup
     

    Attached Files:

  2. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    ok, it's on the todo list.
     
  3. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60
    could someone post the Volume Activation Management Tool-x86_en-us.msp file ?
     
  4. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #64 Mr Jinje, Oct 27, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  5. azlvda

    azlvda MDL Member

    Jun 28, 2009
    126
    63
    10
    #65 azlvda, Oct 27, 2013
    Last edited by a moderator: Apr 20, 2017
  6. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    Do these patches show up in windows update for people who have previously installed the ADK ?
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,755
    340
    No........
     
  8. lexone

    lexone MDL Novice

    Oct 28, 2013
    5
    4
    0
    Is it possible to make an offline downloader tool for the 8.1 SDK as well? I really need to get these files easily...or can someone post links to those files?
     
  9. adric

    adric MDL Expert

    Jul 30, 2009
    1,250
    1,324
    60
  10. lexone

    lexone MDL Novice

    Oct 28, 2013
    5
    4
    0
    All good, thx guys!! I actually made a little batch script and was able to download the source files for the SDK for 8.1
     
  11. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    If you post the info for me, I can add the scripts for SDK when I re-up. Did the SDK have an Patches folder as well.

    If anyone has the details on the DDK or any other kits, it'll be easier for me to do everything at once.
     
  12. lexone

    lexone MDL Novice

    Oct 28, 2013
    5
    4
    0
    #73 lexone, Nov 12, 2013
    Last edited by a moderator: Apr 20, 2017

    The SDK for 8.1 has an "Installers" and "Redistributable" folders. Here is the code for my .cmd script:
    *Note* you must have the sdksetup.exe already downloaded from MS. Place this script file in the same folder as the sdksetup.exe the run as admin.

    Code:
    @ECHO ON
    cd %~dp0
    sdksetup.exe /quiet /installpath %~dp0 /layout %~dp0
    Pause
    
     
  13. lexone

    lexone MDL Novice

    Oct 28, 2013
    5
    4
    0
    #74 lexone, Feb 10, 2014
    Last edited by a moderator: Apr 20, 2017
    In case anyone needs a script to download the files for the WDK as well, here is the code for my .cmd script:
    *Note* you must have the wdksetup.exe already downloaded from MS. Place this script file in the same folder as the wdksetup.exe the run as admin.

    Code:
    @ECHO ON
    cd %~dp0
    wdksetup.exe /quiet /installpath %~dp0 /layout %~dp0
    Pause
    
     
  14. lexone

    lexone MDL Novice

    Oct 28, 2013
    5
    4
    0
    #75 lexone, Mar 21, 2014
    Last edited by a moderator: Apr 20, 2017
    And, in case anyone needs a new, quick script to download the files and patches for the ADK as well, here is the code for my .bat script:
    *Note* you must have the adksetup.exe already downloaded from MS. Place this script file in the same folder as the adksetup.exe the run as admin.

    Code:
    @ECHO ON
    cd %~dp0
    adksetup.exe /quiet /installpath %~dp0 /layout %~dp0
    Pause
    
     
  15. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    581
    365
    30
    Mr. Jinje,

    Can you tel me if you can send a Windows 10 - ADK Offiline Downloader Tool for download the ADK in pt-br language?

    Thanks in advanced..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,154
    21,094
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Raur

    Raur MDL Member

    Oct 11, 2017
    215
    131
    10