- Joined
- Feb 18, 2002
How to make a Windows 7 SP1 ISO with updates up to OCTOBER 2016
Well the original post is in the spoiler at the end of this OCTOBER 2016 Edition of this topic:
Windows 7 Update is broken on all official Windows 7 installation media released by Microsoft.
If you have already installed Windows 7 and SP1, you will need four files to fix Windows 7 Update:
• April 2015 servicing stack update for Windows 7 file
https://support.microsoft.com/en-us/kb/3020369
• April 2016 Windows 7 SP1 Convenience Rollup update file
http://www.catalog.update.microsoft.com/Search.aspx?q=KB3125574
In case of any problems downloading that file, the same file can be downloaded using Microsoft Internet Explorer add-on from http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
You need to accept the installation of the Microsoft Update Catalog Add-on to be able to Add Microsoft downloads to the download "basket":
64-Bit Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
[Or for 32-Bit Systems: (KB3125574) 5/16/2016 316.0 MB]
• May 2016 update rollup file
https://support.microsoft.com/en-us/kb/3156417
• July 2016 update rollup file (which includes June 2016 updates):
https://support.microsoft.com/en-us/kb/3172605
Applying these four downloads ↑ and after rebooting, your Windows 7 Update should be fixed.
Next, instructions on how to fix your own Windows 7 installation media. This will shorten the time you need to spend installing Windows 7 from scratch.
[If you are making a 32-Bit installation, you will need to use 32-Bit downloads instead of 64-Bit downloads. Initial set of instructions are for 64-Bit installation.]
Create a new folder called Updates on C: drive.
Download, rename and copy these files so that the contents of C:\Updates folder are these eight files:
• 64-Bit April 2015 servicing stack update for Windows 7 file:
https://support.microsoft.com/en-us/kb/3020369
Windows6.1-KB3020369-x64.msu
• 64-Bit April 2016 Windows 7 SP1 Convenience Rollup update file:
http://www.catalog.update.microsoft.com/Search.aspx?q=KB3125574
In case of any problems downloading that file, the same file can be downloaded using Microsoft Internet Explorer add-on from http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
You need to use IE and accept the installation of the Microsoft Update Catalog IE Add-on to be able to Add Microsoft downloads to the download "basket":
64-Bit Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
AMD64-all-windows6.1-kb3125574-v4-x64.msu
• 64-Bit September 2016 servicing stack update for Windows 7 file:
https://support.microsoft.com/en-us/kb/3177467
Windows6.1-KB3177467-x64.msu
• May 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3156417
Rename the downloaded file to may2016.msu
[SKIP JUNE 2016 because July 2016 includes all June 2016 updates.]
• July 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3172605
Rename the downloaded file to july2016.msu
• August 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3179573
Rename the downloaded file to august2016.msu
• September 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3185278
Rename the downloaded file to september2016.msu
• October 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3185330
Rename the downloaded file to october2016.msu
In addition to the eight files listed above, in order to make a fixed Windows 7 installation media, you will also need to download and install KB3AIK_EN.iso:
• Windows Automated Installation Kit (AIK) for Windows 7:
https://www.microsoft.com/en-us/download/details.aspx?id=5753
[Microsoft .NET is required to run it.]
MAKE SURE YOU HAVE AT LEAST 20GB OF EMPTY HARD DRIVE SPACE
Copy/paste command lines below and pay strict attention to command lines you are executing, and the process will take about 15 minutes. However, if you experiment with or make a single typo in the command lines below, the process may take several hours since you may have difficulty deleting the installation files from your system as they will get locked if you make a typo. This is why it's important to look over command lines two or three times before executing them.
00. The objective is to fix your own Windows 7 + Service Pack 1 integrated .iso
Owners of retail, non-OEM Windows 7 licenses can download the (now broken) Windows 7 + Service Pack 1 integrated .iso from:
https://www.microsoft.com/en-us/software-download/windows7
01. Extract your own Windows 7 + Service Pack 1 iso to C:\Win7SP1ISO
This means, go to C: drive and create a folder named Win7SP1ISO
02. Make a new folder C:\Win7SP1ISO\offline
This means, go to C: drive and inside a folder named Win7SP1ISO, create a folder named offline
03. Run this command from Command Prompt as an Administrator:
Dism /Mount-WIM /WimFile:C:\Win7SP1ISO\sources\install.wim /Name:"Windows 7 ULTIMATE" /MountDir:C:\Win7SP1ISO\offline
If you have a different version of Windows 7, then replace the word ULTIMATE with the version of Windows 7 you have.
If you do not know which version of Windows 7 you have, use this command to see what is next to Name:
Dism /Get-WIMInfo /WimFile:C:\Win7SP1ISO\sources\install.wim
04. Make sure that April 2015 servicing stack update for Windows 7 file and April 2016 Windows 7 SP1 Convenience Rollup update file are inside C:\Updates:
Windows6.1-KB3020369-x64.msu and AMD64-all-windows6.1-kb3125574-v4-x64.msu
05. Integrate April 2015 Servicing Stack Update:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3020369-x64.msu
[Change name of .msu file if you are integrating a 32-bit / different version file.]
06. Integrate Convenience Rollup update package:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\AMD64-all-windows6.1-kb3125574-v4-x64.msu
[Change name of .msu file if you are integrating a 32-bit / different version file.]
[This step takes a while.]
07. Windows 7 Update will still be broken, unless at least May 2016 through July 2016 rollups are included.
For the five renamed monthly rollup files included inside C:\Updates
may2016.msu, july2016.msu, august2016.msu, september2016.msu and october2016.msu
Execute these five lines:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\may2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\july2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\august2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\september2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\october2016.msu
08. Make sure that September 2016 servicing stack update for Windows 7 file is inside C:\Updates
Windows6.1-KB3177467-x64.msu
09. Run this command from Command Prompt as an Administrator:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3177467-x64.msu
[Change name of .msu file if you are integrating a 32-bit / different version file.]
10. Commit the changes and unmount the image:
Dism /Unmount-WIM /MountDir:C:\Win7SP1ISO\offline /Commit
= = = = =
Now you are ready to create a new Windows7Updated.iso which will include all monthly rollups through October 2016:
09. Download and install the Windows Automated Installation Kit (AIK) for Windows 7 under Windows Vista/7/8/10:
https://www.microsoft.com/en-us/download/details.aspx?id=5753
Microsoft .NET is required for Windows AIK to install.
10. Start > All Programs > Microsoft Windows AIK >
Run Deployment Tools Command Prompt as an Administrator.
oscdimg -m -u2 -bC:\Win7SP1ISO\boot\etfsboot.com C:\Win7SP1ISO\ C:\Windows7Updated.iso
Use any burning software to make a DVD using the Windows7Updated.iso which is already bootable.
You can also make a bootable USB, using the Windows7Updated.iso file and
https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool
or
https://rufus.akeo.ie/
[Click on the disk icon next to: Create a bootable disk using ISO Image.]
Original old August 2016 post:
Well the original post is in the spoiler at the end of this OCTOBER 2016 Edition of this topic:
Windows 7 Update is broken on all official Windows 7 installation media released by Microsoft.
If you have already installed Windows 7 and SP1, you will need four files to fix Windows 7 Update:
• April 2015 servicing stack update for Windows 7 file
https://support.microsoft.com/en-us/kb/3020369
• April 2016 Windows 7 SP1 Convenience Rollup update file
http://www.catalog.update.microsoft.com/Search.aspx?q=KB3125574
In case of any problems downloading that file, the same file can be downloaded using Microsoft Internet Explorer add-on from http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
You need to accept the installation of the Microsoft Update Catalog Add-on to be able to Add Microsoft downloads to the download "basket":
64-Bit Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
[Or for 32-Bit Systems: (KB3125574) 5/16/2016 316.0 MB]
• May 2016 update rollup file
https://support.microsoft.com/en-us/kb/3156417
• July 2016 update rollup file (which includes June 2016 updates):
https://support.microsoft.com/en-us/kb/3172605
Applying these four downloads ↑ and after rebooting, your Windows 7 Update should be fixed.
Next, instructions on how to fix your own Windows 7 installation media. This will shorten the time you need to spend installing Windows 7 from scratch.
[If you are making a 32-Bit installation, you will need to use 32-Bit downloads instead of 64-Bit downloads. Initial set of instructions are for 64-Bit installation.]
Create a new folder called Updates on C: drive.
Download, rename and copy these files so that the contents of C:\Updates folder are these eight files:
• 64-Bit April 2015 servicing stack update for Windows 7 file:
https://support.microsoft.com/en-us/kb/3020369
Windows6.1-KB3020369-x64.msu
• 64-Bit April 2016 Windows 7 SP1 Convenience Rollup update file:
http://www.catalog.update.microsoft.com/Search.aspx?q=KB3125574
In case of any problems downloading that file, the same file can be downloaded using Microsoft Internet Explorer add-on from http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
You need to use IE and accept the installation of the Microsoft Update Catalog IE Add-on to be able to Add Microsoft downloads to the download "basket":
64-Bit Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
AMD64-all-windows6.1-kb3125574-v4-x64.msu
• 64-Bit September 2016 servicing stack update for Windows 7 file:
https://support.microsoft.com/en-us/kb/3177467
Windows6.1-KB3177467-x64.msu
• May 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3156417
Rename the downloaded file to may2016.msu
[SKIP JUNE 2016 because July 2016 includes all June 2016 updates.]
• July 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3172605
Rename the downloaded file to july2016.msu
• August 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3179573
Rename the downloaded file to august2016.msu
• September 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3185278
Rename the downloaded file to september2016.msu
• October 2016 update rollup file:
https://support.microsoft.com/en-us/kb/3185330
Rename the downloaded file to october2016.msu
In addition to the eight files listed above, in order to make a fixed Windows 7 installation media, you will also need to download and install KB3AIK_EN.iso:
• Windows Automated Installation Kit (AIK) for Windows 7:
https://www.microsoft.com/en-us/download/details.aspx?id=5753
[Microsoft .NET is required to run it.]
MAKE SURE YOU HAVE AT LEAST 20GB OF EMPTY HARD DRIVE SPACE
Copy/paste command lines below and pay strict attention to command lines you are executing, and the process will take about 15 minutes. However, if you experiment with or make a single typo in the command lines below, the process may take several hours since you may have difficulty deleting the installation files from your system as they will get locked if you make a typo. This is why it's important to look over command lines two or three times before executing them.
00. The objective is to fix your own Windows 7 + Service Pack 1 integrated .iso
Owners of retail, non-OEM Windows 7 licenses can download the (now broken) Windows 7 + Service Pack 1 integrated .iso from:
https://www.microsoft.com/en-us/software-download/windows7
01. Extract your own Windows 7 + Service Pack 1 iso to C:\Win7SP1ISO
This means, go to C: drive and create a folder named Win7SP1ISO
02. Make a new folder C:\Win7SP1ISO\offline
This means, go to C: drive and inside a folder named Win7SP1ISO, create a folder named offline
03. Run this command from Command Prompt as an Administrator:
Dism /Mount-WIM /WimFile:C:\Win7SP1ISO\sources\install.wim /Name:"Windows 7 ULTIMATE" /MountDir:C:\Win7SP1ISO\offline
If you have a different version of Windows 7, then replace the word ULTIMATE with the version of Windows 7 you have.
If you do not know which version of Windows 7 you have, use this command to see what is next to Name:
Dism /Get-WIMInfo /WimFile:C:\Win7SP1ISO\sources\install.wim
04. Make sure that April 2015 servicing stack update for Windows 7 file and April 2016 Windows 7 SP1 Convenience Rollup update file are inside C:\Updates:
Windows6.1-KB3020369-x64.msu and AMD64-all-windows6.1-kb3125574-v4-x64.msu
05. Integrate April 2015 Servicing Stack Update:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3020369-x64.msu
[Change name of .msu file if you are integrating a 32-bit / different version file.]
06. Integrate Convenience Rollup update package:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\AMD64-all-windows6.1-kb3125574-v4-x64.msu
[Change name of .msu file if you are integrating a 32-bit / different version file.]
[This step takes a while.]
07. Windows 7 Update will still be broken, unless at least May 2016 through July 2016 rollups are included.
For the five renamed monthly rollup files included inside C:\Updates
may2016.msu, july2016.msu, august2016.msu, september2016.msu and october2016.msu
Execute these five lines:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\may2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\july2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\august2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\september2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\october2016.msu
08. Make sure that September 2016 servicing stack update for Windows 7 file is inside C:\Updates
Windows6.1-KB3177467-x64.msu
09. Run this command from Command Prompt as an Administrator:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3177467-x64.msu
[Change name of .msu file if you are integrating a 32-bit / different version file.]
10. Commit the changes and unmount the image:
Dism /Unmount-WIM /MountDir:C:\Win7SP1ISO\offline /Commit
= = = = =
Now you are ready to create a new Windows7Updated.iso which will include all monthly rollups through October 2016:
09. Download and install the Windows Automated Installation Kit (AIK) for Windows 7 under Windows Vista/7/8/10:
https://www.microsoft.com/en-us/download/details.aspx?id=5753
Microsoft .NET is required for Windows AIK to install.
10. Start > All Programs > Microsoft Windows AIK >
Run Deployment Tools Command Prompt as an Administrator.
oscdimg -m -u2 -bC:\Win7SP1ISO\boot\etfsboot.com C:\Win7SP1ISO\ C:\Windows7Updated.iso
Use any burning software to make a DVD using the Windows7Updated.iso which is already bootable.
You can also make a bootable USB, using the Windows7Updated.iso file and
https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool
or
https://rufus.akeo.ie/
[Click on the disk icon next to: Create a bootable disk using ISO Image.]
Original old August 2016 post:
Windows 7 SP1 Convenience Rollup contains all the security and non-security fixes released in more than five years since the release of Windows 7 Service Pack 1 in February 2011.
Here's how to make a single installation ISO which includes all Windows 7 updates up to 2016.
https://blogs.technet.microsoft.com...17/simplifying-updates-for-windows-7-and-8-1/
gives a download link which only works with Internet Explorer and not other browsers:
• http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
[You need to install the Microsoft Update Catalog Add-on to be able to Add the downloads to download "basket"...]
Update for Windows 7 32-Bit (KB3125574) 5/16/2016 316.0 MB
and/or
Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
• April 2015 servicing stack update for Windows 7 will be required:
https://support.microsoft.com/en-us/kb/3020369
• Windows Automated Installation Kit (AIK) for Windows 7 will also be needed:
https://www.microsoft.com/en-us/download/details.aspx?id=5753
(AIK can only be installed on a machine where Microsoft .net Framework is already installed.)
= = =
EDIT: DETAILED INTERNET EXPLORER INSTRUCTIONS:
This is the download link which only works with Internet Explorer and not other browsers:
http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
You should get an Internet Explorer pop-up at the bottom of the screen:
This website wants to install the following add-on: 'Microsoft Update Catalog' from 'Microsoft Corporation'.
Click on Install.
[You need to install the Microsoft Update Catalog Add-on to be able to Add the downloads to download "basket"...]
Click on Add next to these two entries:
Update for Windows 7 (KB3125574) 5/16/2016 316.0 MB
Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
Click on view basket > Download > Browse.... to where you'd like to save these two files > OK > Continue >
The downloads will begin to your chosen directory destination.
= = =
Now rename and copy all the files from above to folder C:\Updates:
• 64-Bit April 2016 Windows 7 SP1 Convenience Rollup update file (KB3125574):
AMD64-all-windows6.1-kb3125574-v4-x64.msu
• 64-Bit April 2015 Servicing Stack Update for Windows 7 file:
Windows6.1-KB3020369-x64.msu
or
• 32-Bit April 2016 Windows 7 SP1 Convenience Rollup update file (KB3125574):
X86-all-windows6.1-kb3125574-v4-x86.msu
• 32-Bit April 2015 Servicing Stack Update for Windows 7 file:
Windows6.1-KB3020369-x86.msu
• Windows Automated Installation Kit (AIK) for Windows 7 file:
KB3AIK_EN.iso
MAKE SURE YOU HAVE PLENTY OF EMPTY HARD DRIVE SPACE
0. Download Windows 7 + Service Pack 1 integrated Disc Images (ISO Files) from
https://www.microsoft.com/en-us/software-download/windows7
Or use your own Win7+SP1 if you already have it.
1. Extract Windows 7 + Service Pack 1 iso to C:\Win7SP1ISO
[Look up how to extract contents of an .iso file if you don't know how.]
2. Make a new folder C:\Win7SP1ISO\offline [EDIT: this means go to C: drive and create a folder named Win7SP1ISO and inside it, create a folder named offline.]
3. Make sure that Windows 7 SP1 convenience rollup .msu file and April 2015 servicing stack update .msu file are in C:\updates
4. Run this command from DOS as an Administrator:
Dism /Mount-WIM /WimFile:C:\Win7SP1ISO\sources\install.wim /Name:"Windows 7 ULTIMATE" /MountDir:C:\Win7SP1ISO\offline
If you have a different version of Windows 7, then replace the word ULTIMATE with the version of Windows 7 you have.
If you do not know which version of Windows 7 you have, use this command to see what is next to Name:
Dism /Get-WIMInfo /WimFile:C:\Win7SP1ISO\sources\install.wim
5. Integrate Servicing Stack Update:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3020369-x64.msu
Change name of .msu file if you are integrating a 32-bit / different version file:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3020369-x86.msu
6. Integrate Convenience Rollup update package:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\AMD64-all-windows6.1-kb3125574-v4-x64.msu
Change name of .msu file if you are integrating a 32-bit / different version file:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\X86-all-windows6.1-kb3125574-v4-x86.msu
[This step takes a while.]
6a. Windows 7 Update is broken unless additional rollups are installed.
Download these three files for your system:
• May 2016 update rollup
https://support.microsoft.com/en-us/kb/3156417
Rename the downloaded file to may2016.msu
[SKIP JUNE 2016 because Microsoft claims it is superseded by July]
• July 2016 update rollup
https://support.microsoft.com/en-us/kb/3172605
Rename the downloaded file to july2016.msu
• August 2016 update rollup
https://support.microsoft.com/en-us/kb/3179573
Rename the downloaded file to august2016.msu
• September 2016 update rollup
https://support.microsoft.com/en-us/kb/3185278
Rename the downloaded file to september2016.msu
Copy your four files, which are now named may2016.msu, july2016.msu, august2016.msu and september2016.msu to C:\updates
Execute these four lines:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\may2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\july2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\august2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\september2016.msu
7. Commit the changes and unmount the image:
Dism /Unmount-WIM /MountDir:C:\Win7SP1ISO\offline /Commit
= = = = =
Create a new Windows7Updated.iso installation which will include all updates through August 2016:
8. If you haven't already, download and install the Windows Automated Installation Kit (AIK) for Windows 7 on Windows Vista/7/8/10:
https://www.microsoft.com/en-us/download/details.aspx?id=5753
EDIT: Microsoft .net Framework must be already installed on the machine before installing AIK.
Select Windows AIK Setup to install.
9. Start > All Programs > Microsoft Windows AIK.
Run Deployment Tools Command Prompt as an Administrator.
oscdimg -m -u2 -bC:\Win7SP1ISO\boot\etfsboot.com C:\Win7SP1ISO\ C:\Windows7Updated.iso
Use any burning software to make a DVD, which should already be bootable.
Preferably make a bootable USB, using the .iso and
https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool
or
https://rufus.akeo.ie/
* * * * *
* * * * *
EDIT:
FOR ALREADY INSTALLED WINDOWS 7 on which Windows 7 Update is broken:
....However, we can now freely say, based on tests, that if you did not update Windows 7 since April 2015, your Windows 7 Update is very likely very broken.
You need four things to fix it:
• April 2015 servicing stack update for Windows 7 file
https://support.microsoft.com/en-us/kb/3020369
• April 2016 Windows 7 SP1 Convenience Rollup update file
• May 2016 update rollup
https://support.microsoft.com/en-us/kb/3156417
• July 2016 update rollup file (which includes June 2016 updates).
https://support.microsoft.com/en-us/kb/3172605
April 2016 Windows 7 SP1 Convenience Rollup update file can only be downloaded using Microsoft Internet Explorer and no other browser from
http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
[You need to install the Microsoft Update Catalog Add-on to be able to Add the downloads to download "basket"...]
You need either a 32-Bit file or a 64-Bit file.
32-Bit Update for Windows 7 (KB3125574) 5/16/2016 316.0 MB
or
64-Bit Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
Here's how to make a single installation ISO which includes all Windows 7 updates up to 2016.
https://blogs.technet.microsoft.com...17/simplifying-updates-for-windows-7-and-8-1/
gives a download link which only works with Internet Explorer and not other browsers:
• http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
[You need to install the Microsoft Update Catalog Add-on to be able to Add the downloads to download "basket"...]
Update for Windows 7 32-Bit (KB3125574) 5/16/2016 316.0 MB
and/or
Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
• April 2015 servicing stack update for Windows 7 will be required:
https://support.microsoft.com/en-us/kb/3020369
• Windows Automated Installation Kit (AIK) for Windows 7 will also be needed:
https://www.microsoft.com/en-us/download/details.aspx?id=5753
(AIK can only be installed on a machine where Microsoft .net Framework is already installed.)
= = =
EDIT: DETAILED INTERNET EXPLORER INSTRUCTIONS:
This is the download link which only works with Internet Explorer and not other browsers:
http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
You should get an Internet Explorer pop-up at the bottom of the screen:
This website wants to install the following add-on: 'Microsoft Update Catalog' from 'Microsoft Corporation'.
Click on Install.
[You need to install the Microsoft Update Catalog Add-on to be able to Add the downloads to download "basket"...]
Click on Add next to these two entries:
Update for Windows 7 (KB3125574) 5/16/2016 316.0 MB
Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
Click on view basket > Download > Browse.... to where you'd like to save these two files > OK > Continue >
The downloads will begin to your chosen directory destination.
= = =
Now rename and copy all the files from above to folder C:\Updates:
• 64-Bit April 2016 Windows 7 SP1 Convenience Rollup update file (KB3125574):
AMD64-all-windows6.1-kb3125574-v4-x64.msu
• 64-Bit April 2015 Servicing Stack Update for Windows 7 file:
Windows6.1-KB3020369-x64.msu
or
• 32-Bit April 2016 Windows 7 SP1 Convenience Rollup update file (KB3125574):
X86-all-windows6.1-kb3125574-v4-x86.msu
• 32-Bit April 2015 Servicing Stack Update for Windows 7 file:
Windows6.1-KB3020369-x86.msu
• Windows Automated Installation Kit (AIK) for Windows 7 file:
KB3AIK_EN.iso
MAKE SURE YOU HAVE PLENTY OF EMPTY HARD DRIVE SPACE
0. Download Windows 7 + Service Pack 1 integrated Disc Images (ISO Files) from
https://www.microsoft.com/en-us/software-download/windows7
Or use your own Win7+SP1 if you already have it.
1. Extract Windows 7 + Service Pack 1 iso to C:\Win7SP1ISO
[Look up how to extract contents of an .iso file if you don't know how.]
2. Make a new folder C:\Win7SP1ISO\offline [EDIT: this means go to C: drive and create a folder named Win7SP1ISO and inside it, create a folder named offline.]
3. Make sure that Windows 7 SP1 convenience rollup .msu file and April 2015 servicing stack update .msu file are in C:\updates
4. Run this command from DOS as an Administrator:
Dism /Mount-WIM /WimFile:C:\Win7SP1ISO\sources\install.wim /Name:"Windows 7 ULTIMATE" /MountDir:C:\Win7SP1ISO\offline
If you have a different version of Windows 7, then replace the word ULTIMATE with the version of Windows 7 you have.
If you do not know which version of Windows 7 you have, use this command to see what is next to Name:
Dism /Get-WIMInfo /WimFile:C:\Win7SP1ISO\sources\install.wim
5. Integrate Servicing Stack Update:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3020369-x64.msu
Change name of .msu file if you are integrating a 32-bit / different version file:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\Windows6.1-KB3020369-x86.msu
6. Integrate Convenience Rollup update package:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\AMD64-all-windows6.1-kb3125574-v4-x64.msu
Change name of .msu file if you are integrating a 32-bit / different version file:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\X86-all-windows6.1-kb3125574-v4-x86.msu
[This step takes a while.]
6a. Windows 7 Update is broken unless additional rollups are installed.
Download these three files for your system:
• May 2016 update rollup
https://support.microsoft.com/en-us/kb/3156417
Rename the downloaded file to may2016.msu
[SKIP JUNE 2016 because Microsoft claims it is superseded by July]
• July 2016 update rollup
https://support.microsoft.com/en-us/kb/3172605
Rename the downloaded file to july2016.msu
• August 2016 update rollup
https://support.microsoft.com/en-us/kb/3179573
Rename the downloaded file to august2016.msu
• September 2016 update rollup
https://support.microsoft.com/en-us/kb/3185278
Rename the downloaded file to september2016.msu
Copy your four files, which are now named may2016.msu, july2016.msu, august2016.msu and september2016.msu to C:\updates
Execute these four lines:
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\may2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\july2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\august2016.msu
Dism /Image:C:\Win7SP1ISO\offline /Add-Package /PackagePath:C:\updates\september2016.msu
7. Commit the changes and unmount the image:
Dism /Unmount-WIM /MountDir:C:\Win7SP1ISO\offline /Commit
= = = = =
Create a new Windows7Updated.iso installation which will include all updates through August 2016:
8. If you haven't already, download and install the Windows Automated Installation Kit (AIK) for Windows 7 on Windows Vista/7/8/10:
https://www.microsoft.com/en-us/download/details.aspx?id=5753
EDIT: Microsoft .net Framework must be already installed on the machine before installing AIK.
Select Windows AIK Setup to install.
9. Start > All Programs > Microsoft Windows AIK.
Run Deployment Tools Command Prompt as an Administrator.
oscdimg -m -u2 -bC:\Win7SP1ISO\boot\etfsboot.com C:\Win7SP1ISO\ C:\Windows7Updated.iso
Use any burning software to make a DVD, which should already be bootable.
Preferably make a bootable USB, using the .iso and
https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool
or
https://rufus.akeo.ie/
* * * * *
* * * * *
EDIT:
FOR ALREADY INSTALLED WINDOWS 7 on which Windows 7 Update is broken:
....However, we can now freely say, based on tests, that if you did not update Windows 7 since April 2015, your Windows 7 Update is very likely very broken.
You need four things to fix it:
• April 2015 servicing stack update for Windows 7 file
https://support.microsoft.com/en-us/kb/3020369
• April 2016 Windows 7 SP1 Convenience Rollup update file
• May 2016 update rollup
https://support.microsoft.com/en-us/kb/3156417
• July 2016 update rollup file (which includes June 2016 updates).
https://support.microsoft.com/en-us/kb/3172605
April 2016 Windows 7 SP1 Convenience Rollup update file can only be downloaded using Microsoft Internet Explorer and no other browser from
http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574
[You need to install the Microsoft Update Catalog Add-on to be able to Add the downloads to download "basket"...]
You need either a 32-Bit file or a 64-Bit file.
32-Bit Update for Windows 7 (KB3125574) 5/16/2016 316.0 MB
or
64-Bit Update for Windows 7 for x64-based Systems (KB3125574) 5/16/2016 476.9 MB
Last edited: