no 2 only (KB2630021 and KB2640289) i didnt add them to repo, since i kinda didnt have time yet, kinda busy lately... also i will not add KB2599651 until there will be non beta version of it, simply because i know it will mess up other updates...
@burfadel, I am trying to modify Installer For Windows Updates V21b for integrating updates however it is not working. I am changing this line : %z%dism.exe /Online /NoRestart /Add-Package %ldr% to %z%dism.exe /Image:\win7-work\mount /Add-Package %ldr% >> d:\win7-work\logs\integrate.log The same method works with v20c however not with v21b. Could you please let me know how to fix this. Thanks a lot
You need to extract the following 3 cab files from the installer and integrate them with dism : WUClient-SelfUpdate-ActiveX.cab WUClient-SelfUpdate-Aux-TopLevel.cab WUClient-SelfUpdate-Core-TopLevel.cab
@SOLOR, I can not download any of the cmd files. I think it is a security setting of your hosting. Could you please look into this? Thanks
I am at some stage going to get rid of option 2 as for the cab install, as it can be incorporated into option 3. The Windows update agent cabs won't be counted at the moment, if I do make the change it would require slight adjustments to the installer each time it is updated, since that is hardly ever it should be ok hmmmm, not sure? maybe try: Code: %z%dism.exe /Image:"d:\win7-work\mount" /Add-Package %ldr% >>"d:\win7-work\logs\integrate%lc%.log"
I didn't mean remove the .cab install function I just mean from the main menu when you choose 1, and it asked you whether you want to install all updates, or only those that haven't been installed. I will remove option 2, as the check ability for those updates will be added to option 3. The issue with the Windows update agent update is the naming of the 3 cabs. There is no reference whether its x64 or x86, or whether its Vista/7 (from memory they are named the same), and for the check whether its installed option, the only way to check whether that version is installed is to actually extract it and check the version info. The problem with this is, if a new version comes out, the version check won't work...
good because i didnt do scan this week... i was upgrading that computer, so it was down most of the saturday...