Offline windows update installer endlessly. Diagnose problems using a special utility. Installation of Convenience Rollup

With the release of the Windows 7 operating system, a large number of different functionality and capabilities were added. Among them, we can particularly note the offline update installer. The list of its capabilities includes automatic search on official Microsoft resources and on the local computer for suitable updates and installation of them without unnecessary notification to the user, as well as an intelligent system for searching for updates according to those specified in a specific directory.

Installation methods

There are two main ways to install this software product.

  1. Download Windows 7 Update Tool. After the download is complete, create a folder called Updates and copy the installation files of the system updates you need into it. Then run the downloaded file and wait for the installation to complete. The program is designed in such a way that it automatically checks whether the next update is installed. If repeated, this file is skipped. When all work is completed, the computer will reboot. As a result, the user receives a system with all the necessary updates installed.
  2. You can use the services of the operating system itself. The tools that the auto-installer uses are fully present in the starting version of the Windows operating system and it is enough to access it correctly to start the installation. The second method involves running auto-updates using the bat executable file. Create a directory with subfolders CAB and MSU. Place the necessary updates in them according to the extension. After that, create a blank text document and copy the following into it:

@EchoOff
Title Installing Windows7 Updates
For %%A In (CAB\*.cab) Do Call: kbin %%A/quiet
For %%F In (MSU\*.msu) Do Call: msin %%F/quiet
Exit
:kbin
Start /Wait pkgmgr /ip /m:%1 /quiet /norestart:msin
Start /Wait %1 /quiet /norestart
@EchoOff
GoTo:EOF
Exit

In a nutshell, you can comment on this code as follows: read all files with the cab and msu extensions and run them without rebooting the computer and without additional messages.

Save the document in the root folder in bat format and run it. Once all installations are complete, Windows will reboot.

During the installation process, you must follow a number of rules:

  • Observe the bit size of installed updates and operating system. It is useless to try to install an update for an 86-bit system on a 64-bit Windows and vice versa.
  • Avoid express updates. This type of file is designed to eliminate critical errors and is subsequently included in the general update. Therefore, this type of file is not accepted by the autoinstaller.
  • Avoid changing directory names and locations. The script from the second point refers to specific folders with a specific location relative to the file being launched. If you do not know how to change path data in the script code, then strictly follow the specified position.

Many users very often encounter update problems in Windows 7. The system constantly displays a message that it is searching for updates, but does not find anything.

There is one solution to this problem. It is enough to manually download and install just one package from Microsoft, which will eliminate this error. Let's look at why Windows 7 Update doesn't find updates.

For quite a long time, Windows 7 Update has been causing serious problems to its users. Unfortunately, I myself belong to the group that, in its own skin, experiences problems with centering on the “seven”. On one of my computers, every time I try, the search ends with the endless message “Searching for an update...”. At first I assumed that the system was looking for updates for a long time, but when I left the computer turned on overnight, it did not bring the desired result. What should I do if Windows 7 Update doesn't work properly?

It turned out that this problem can be solved quite easily. Of course, I do not guarantee that the proposed method will solve the problem for absolutely all users, but for me it was instantly resolved manually - by installing the KB3172605 package and performing a few other simple steps. Here's what you need to do to fix the problem.

Step 1: Download the update for your system (but do not install it)

The first step is to download the KB3172605 package directly from the Microsoft website using a web browser. You will find direct links below for 32-bit and 64-bit versions.

You need to download the package, but do not install it yet - we will do this in step 4. First you need to perform two simple steps.

Important! If in the fourth step you encounter a problem installing the above package (for example, a message about system incompatibility is displayed on the screen), then instead of the above, you need to download the KB3020369 package from the links below. But only do this if the above updates are not working.

Step 2: Disable Internet access

Downloaded files should be installed when the Internet is turned off. If you are using Wi-Fi, then click on the wireless network icon in the notification area (lower right corner of the screen) and turn off the connection. If you are connected to the Internet using a network cable, you can disconnect it from your computer.

Alternatively, right-click on the network icon, select Network and Sharing Center, then go to the Change adapter settings tab and disable the network card you are using to connect to the Internet.

Step 3: Stop the Windows Update service

After disconnecting from the Internet, we need to stop the Windows Update service. To do this, press the Windows + R key combination, enter the following command in the “Run” window that appears and confirm its execution by pressing Enter:

services.msc

The System Services window will open. Find the Windows Update service in the list, then right-click on it and select Stop. Make sure the service is stopped and then close this window.

Step 4: Install package KB3172605 (or KB3020369)

Only now can you begin installing the previously downloaded KB3172605 file for your system. Run the installer file and confirm installation.

