Windows 7 Hotfix repository

Discussion in 'Windows 7' started by SoLoR, May 22, 2010.

  1. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
  2. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,371
    1,256
    60
    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...
     
  3. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    @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:D:\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
     
  4. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    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
     
  5. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    @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
     
  6. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,371
    1,256
    60
    probably... i will poke him some day :)

    yes
     
  7. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    burfadel I think you might have to add an exeption to your cmd for these IDK
     
  8. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    #3494 burfadel, Dec 9, 2011
    Last edited by a moderator: Apr 20, 2017
    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"
     
  9. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    I always ectract my updates and only have them in cab form (they take up less space this way)
     
  10. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    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...
     
  11. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,371
    1,256
    60
    good because i didnt do scan this week... i was upgrading that computer, so it was down most of the saturday...
     
  12. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90