Thread: MSDN Dump
View Single Post
  #6  
Old 09-08-2017, 08:47
TechLord TechLord is offline
Banned User
 
Join Date: Mar 2005
Location: 10 Steps Ahead of You
Posts: 759
Rept. Given: 384
Rept. Rcvd 247 Times in 112 Posts
Thanks Given: 789
Thanks Rcvd at 2,022 Times in 571 Posts
TechLord Reputation: 200-299 TechLord Reputation: 200-299 TechLord Reputation: 200-299
Thumbs up

Quote:
Originally Posted by FoxB View Post
not all wdk as one iso-file. some use the internet installer
You can use the internet-based installer to download the files for OFFLINE use as well - just run the web installer with the /layout option (that's what I did) :

For windows 7.1 WDK :

You can download the ISO from this page directly (GRMWDK_EN_7600_1.ISO) .

For Windows 10 WDK :

Get the web installer (around 2 MB ) from this link and then run it with the /Layout option like this -

Code:
wdksetup.exe /Layout
and then it will prompt you where to store the file for OFFLINE use.

(In some cases I found that I have to supply the layout argument as -layout instead of /layout .. So just check out the syntax with -help if needed).

For Windows 8.1 WDK :

Get the installer from this link and follow the same procedure as for Windows 10 above.


These worked for me, as I find it vital to keep a copy of the WDK installer files of OFFLINE use.

I always keep sets of WDKs and SDKs for offline use for the various build and versions of Windows, as they are frequently removed off from the Microsoft site.

Downlaoding of all the 3 versions of the WDKs takes less than half an hour as they are not very huge ...

Cheers
Reply With Quote
The Following 5 Users Say Thank You to TechLord For This Useful Post:
foosaa (09-20-2017), h8er (11-20-2017), niculaita (09-09-2017), nimaarek (09-09-2017), tonyweb (09-08-2017)