If you receive an error that the update is not compatible with your operating system, make sure you download the correct version for your system (32-bit or 64-bit). If it still gives an error, use the alternative package from the first step.

After installation, you will be prompted to restart your computer. Confirm and wait while the update is installed and the operating system boots.

After the system boots, connect to the Internet and turn on the Windows Update service (right-click on it and select “Run”).

Now go to the Windows Update window (for example, using the search bar in the Start menu) and then click on the search for updates button.

After about 5-10 minutes, a list of updates available for installation will open. In my case, the search continued for several minutes and thus finally solved the problem with the endless search in Windows Update.

Updating Windows 7 without Windows Update

Sometimes Windows 7 Update does not download updates, especially if there are a lot of them. Most often, this happens after reinstalling the system - we installed a fresh operating system and suddenly the center displays a message stating that several hundred updates are available for installation. Just downloading them one by one takes a lot of time, not to mention installing them. This is often problematic and ends with a message about restoring the computer to previous settings, since so many updates cannot be installed (the solution is to install them in small batches).

Fortunately, after several years, Microsoft decided to do something about this problem, due to the fact that many users do not properly update the "Seven" to the latest version. The company decided to put up cumulative packages for download on the Microsoft Catalog website. The packages are constantly updated and are currently available for 32-bit and 64-bit versions of Windows 7 and 64-bit Windows Server 2008 R2.

A huge advantage of this packaging is that we don't have to download hundreds of individual packages through Windows Update.
In order to install them, the “seven” must include:

  • installed Service Pack 1 (SP1);
  • package KB3020369 since April 2015

When these conditions are met, we can download a rollup package that will update our system to the latest version in one click. To do this, follow the following link using the Internet Explorer browser (unfortunately, the following page only works under IE):

Download update rollup for Windows 7 / Server 2008

When you log into the site, a list of found updates will be displayed. Three will be available for download:

  • for Windows 7 (32-bit version only);
  • for Win 7 computers based on x64 processors (64-bit version only);
  • for Windows Server 2008 R2 x64 (64-bit version only).

Download the package that matches the bit size of your Windows and install it as standard by running the installation file. The rollup requires a minimum of 4 GB of free disk space.

Today we will tell you how to solve one of the strangest problems that plague users of the Windows 7 operating system. And this problem lies in an excessively long, even eternal search for new updates.

Description of the problem

When trying to find and install new system updates, users are faced with the fact that the search takes too long and continues even many hours after it started, i.e. becomes infinite. At the same time, the Windows Update indicator continues to work, making you think that the process is in progress. However, the search does not complete even after several hours of tedious waiting - the Update Center simply freezes at the “Searching for updates” stage.

The reason for the eternal search for updates in Windows 7

There is an opinion that the reason for this is the update of the Windows Update client program, as well as the subsequent changes on the Windows Update servers. Microsoft appears to have changed how it checks for and downloads updates, so older Windows Update clients can no longer search for and download updates from the company's servers. This explains the fact that in most cases the problem occurs after a clean installation of the operating system.

Ways to solve the problem

There are several working solutions, all of them are described below. Do them one by one until the problem is resolved.

1. Manually updating Windows Update Client

This is the most effective and simple solution to the problem. In order for Windows Update to start searching for and installing updates again, you need to download the necessary updates for the Windows Update client program and install them manually. These updates are available for both 32-bit (x86) and 64-bit (x64) versions of Windows 7. You can view the bitness of the operating system in system properties.

For Windows 7 32-bit (x86):

For Windows 7 64-bit (x64):

Note: You may need to temporarily stop the Windows Update service before installing updates. You can do this by running the following command in a command prompt running as an administrator:

Once the updates are installed, restart your computer, and then search for new updates. After 10-60 minutes, Windows Update should show a list of all available updates. But if this doesn't help you, read on.

2. Installation of Convenience Rollup

In 2016, Microsoft released a large update rollup that contains almost all updates released since Windows 7 SP1 (Service Pack 1). Thus, you can try to solve the problem of endless search for updates by installing Convenience Rollup.

Again, for your convenience, we provide direct links to download the Convenience Rollup:

It is important to note that this service pack includes updates released after SP1, therefore you must have SP1 installed to install Convenience Rollup. To make sure that Service Pack 1 is installed, look at the system properties.

5. Editing DNS settings

A long search for updates may be caused by problems on the side of the provider's DNS server. Therefore, you can try to solve the problem by using free public DNS servers that provide a more reliable Internet connection.

To change the DNS address, open Network and Sharing Center.

Open the connection/adapter properties.

In the properties window, find the TCP/IPv4 protocol. Double-click the left mouse button to open the properties of this protocol.

