WaiK SP1 full release link!
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
- mr_smartepants
- Posts: 824
- Joined: Thu May 18, 2006 5:56 am
- Location: Cambridgeshire, UK
Well that doesn't make any sense because this is just a supplement, not a full installer. Unless they pulled the original WAIK in anticipation of supplying a fully-updated installer today.yumeyao wrote:I would trust it because the old WAIK for Windows 7 (not sp1) is gone.
To "install" this, copy contents of iso to "%ProgramFiles%\Windows AIK\Tools\PETools" directory to update original install of WAIK.
*Edit
Installation instructions on TechNet.
http://technet.microsoft.com/en-us/libr ... S.10).aspx
-
- Posts: 288
- Joined: Mon Oct 02, 2006 6:32 am
- Location: Ottawa, Ontario, Canada
Following the Readme instructions I run this to add the OPK supplement for the OPK installation:
and this for the AIK installation:
Also, one should not forget to overwrite the help/readme files in AIK only with the updated ones (June 2010)
Of course your paths will differ.
Code: Select all
REM Windows 7 OPK
"D:\KB3OPK_EN\StartCD.exe"
REM Windows 7 OPK SP1_Supplement
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\SP1_Supplements\KB3OPKS_EN" "C:\Program Files\WindowsResources\Windows OPK\Tools\PETools" /ERUY
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\SP1_Supplements\KB3OPKS_EN\*winpe-dot3svc*" "C:\Program Files\WindowsResources\Windows OPK\Tools\PETools" /ERY
Code: Select all
REM Windows 7 WAIK
"D:\KB3AIK_EN\StartCD.exe"
REM Windows 7 AIK SP1_Supplement
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\Windows 7 and Server 2008 R2 SP1\SP1_Supplements\KB3AIKS_EN" "C:\Program Files\WindowsResources\Windows AIK\Tools\PETools" /ERUY
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\Windows 7 and Server 2008 R2 SP1\SP1_Supplements\KB3AIKS_EN\*winpe-dot3svc*" "C:\Program Files\WindowsResources\Windows AIK\Tools\PETools" /ERY
REM Updated Help Files
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\AIK_Windows7_UpdatedHelpFiles\readme.HTML" "C:\Program Files\WindowsResources\Windows AIK" /Y
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\AIK_Windows7_UpdatedHelpFiles\stepbystep_itpro.HTM" "C:\Program Files\WindowsResources\Windows AIK\Docs\Whitepapers" /I /Y
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\AIK_Windows7_UpdatedHelpFiles\unattend.chm" "C:\Program Files\WindowsResources\Windows AIK\Docs\CHMs" /Y
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\AIK_Windows7_UpdatedHelpFiles\usmt.chm" "C:\Program Files\WindowsResources\Windows AIK\Docs\CHMs" /Y
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\AIK_Windows7_UpdatedHelpFiles\waik.chm" "C:\Program Files\WindowsResources\Windows AIK\Docs\CHMs" /Y
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\AIK_Windows7_UpdatedHelpFiles\WinPE.chm" "C:\Program Files\WindowsResources\Windows AIK\Docs\CHMs" /Y
xcopy "D:\Win7(x64)_Microsoft\Windows 7 Deployment\AIK_Windows7_UpdatedHelpFiles\wimgapi.chm" "C:\Program Files\WindowsResources\Windows AIK\SDKs\WIMGAPI" /I /Y
Of course your paths will differ.
Last edited by RickSteele on Sun Feb 20, 2011 10:41 pm, edited 2 times in total.
-
- Posts: 288
- Joined: Mon Oct 02, 2006 6:32 am
- Location: Ottawa, Ontario, Canada
here:yumeyao wrote:I would trust it because the old WAIK for Windows 7 (not sp1) is gone.
http://www.microsoft.com/downloads/en/d ... laylang=en
- mr_smartepants
- Posts: 824
- Joined: Thu May 18, 2006 5:56 am
- Location: Cambridgeshire, UK
That's got a current 18 Feb distribution date. Does anyone have a hash check of the new .iso to compare with the old one? Does this incorporate the files in the "supplement"?
*Edit
Nevermind. They're identical.
Code: Select all
File: KB3AIK_EN (1).iso
CRC-32: 9008bc2a
MD4: fa29e5277b455f01c3358cb34c6ba4c0
MD5: 1e73b24a89eceab9d50585b92db5482f
SHA-1: 793f4cc4741ebad223938be0eeee708eda968daa
File: KB3AIK_EN.iso
CRC-32: 9008bc2a
MD4: fa29e5277b455f01c3358cb34c6ba4c0
MD5: 1e73b24a89eceab9d50585b92db5482f
SHA-1: 793f4cc4741ebad223938be0eeee708eda968daa
-
- Posts: 288
- Joined: Mon Oct 02, 2006 6:32 am
- Location: Ottawa, Ontario, Canada
I installed it last night. No, it does not incorporate the files in the supplement.mr_smartepants wrote:That's got a current 18 Feb distribution date. Does anyone have a hash check of the new .iso to compare with the old one? Does this incorporate the files in the "supplement"?
Keep in mind there are two supplements; one for AIK and another for OPK. neither one of the latest releases incorporate the files in their respective supplements.
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
Code: Select all
File: KB3AIK_EN.iso
CRC-32: 9008bc2a
MD4: fa29e5277b455f01c3358cb34c6ba4c0
MD5: 1e73b24a89eceab9d50585b92db5482f
SHA-1: 793f4cc4741ebad223938be0eeee708eda968daa
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
The "previous version" was not 1,569,981,048 that was only a supplemental update pack...and dont be silly, 7 zip can extract the contents of the iso no need to burnChiefZeke wrote:The version presently posted on the Microsoft download page lists itself as version 3.0 and has a size of 1,789,542,400 versus a size of 1,569,981,048 for the previous version - so I would assume, maybe incorrectly, it includes the updates.
Have not yet burned a DVD to verify what is included.
vmanda - am unfamilier with daemon tools and/or imdisk - but that is now moot because >
ricktendo64 - It is good to learn something new every day - I had no idea 7zip would extract an .ISO file.
Anyway - it's too late now; I did burn a new DVD with the latest WAIK I downloaded, the so-called version 3.0 - and the files\folders all had the same date/tme stamp as the previous WAIK DVD I had burned.
Also, I had also downloaded the WAIK Supplemental and after the DVD was burned I did notice that the files in \Tools\PETools had all been updated - so I copied them and overwrote the files in the same named folders that were created when I insatlled WAIK under Win7 32- and 64-bit.

