Simplix Pack to update Live Win7 System/ Integrate hotfixes into Win7 distribution
Set allows you to update Windows 7 SP1 (x86 x64) and Server 2008 R2 SP1 live operating systems, as well as integrate the updates in the distribution (Install.wim). Can be installed on any language. Includes all critical, recommended, and security updates and updates for all versions of Internet Explorer. Source: forum.oszone.net/Simplix thread
Usually the Pack is updated approx. on 15-20th day each month!
To download UpdatePack7R2-16.4.15 (size 680 MB) please refer to the above mentioned original site.
Just in case, here are the original download mirrors for the Pack: (edit: updated April 15, 2016)
File: UpdatePack7R2-16.4.15.exe
CRC-32: f5bafcc4
MD4: 7e5a265b9cea82974cf0f5f1ba5c3663
MD5: 911395d65c263bee5bb8295662ab23ea
SHA-1: f338bcebbffe122414c422c13148d53f477dc03b
Download:
http://update7.simplix.info/UpdatePack7R2-16.4.15.exe
Mirrors:
http://rghost.ru/6pFNP9Ypt
https://mega.nz/#!ylghQYI...VtnlXF2B_IYVSzZDpy4KRSZ-8
Torrent page:
http://rutracker.org/forum/viewtopic.php?t=4445175
Changes in version 16.4.15
Added KB3133977-x86-x64, KB3137061-x86-x64, KB3138901-x86-x64, KB3139923-x86-x64, KB3146963-x86-x64, KB3147071-x86-x64
Added KB3142042-x86-x64 (replaces the KB3135988-x86-x64)
Added KB3145739-x86-x64 (replaces the KB3139852-x86-x64)
Added KB3146706-x86-x64 (replaces the KB3061518-x64, KB3097966-x86-x64, KB3126593-x86-x64, KB3140410-x86-x64)
Added KB3148198-IE11-x86-x64 (replaces the KB3139929-IE11-x86-x64)
Added KB3148851-x86-x64 (replaces the KB3112148-x86-x64)
Added KB3149090-x86-x64 (replaces the KB3072595-x86-x64, Server 2008, only R2)
The following updates are excluded:
KB971033 -x86-the x64 (Update for Windows Activation Technologies checking)
KB2952664 -x86-the x64 (System Update compatibility for migration to Windows 10)
KB2977759 -x86-the x64 (Diagnostics compatibility issues for upgrading to Windows 10)
KB3021917 -x86-the x64 (diagnostics and telemetry systems to upgrade to Windows 10)
KB3035583 -x86-the x64 (Update sets "Get Windows 10" application)
KB3068708 -x86-the x64 (Update to improve the quality of diagnostics and telemetry)
KB3075249 -x86-the x64 (Update adds a point telemetry consent.exe file)
KB3080149 -x86-the x64 (Update for CEIP program and diagnostic telemetry)
KB3081954 -x86-the x64 (Update to improve the working folders and telemetry)
KB3123862 -x86-the x64 (Opportunity to upgrade to Windows 10)
Localization
Updates themselves can be integrated on wim source with any language.
Using
For proper operation of the system must be at least 5 GB of free space on the hard drive and preferably not less than 1 GB of RAM. For flexible installation kit, you can use the following keys and key combinations:
1) To install updates on Live Windows7 System:
Key /Reboot to automatically restart if it is needed.
Key /S for a fully silent install with no windows and messages. Case is significant.
Key /Silent for passive installation - you can see the progress, but the installation is fully automatic.
Key /IE11 installs Internet Explorer 11 and its localization (optional).
Key /Temp= allows you to specify a work location (optional).
Examples:
Run command of choice from elevated Command Prompt (normally Pack should be placed in appropriate Disk or Folder):
-To install automatically and silently all updates, IE11, and restart your computer:
Code:
UpdatePack7R2.exe /ie11 /silent /reboot
*UpdatePack is renamed to UpdatePack7R2.exe (can use original name also)
- To install automatically and silently, IE11, restart computer and specify temp working location
UpdatePack7R2.exe /ie11 /silent /reboot /Temp=C:\junk
*UpdatePack is renamed to UpdatePack7R2.exe (can use original name also)
** Instead of "junk" can use any other folder
-To silently install all updates, without change of IE, and the computer does not restart:
UpdatePack7R2.exe /S
*UpdatePack is renamed to UpdatePack7R2.exe (can use original name also)
To use the Pack as it is explained above in the example, you could rename downloaded pack to UpdatePack7R2.exe
or just using original name
2) To integrate updates/hotfixes into Windows7 distirbution (install.wim):
First, to see clear information about all the editions (Index Numbers) which is loaded on the particular wim image, use this command: C:\Program Files\Windows AIK\Tools\PETools>dism /get-wiminfo /wimfile:C:\Images\install.wim (replace the path to your own).
These switches are designed to integrate the updates in this distribution:
Key /WimFile= specifies the location of wim-file, you must specify an absolute path.
Key /Index= indicates the index system in the wim-file for each index must be performed to re-integrate.
Key /Index=* allows you to integrate updates to all indexes in wim-file.
Key /Optimize to optimize the size of wim-file after the integration.
Key /AntiSMS integrates AntiSMS tool by Simplix in the System Restore, if there is a file AntiSMS.exe.
Notes:Not all updates can be integrated but they do not affect the security of the system.
Examples:
-To integrate IE11 and all the updates in one index:
UpdatePack7R2.exe /ie11 /WimFile=C:\install.wim /Index=5
(or Index 1,2,3,4..For example Ultimate in x86 is Index 5 and in x64 Ultimate is Index 4)
-To integrate IE11 and all the updates to all indexes:
Code:
UpdatePack7R2.exe /ie11 /WimFile=C:\install.wim /Index=*
-To integrate only the updates to existing products, without change of IE:
UpdatePack7R2.exe /WimFile=C:\install.wim /Index=5
(or 1,2,3,4..)
-If the system drive has no free 5 GB, you can specify folders for as image mounting and temporary files directory on any of the available disks using key /Temp=. Then the command line would look like this (for example):
UpdatePack7R2.exe /ie11 /Temp=N:\Mount /WimFile=N:\Win7\W7SP1_UPD\install.wim /Index=5
(or 1,2,3,4)
** In this example "N" is Disk or Partition with the Mount folder
- To use /Optimize Key:
UpdatePack7R2.exe /ie11 /Optimize /WimFile=C:\install.wim /Index=*
or other example
D:\temp\UpdatePack7R2.exe /ie11 /WimFile=D:\temp\install.wim /Index=1 /Optimize
(previously deleted not needed indexes)
In these examples, Pack is renamed to UpdatePack7R2.exe
Alternative Windows 7 Integator, by boss911
Download, unpack it, than follow these steps:
1. Place the distribution of Windows 7 SP1 (file * .iso) in folder named "ISO" .
2. Download and rename Simplix Pack exactly to " UpdatePack7R2-XX.XX.XX.exe " (without quotes)and place it in folder "UpdatePack7R2" .
3. Run " UP7R2Integrator.cmd " as administrator to start extracting files from the ISO.
4. Will display a list of images/OS index in "the install.wim", will need to specify the index number (1 to 5) of the OS edition, in which we want to integrate updates, or specify " * " (asterisk, without the quotes), for integration the updates in specific edition.
5. It will start subsequent integration of updates.
Finally, it will propose to create a bootable ISO image, if you agree, at the end the finished image will be situated next to the "UP7R2Integrator.cmd".
Download:
For work in Windows 7 download here
For Work in Windows 10 download here Script is updated thanks to Abbodi1406 suggestion.
Additional Functionality
To automatically install updates on a working system together with IE11 and reboot: Rename Pack to
UpdatePack7R2--ie11++.exe
and run it.
This will be absolutely the same as using the following keys:
UpdatePack7R2.exe /ie11 /silent /reboot
or
UpdatePack7R2-16.2.15.exe /ie11 /silent /reboot
Notes
-The size distribution (wim-file) will be increased by the amount of installed updates.
-Windows 7 distribution will be fully updated, with exception of few hotfixes that cannot be integrated.
-Integrated updates can be deleted even after the installation of the system.
-Updated Windows 7 distribution is fully functional with its repair options like original Win7 ISO.
-To integrate the updates in Windows XP environment you need to install DISM for XP and Vista (download from here) Note: It is not recommended to use DISM under WinXP as it is not officially supported and because of possible errors
-It is recommended to unload from memory resident anti-virus monitor for the duration of the set.
-A detailed log of the updates in the file %WinDir%\UpdatePack7.log.
-You can automatically install SP1, if it is not installed on your system. To do this, place the files Windows6.1-KB976932-X86.exe or Windows6.1-KB976932-X64.exe in the same directory with the set.
TO KEEP IT ALIVE PLEASE SUPPORT SIMPLIX PACK: Donate
Last edited by gamazet; 23 Apr 2016 at 00:53. Reason: Update April 15, 2016