Activate the "Use the following DNS server addresses" option and enter any of the following addresses:

Google Public DNS:

  • Preferred DNS Server: 8.8.8.8
  • Alternate DNS Server: 8.8.4.4

Yandex.DNS:

  • Preferred DNS Server: 77.88.8.8
  • Alternative DNS server: 77.88.8.1

OpenDNS:

  • Preferred DNS Server: 208.67.222.222
  • Alternate DNS server: 208.67.220.220

The new settings should take effect immediately after application. But if you don't notice any changes, try clearing your DNS cache. To do this, open a command prompt window with administrator rights and then run the command ipconfig /flushdns.

6. Checking the integrity of system files using the SFC utility

The endless search for updates can be caused by damaged or missing Windows Update files or settings. You can check and restore the integrity of these files using the built-in SFC tool. We talked about how to work with him.

Have a great day!

The update package for Windows 7 sp1 2018 Windows 7 torrent update program is UpdatePack7 (Windows 7 Offline Updates). Update package for Windows 7 64 and 32 bit system architecture, including Server 2008 R2 SP1. Quick installation of Windows 7 updates without the Internet, just download it to a flash drive to be able to install all the updates in one package.
Ideal for the case when there is no Internet connection and you have just installed a clean image of Windows 7, activated and installed the drivers, now all that’s left to do is Windows 7 Service Pack 1 for 2018 with the latest sp1 security updates in one program . Essentially, you have an update to your installed Windows 7 x64, as if you had just updated from a Microsoft server.

Program version: 18.4.15
Official site: https://blog.simplix.info/updatepack7r2/
Interface language: RUS Russian, English and others.
Treatment: Not required.
exe file size: 680 Mb

Download update package for windows 7 torrent

Note: Added integration of USB 3.0 and 3.1 drivers, this is implemented through the Win7USB3 project.

Screenshots of the program for updating Windows 7




This stand-alone UpdatePack7 update package is suitable for both newly installed Windows 7 and earlier operating system updates. Designed for LAPTOP, COMPUTER and TABLET. Just copy the UpdatePack7 file to a USB flash drive or any other drive and you can easily update the OS on your device. As the update process progresses, your PC will most likely reboot several times, this is normal! You can read more detailed information about UpdatePack7 on the official website, the link to which you will find in the description of this torrent distribution.

A common situation that many people encounter after reinstalling Windows 7 or resetting a laptop with Windows 7 preinstalled to factory settings is the subsequent downloading and installation of all released Windows 7 updates, which can take a really long time, prevent you from turning off the computer when necessary and fray your nerves.

However, there is a way to download all updates (almost all) for Windows 7 once in the form of one file and install them all at once within half an hour - Convenience Rollup Update for Windows 7 SP1 from Microsoft. Learn how to use this feature step by step in this manual.

Preparing for installation

Before proceeding directly to installing all updates, go to the “Start” menu, right-click on “Computer” and select “Properties” in the context menu.

Make sure that you have Service Pack 1 (SP1) installed. If not, you need to install it separately. Also pay attention to the bitness of your system: 32-bit (x86) or 64-bit (x64).

If SP1 is installed, go to https://support.microsoft.com/ru-ru/kb/3020369 and download the “April 2015 Servicing Stack Update for Windows 7 and Windows Sever 2008 R2” from there.

After installing the servicing stack update, you can begin installing all Windows 7 updates at once.

Download and install Windows 7 Convenience Rollup Update

The Windows 7 Convenience Rollup is available for download from the Microsoft Update Catalog site under number KB3125574: http://catalog.update.microsoft.com/v7/site/Search.aspx?q=3125574

Here you should keep in mind that you can only open this page in a working form in Internet Explorer (and the latest versions, that is, if you open it in IE pre-installed in Windows 7, you will first be asked to update the browser, and then enable the add-on to work with the update catalog).

In case, for some reason, downloading from the update catalog is difficult, below are direct download links (in theory, the addresses may change - if it suddenly stops working, please notify me in the comments):

After downloading the update (which is a single standalone update installer file), run it and just wait for the installation to complete (depending on the performance of your computer, the process may take different times, but in any case, it will take significantly less time than downloading and installing updates one at a time).

Finally, all that remains is to restart the computer and wait for the update setup to take place when turning it off and on, which also does not take too long.

Note: this method installs Windows 7 updates released before mid-May 2016 (it’s worth noting that not all of them - some of the updates, the list is on the page https://support.microsoft.com/en-us/kb/3125574 , Microsoft did not include it in the package for some reasons) - subsequent updates will still be downloaded through the Update Center.