ricktendo64 - It is good to learn something new every day - I had no idea 7zip would extract an .ISO file.
Anyway - it's too late now; I did burn a new DVD with the latest WAIK I downloaded, the so-called version 3.0 - and the files\folders all had the same date/tme stamp as the previous WAIK DVD I had burned.
Also, I had also downloaded the WAIK Supplemental and after the DVD was burned I did notice that the files in \Tools\PETools had all been updated - so I copied them and overwrote the files in the same named folders that were created when I insatlled WAIK under Win7 32- and 64-bit.

- user_hidden
- Posts: 1924
- Joined: Thu Dec 06, 2007 7:52 am
- Location: Canada eh!
funny on MS download page for WAIK 3.0 it states:
so is this compatible with Win7 SP1 or do we still need to apply the supplement_iso ?
Balmer has to go !!!!!
Code: Select all
•Supported Operating Systems:
• Windows 7 Service Pack 1
• Windows Server 2008 R2 SP1
• Windows Server 2003 with Service Pack 2
• Windows Vista SP1
• Windows Server 2008 family
• Windows 7 family
• Windows Server 2008 R2 family
Balmer has to go !!!!!
-
- Posts: 288
- Joined: Mon Oct 02, 2006 6:32 am
- Location: Ottawa, Ontario, Canada
Here in the AIK SP1 readme file:user_hidden wrote:funny on MS download page for WAIK 3.0 it states:.....so is this compatible with Win7 SP1 or do we still need to apply the supplement_iso ?....
http://technet.microsoft.com/en-us/library/dd349350
"..You can continue to use the Windows 7 RTM version of the Windows AIK to install both Windows 7 and Windows 7 with Service Pack 1. The Windows AIK will not be re-released to support Windows 7 with Service Pack 1. ...."
-
- Posts: 18
- Joined: Mon Oct 31, 2005 7:23 pm
- Contact:
Full details about the supplement are included in the link you posted:
Windows PE 3.1 Supplement
Windows® Preinstallation Environment (Windows PE) 3.1 is being released as an Windows Automated Installation Kit (Windows AIK) supplement for Windows 7 Service Pack 1 (SP1). Windows PE 3.1 includes all optional components and language packs. You can apply these optional components and language packs to customize the boot.wim and winre.wim images that are part of the Windows 7 SP1 installation media.
This supplement is optional. If you do not need to modify the SP1 boot.wim and winre.wim files, you can continue to use the Windows 7 RTM tools, including WinPE 3.0, without installing this supplement.
Side-by-side installation of multiple versions of the Windows AIK on the same computer is unsupported. If you require Windows PE 3.1, you must replace all Windows PE 3.0 base images, optional components, and language packs with the corresponding Windows PE 3.1 files from the supplement media.
New features in Windows PE 3.1
What's new in Windows PE 3.1:
* The number in the Version registry value is 3.1 to reflect the new Windows PE version.
* The Windows PE 3.1 base image contains Remote Network Driver Interface Specification (RNDIS) binaries. These binaries are also available for Windows PE 3.0 as a hotfix. For more information, see Knowledge Base Article ID: 979265 (http://go.microsoft.com/fwlink/?LinkId=206678).
* Windows PE 3.1 includes 802.1x binaries as an optional component. The file name of this package is WinPE-Dot3Svc.cab. This optional component is also available for Windows PE 3.0 as a hotfix. For more information, see Knowledge Base Article ID 972831(http://go.microsoft.com/fwlink/?LinkId=206072).
* The Windows PE 3.1 base image contains fixes that are related to 4k/512e drive support. These fixes are also available for Windows PE 3.0 as a hotfix. For more information, see Knowledge Base Article ID: 982018 (http://go.microsoft.com/fwlink/?LinkId=206679).
* Windows PE 3.1 includes bug fixes that are related to the Windows PE version that is included with Windows 7 SP1.
Windows PE 3.1 Supplement
Windows® Preinstallation Environment (Windows PE) 3.1 is being released as an Windows Automated Installation Kit (Windows AIK) supplement for Windows 7 Service Pack 1 (SP1). Windows PE 3.1 includes all optional components and language packs. You can apply these optional components and language packs to customize the boot.wim and winre.wim images that are part of the Windows 7 SP1 installation media.
This supplement is optional. If you do not need to modify the SP1 boot.wim and winre.wim files, you can continue to use the Windows 7 RTM tools, including WinPE 3.0, without installing this supplement.
Side-by-side installation of multiple versions of the Windows AIK on the same computer is unsupported. If you require Windows PE 3.1, you must replace all Windows PE 3.0 base images, optional components, and language packs with the corresponding Windows PE 3.1 files from the supplement media.
New features in Windows PE 3.1
What's new in Windows PE 3.1:
* The number in the Version registry value is 3.1 to reflect the new Windows PE version.
* The Windows PE 3.1 base image contains Remote Network Driver Interface Specification (RNDIS) binaries. These binaries are also available for Windows PE 3.0 as a hotfix. For more information, see Knowledge Base Article ID: 979265 (http://go.microsoft.com/fwlink/?LinkId=206678).
* Windows PE 3.1 includes 802.1x binaries as an optional component. The file name of this package is WinPE-Dot3Svc.cab. This optional component is also available for Windows PE 3.0 as a hotfix. For more information, see Knowledge Base Article ID 972831(http://go.microsoft.com/fwlink/?LinkId=206072).
* The Windows PE 3.1 base image contains fixes that are related to 4k/512e drive support. These fixes are also available for Windows PE 3.0 as a hotfix. For more information, see Knowledge Base Article ID: 982018 (http://go.microsoft.com/fwlink/?LinkId=206679).
* Windows PE 3.1 includes bug fixes that are related to the Windows PE version that is included with Windows 7 SP1.