Added FilterPack old vc++ removals in my vbs slimmer (link to vbs slimmers is on page with .net4 slim installer)
Those hotfix above are not installed initially & WU is ok with it. I have KB2679255v2 installed instead of kb2679255.
It was 2679255v2 I was referring to, but good point The WU 'satisfaction requiredness' is still a little bit of a mystery, in terms of how it actually defines whether a security etc update should be installed or not. Some of the updates are superseded, but still show, whilst others are superseded and don't. On a separate note, the reason for the code change in the installer is to greatly reduce code repetition in terms of WU satisfaction, and means if I want to alter the WU list at any stage (practically may need to be done every month) it will be a quicker and easier process.
I know, but in the changelog (Mc Rip), there are the KB2556532 and KB2644615 which are present and what are superseded and KB951422-v2 is replaced by what? I can't understand this changelog, everything is mixed
KB2556532 and KB2644615 were probably added back in since WU complains about them not being installed (even though they are superseded). If you don't want those two superseded updates installed, just remove them from the pack before installing. KB951422-v2 is replaced by KB2667402 & KB2647409.
ok thank you if you are using the updates of a repo, I see no need to use WU this is why I get lost in the changelog, the same date, you must place the superseded updates and those that replaced because I don't see KB2667402 & KB2647409 in the changelog (where KB951422-v2 is removed)
The changelog only covers things from March '12 and later. KB2647409 is old- from November '11. Just because it's not listed in the changelog doesn't mean it's not in the repo. Take a look- it's there. KB2667402 is in the changelog in the "Updated: 14.03.2012" section. It was a later date (18.04.2012) when it was discovered that KB951422-v2 was superseded, so that's why everything didn't occur on the same date.
Although KB2556532 is superseded, you need to either install the GDR branch of this file or hide it if you run the WU scan because it will flag it as important update.
I'm studying mcrip's rootdir\install.cmd questions: Code: ECHO Windows Update is being configured... Start /wait MicroSoft-Update-SFX-x64.exe ECHO. what's this? can't find the file. Code: ECHO Microsoft Windows Update Agent 7.4.7600.226 Start /wait windowsupdateagent30-x64.exe /wuforce /quiet /norestart ECHO. isn't this suppose to be KB2607070.Windows.Update.Agent\windowsupdateagent30-x64.exe ? Code: ECHO Windows Update is being satisfied. Please wait... Windows6.1-KB2545698-x64.msu /norestart /quiet Windows6.1-KB2556532-x64.msu /norestart /quiet Windows6.1-KB2644615-x64.msu /norestart /quiet Windows6.1-KB2621440-x64.msu /quiet /norestart Windows6.1-KB2639308-x64.msu /quiet /norestart Windows6.1-KB2647518-x64.msu /quiet /norestart Windows6.1-KB2665364-x64.msu /quiet /norestart Windows6.1-KB2667402-x64.msu /quiet /norestart so by extracting these, it won't satisfy WU? i need to run the .msu as is?
New KUC is out New updates: 2280390, 2680097, 2684982, 2698888 You can download all updates via KUC Also new is 2675612 for SUA (only English .exe) 2260097 supersedes: 2647841x86 2603469x64 2619914
komm I extract my msu hotfixes and only keep the smaller cab's, anyway you can add support for cab hotfixes to KUC
The following 2 updates were removed at MS and should be installed with care: 2637230 (superseded by 2685893 so no problem) windows-shell32 2665720 Windows-TerminalServices-Collaboration-Core -------------------------------- I have the following situation. I boot computer 1 and do not logon. I make a RD connection form computer 2 to computer 1. The logon is successful, but i cannot see the desktop (only "wellcome" and the "start button"). I stop RD on computer 2. I start a new RD connection from computer 2 and everything is ok. Removing 2665720 does not solve the issue.