Jump to content

Get WAIK Tools w/o downloading the huge ISO's


JFX

Recommended Posts

54 minutes ago, JFX said:

Anyway, it shouldn't be to hard writing such a tool as a native program. 

Maybe not for you!!!!! I can't program for toffee!

BTW - that would be great if you are offering. I believe that I have also sparked some interest from Erwan.l on the reboot.pro forums.

Link to comment
Share on other sites


Very quick file extract test. Using following command -

java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -e=fil3a96a4ae37b2d6a62b94d42e1126dde0 -o=fil3a96a4ae37b2d6a62b94d42e1126dde0

Some output from the cmd (including time of the extracting/download) -

blah
blah
blah
Percentage :  99 Reading  27892006 of  27971974 bytes
Percentage :  99 Reading  27924774 of  27971974 bytes
Percentage :  99 Reading  27957542 of  27971974 bytes
Percentage : 100 Reading  27971974 of  27971974 bytes
Done. Downloaded in 0 minutes and 16 seconds.

(extracted) File size of fil3a96a4ae37b2d6a62b94d42e1126dde0 = 26.6 MB
I haven't checked what this file actually is yet. I'll report back in later.

Link to comment
Share on other sites

1 hour ago, misty said:

Maybe not for you!!!!! I can't program for toffee!

BTW - that would be great if you are offering. I believe that I have also sparked some interest from Erwan.l on the reboot.pro forums.

Well, if such a program will be useful I might program one.
But there is the problem with compression blocks.

java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -e=fil3a96a4ae37b2d6a62b94d42e1126dde0 -o=fil3a96a4ae37b2d6a62b94d42e1126dde0

That file is the first in block 4, so It will be very quick, though not with my internet connection :(
But loading another file in the same block, needs to download all other files in that block before that file.

Example

java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -e=fil3ae9b0835c65f44ed796fafe895b87c2 -o=fil3ae9b0835c65f44ed796fafe895b87c2

Both needing the same time.

Done. Downloaded in 1 minutes and 33 seconds. :ph34r:

 

@erwanl

yes getting the information from the cabinets is no big problem, but the decompression is more tricky.

Edited by JFX
Link to comment
Share on other sites

10 minutes ago, dencorso said:

@erwanl: Welcome to MSFN! It's great to have you around! :yes:

 

Thanks Dencorso, i have been reading/following this forum for years : great place !

Was about time I contribute :)

Edited by erwanl
Link to comment
Share on other sites

1 hour ago, JFX said:

@erwanl

yes getting the information from the cabinets is no big problem, but the decompression is more tricky.

Indeed, getting the blob is rather easy but handling  decompression will be trickier and this specially since we may encounter different formats : MSZIP, LZX, etc ...

If I may help, which langage are you using for GWT? (I am a delphi/FPC dev).

Edited by erwanl
Link to comment
Share on other sites

15 hours ago, JFX said:

Well, if such a program will be useful I might program one.

I think that such a program would be useful, although probably not to a large number of people. It's a specialist tool and in the days where many have relatively fast internet connections and unlimited bandwidth most users will probably just download the whole file for convenience.

15 hours ago, JFX said:

That file is the first in block 4, so It will be very quick, though not with my internet connection :(

A good user case! :whistle:

15 hours ago, JFX said:

But there is the problem with compression blocks.


java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -e=fil3a96a4ae37b2d6a62b94d42e1126dde0 -o=fil3a96a4ae37b2d6a62b94d42e1126dde0

That file is the first in block 4, so It will be very quick, though not with my internet connection :(
But loading another file in the same block, needs to download all other files in that block before that file.

I am not familiar with compression blocks - how much additional data are we talking about here to download the needed file?

Misty

Link to comment
Share on other sites

24 minutes ago, JFX said:

28 MB additional download is needed for this 1 KB file.

Ah. Now that's not so good! Is it likely that this downloading of unneeded data could be avoided if a native tool was developed? Or the functionality added to GWT?

Link to comment
Share on other sites

@JFX - are older version of GWT available for download. The current version appear hardcoded to download the Windows 10.0.16299 version of DISM and dependencies. Whilst the need is not widespread, there may be some instances where it would be useful to download other Windows 10 versions. I believe that these may be coded into some of the previous GWT releases?

Misty

Link to comment
Share on other sites

I recently wondered the same... :-)

(it's a small world)

I know you don't like the "buggy as hell" 16299, JFX uses wimagapi from 15063 in his great WinNTSetup (I use imagex.exe from that version as well for UUP direct apply).

 

 

See here:

https://1drv.ms/u/s!AnNmc1rU9VMAhGfaGtiigOc0BUlV

Edited by Atari800XL
Link to comment
Share on other sites

7 minutes ago, Atari800XL said:

I know you don't like the "buggy as hell" 16299

Whilst some versions might be better than others, I don't really like any of them as they all seem to give mixed result and random partially unmounted wims.  I miss the old imagex.exe from Vista days - it was great fun playing around with it back then. That version may also have been buggy as hell too - I haven't used it for years.

These days I'm more inclined (storage space permitting) to use wimlib to apply an entire boot.wim rather than running mount and unmounts operations. Depending on the size of boot.wim and the system hardware it doesn't feel like it takes much longer. Only time I need to do this is when applying a package. If only some genius could trace which minimum set of files need extracting from boot.wim so that DISM can be used to successfully apply a package to this smaller file set - without the need to fully apply the contents of boot.wim. And entirely removing the need to mount the image.

Misty

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...