Include only Security Updates

Is there a way how to configure WSUS Offline to download and install ONLY Security Updates?
For example for Windows Server 2008 Sp2 64bit a use the following settings:
WSUS Offline Updater 9.4 - unchecked options:
- Include Service Packs
- Include C++ Runtime Libraries and .NET Frameworks
- Include Microsoft Security Essentials
- Include Windows Defender definitions
UpdateInstaller config file options:
These settings install ALL Security Updates, but ALSO several Security Advisories and 1 non-security update.
Is there any setting how to include and install all security updates but nothing else?
Thank you a lot for any hints!
M.
For example for Windows Server 2008 Sp2 64bit a use the following settings:
WSUS Offline Updater 9.4 - unchecked options:
- Include Service Packs
- Include C++ Runtime Libraries and .NET Frameworks
- Include Microsoft Security Essentials
- Include Windows Defender definitions
UpdateInstaller config file options:
- Code: Select all
[Installation]
backup=Disabled
updatercerts=Disabled
instie7=Disabled
instie8=Disabled
instie9=Disabled
instie10=Disabled
instie11=Disabled
updatecpp=Disabled
instmssl=Disabled
instdotnet35=Disabled
instdotnet4=Disabled
instpsh=Disabled
instwmf=Disabled
instmsse=Disabled
updatetsc=Disabled
instofv=Disabled
all=Disabled
excludestatics=Disabled
skipdynamic=Disabled
[Control]
verify=Enabled
autoreboot=Enabled
shutdown=Disabled
[Messaging]
showlog=Disabled
[MSI]
These settings install ALL Security Updates, but ALSO several Security Advisories and 1 non-security update.
Is there any setting how to include and install all security updates but nothing else?
Thank you a lot for any hints!
M.