click-click Posted October 9, 2017 Posted October 9, 2017 On 6/13/2017 at 5:13 PM, JFX said: Have added command line support for range downloads. GWT -range:8808448-9236127 -out:"X:\bootmgr" -title:"Download Win8.1 Bootmgr" -link:/download/B/9/9/B999286E-0A47-406D-8B3D-5B5AD7373A4A/9600.16384.WINBLUE_RTM.130821-1623_X86FRE_ENTERPRISE_EVAL_EN-US-IRM_CENA_X86FREE_EN-US_DV5.ISO GetWaikTools.zip The exe file sizes from this link are much smaller than the ones downloaded using the link on page 1. Are these the same versions compiled differently?
Tripredacus Posted October 9, 2017 Posted October 9, 2017 64bit versions will be larger than 32bit versions. For example, the 32bit Imagex.exe from ADK 8.1 is 590KB and the 64bit version is 694KB. But also note that the posts on Page 1 are from 5 years ago...
JFX Posted October 12, 2017 Author Posted October 12, 2017 On 9.10.2017 at 2:25 PM, click-click said: The exe file sizes from this link are much smaller than the ones downloaded using the link on page 1. Are these the same versions compiled differently? I rewrote the tool a few times, File size was usually reduced a lot. But now there is a new version 17.10 without upx wich bigger again.
click-click Posted October 14, 2017 Posted October 14, 2017 (edited) On 10/12/2017 at 3:21 PM, JFX said: Can this tool be used to get only the Application Compatibility Toolkit (ACT)) from the ADK? I have a program (Lenovo Power Manager) that I want to install but it is blocked for W10, I understand it can be unblocked with ACT, but I don't really want to install the ADK just to get this component. What would I need to enter using GWT -range Edited October 14, 2017 by click-click
JFX Posted October 14, 2017 Author Posted October 14, 2017 (edited) The ADK also has web installer, so it's easier to just download the needed files. http://download.microsoft.com//download/3/1/E/31EC1AAF-3501-4BB4-B61C-8BD8A07B4E8A/adk/adksetup.exe or save another MB: http://download.microsoft.com//download/3/1/E/31EC1AAF-3501-4BB4-B61C-8BD8A07B4E8A/adk/Installers/Application Compatibility Toolkit-x64_en-us.msihttp://download.microsoft.com//download/3/1/E/31EC1AAF-3501-4BB4-B61C-8BD8A07B4E8A/adk/Installers/0a3a39d2f8a258e1dea4e76da0ec31b8.cabhttp://download.microsoft.com//download/3/1/E/31EC1AAF-3501-4BB4-B61C-8BD8A07B4E8A/adk/Installers/83bd1072721871ea0bdc4fab780d9382.cabhttp://download.microsoft.com//download/3/1/E/31EC1AAF-3501-4BB4-B61C-8BD8A07B4E8A/adk/Installers/f7699e5a82dcf6476e5ed2d8a3507ace.cab Edited October 14, 2017 by JFX
click-click Posted October 14, 2017 Posted October 14, 2017 (edited) Thanks.. I'm not sure what to do with the cab files. Will the msi know what to do with them? I could not get the adksetup.exe to work for me. I only selected Application Compatibility Tools and the download would always fail. I finally figured out that I needed the 1607 version (10.1.14393 ) of the adksetup.exe for it to work. Edit: I ran the msi from your link and that was enough for what I needed to do. I used the Compatability Adminstrator from the installed toolkit to unblock the Power Manager setup.exe so I could see if the app still works on W10 and it does. Edited October 15, 2017 by click-click
click-click Posted January 6, 2018 Posted January 6, 2018 (edited) On 6/14/2017 at 7:57 PM, JFX said: It are just the offset inside the ISO like jaclaz explained. I've made tool for that: ISO2Offset.7z I wanted to test this using en_Win10_1709_multi_dec_x86_dvd_100406359.iso to see what the offset was for the install.wim, but nothing gets listed just specifying install.wim. If I leave the [file] blank, I get the following: [README.TXT] Range=51200-51334 [[BOOT]\1-Boot-NoEmul.img] Range=1064960-1069055 [[BOOT]\2-Boot-NoEmul.img] Range=1069056-1069567 How does one specify the [file] in the iso to get it's range, or is iso2offset only for the ADK? I don't have the ADK downloaded so I can't get a list of any offsets from that. Edited January 6, 2018 by click-click
JFX Posted January 6, 2018 Author Posted January 6, 2018 try ISO2Offset "%ISOFILE%" -UDF sources\install.wim or ISO2Offset "%ISOFILE%" -UDF *.wim
click-click Posted January 6, 2018 Posted January 6, 2018 (edited) Thank you sir. I'm embarrassed for not trying that switch. I was assuming it was the default and did not think to try. Sorry.... Can the %ISOFILE% be a download link to an iso file or must the iso already be downloaded to get the ranges? Edited January 6, 2018 by click-click
JFX Posted January 6, 2018 Author Posted January 6, 2018 Yes you have to download the ISO first, there currently no URL support.
misty Posted January 13, 2018 Posted January 13, 2018 Hi JFX, Can you please confirm whether Get WAIK Tools is redistributable? I am thinking of including it in a PEBakery / WinBuilder project if it is - and with your consent. Also, can you (or someone) please advise on how best to obtain the offsets for a file contained in a .cab - required for the GWT -range command? This relates to a topic discussion on reboot.pro -http://reboot.pro/topic/21668-minimal-fileset-for-installing-an-adk-optional-component/ And more specifically this post -http://reboot.pro/topic/21668-minimal-fileset-for-installing-an-adk-optional-component/?p=205560 Regards, Misty 1
JFX Posted January 13, 2018 Author Posted January 13, 2018 Hi misty, yes Get WAIK Tools is redistributable, feel free to use it as you like. The range command of GWT is actually only thought for ISO (or other uncompressed) files. Extracting files from inside a cabinet, without loading the complete file, is much more difficult. From the topics, I take it you are looking for the 2 big cab file that hold all the winpe component packages? If so, I don't think it's possible to reduce the download much. They are packed with MSZip compression, with many files in separate blocks. 2
misty Posted January 13, 2018 Posted January 13, 2018 1 hour ago, JFX said: yes Get WAIK Tools is redistributable, feel free to use it as you like. Thanks JFX 1 hour ago, JFX said: The range command of GWT is actually only thought for ISO (or other uncompressed) files. Extracting files from inside a cabinet, without loading the complete file, is much more difficult. From the topics, I take it you are looking for the 2 big cab file that hold all the winpe component packages? If so, I don't think it's possible to reduce the download much. They are packed with MSZip compression, with many files in separate blocks. Thanks for the information. A lot of the stuff I need is in the 2 big cab files that you mentioned. Any suggestions regarding alternatives? I looked briefly at re7zip (http://reboot.pro/files/download/224-re7zip/), however the java dependencies make this a no go for my needs. BTW, Get WAIK Tools is a(nother) fantastic application. Very well done to you and everyone else involved. Misty 1
JFX Posted January 13, 2018 Author Posted January 13, 2018 Hmm, never tried re7zip, but I doubt It will be a fast and small download for these cab files. Anyone willing to test it, downloading files from the cab files? http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cabhttp://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/9722214af0ab8aa9dffb6cfdafd937b7.cab Anyway, it shouldn't be to hard writing such a tool as a native program. 1
misty Posted January 13, 2018 Posted January 13, 2018 (edited) 52 minutes ago, JFX said: Hmm, never tried re7zip, but I doubt It will be a fast and small download for these cab files. Anyone willing to test it, downloading files from the cab files? Just installed java and will test properly later. I've Just used the following command to list the contents of one of the .cabs you linked to (redirecting to a text file as the first attempt had too many lines to display in my command prompt) - java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -l > list.txt Output from running the above command (which completed very quickly) - Opening HTTP archive 'http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab'. Archive 'http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab' is open. Number of items in archive: 1044 Size | Compr.Sz. | Filename ----------+-----------+--------- 417530 | null | cata32918368eba6a062aaaaf73e3618131 66912 | null | fil00017d5d130dd3712deefa17129c07a3 213014 | null | fil01375048c9afcfe2c7a68837d535cb33 54507 | null | fil01851f57ed63bc2e447a76be7360d0d4 484400 | null | fil0211b8650a7bb0f22cd7cee59c811174 45912 | null | fil026bc6d8ecbf9756e1935d13bc142127 114671 | null | fil03b70e534d0911f7dbe2d02aa47bd78e 142124 | null | fil03bb4fbdecc0ff199fc267741c51a06e 45408 | null | fil03f4493ddd337bfd130773c1ade312f4 79200 | null | fil03fa8321a8a1610cd34dcea9e1dfa151 etc Edited January 13, 2018 by misty Reduce length of post as file list was massive! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now