For adding specific patches (use it for all patches, you want to install):
.\doc\faq-enu.txt wrote:Q: Can I download/install additional patches?
A: Yes, you can adjust how the download and update scripts behave by excluding or adding patches from download or installation. For adding updates proceed as follows:
1. Adding updates to download routines
For adding an update to be downloaded, insert its download URL into the matching "StaticDownloadLinks-<platform>[-architecture>]-<language>.txt file, found in the "...\static\custom" directory. Please don't forget a trailing <CR><LF>.
2. Adding updates to installation routines
Add an update to installation by inserting its knowledge base ID (KBxxxxxx or simply xxxxxx) into the matching "StaticUpdateIds-<platform>[-<architecture>].txt file (directory "...\client\static\custom"). Please don't forget a trailing <CR><LF>.
For disabling the dynamic update download, add "skipdynamic=Enabled" at the end of UpdateGenerator.ini (if you start download by calling DownloadUpdates.cmd add "/skipdynamic" to the command line).
For disabling the dynamic update installation, add "skipdynamic=Enabled" to the [Installation] section of UpdateInstaller.ini
(if you start the installation using Update.cmd or DoUpdate.cmd add "/skipdynamic" to the command line).