I am reinstalling Win7 on my laptop and would like to use the Convenience Rollup to quicken updates installation. A google search brought me here:http://wu.krelay.de/en/ which spells out the instructions.
I append the instructions below.
My question is when I have downloaded the required updates, do I need to store them at a certain place (default location is Download folder) before I install them via WUSA on a CMD shell as mentioned in http://wu.krelay.de/en/ by Dalai ( please see instructions in pink below)?
********************************************************************************************************************************
Steps to take after Windows installation
Disable Automatic Updates:
Start > Control Panel > System and Security > Windows Update > Change settings > "Never check for updates"
Reboot the system (in case the "Windows Update" services is currently checking for updates).
Download the updates mentioned above and install them via WUSA on a CMD shell (as Administrator):
start /wait "" "%SystemRoot%\system32\wusa.exe" "C:\full\path\to\Update.msu" /quiet /norestart
Tip: Use the TAB key to let the system complete the directory and file names, to avoid typing errors.
Important: Since WUSA won't output any errors when using above command, even if an update can't be installed at all (e.g. because of wrong architecture), it's recommended to check whether the updates have been installed correctly:
Start > Control Panel > System and Security > Windows Update > Installed Updates
************************************************************************************************************************************************
Thank-you very much in advance.