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
    DigiNotar? afaik some of those where compromised thats why everyone is making this security patches (also mozzila, opera....)... i will just trust latest hotfix for now, if MS made a mistake im sure they will release out of band hotfix...
     
  3. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Need quick answer.Are these superseded?
    KB2563894 (Security Update)
    KB2533523 (.NET 4 Update)

    Because windows update is offering these.Didn't find them in burfadel's superseded script list nor in SoLoR's repo.
     
  4. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    Not important?

     
  5. asfaltas

    asfaltas MDL Senior Member

    Aug 23, 2009
    445
    83
    10
    SoLoR when win7 sp2 beta starts ? :cool:
     
  6. digital john

    digital john MDL Senior Member

    Mar 30, 2008
    265
    69
    10
    sp2 beta already?
     
  7. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,371
    1,256
    60
    no idea, since i have a job i dont have that much time to follow this as close as i usually did....
     
  8. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    burfadel i just noticed that when using test4g version installscript it leaves behind empty folder named m in the folder where i run it from.
    It's empty so no problem.Just mentioning.

    Trinket, can we expect new version of the unified .NET 4 installer of yours?
     
  9. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    hmmm, couldn't replicate that and can't see why it would do it, what options are you choosing, and are you running it from the folder that already has the updates in it or stating where the updates are when prompted?
     
  10. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Ok let me remember now.
    Since i had problems with some updates not installing i decided to break all updates into 50 part folders (1 folder - 50 updates).
    And then i used option C --> 1 on them.
    Two 50 update batches had problems so on those i used C --> 2

    I might be mistaken but with option C --> 2 the m folder was not created.
     
  11. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    #2856 Trinket, Sep 15, 2011
    Last edited by a moderator: Apr 20, 2017
  12. dolivas

    dolivas MDL Junior Member

    Jan 31, 2008
    51
    23
    0
    #2857 dolivas, Sep 16, 2011
    Last edited by a moderator: Apr 20, 2017
    Hi Trinket,

    Thanks for another update I have a few questions for you. I noticed you did not include the icon fix for uninstall that rick posted about? If you have not figured out how to make it work please let me know I have it working here on my end. Now I just tried your latest release and noticed that Microsoft is still saying I need KB2539636 (I fixed this one in my installer by including the update. Yes I know it should not be needed.) Microsoft is also still stating that KB2468871 is still needed I have this same problem with my installer is there a know problem with this update? as of right now this is the only problem I still have to fix.

     
  13. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    #2858 Trinket, Sep 16, 2011
    Last edited by a moderator: Apr 20, 2017
    Hi Dolivas,

    About the uninstall icon: Rick sent me several mst's that were supposed to get the uninstall icon to display, but they did not work for me. Communication then stopped so I left it there. Frankly, I don't care about the uninstall icon because I hadn't even noticed it until it was brought up :) But if you have a working mst for it, please share so we can all benefit from it.

    As for KB2539636, I did make a version (posted at RyanVM) that had this update included as well, to silence WU. Personally I run a reg tweak along with the installer that will 'trick' WU into thinking this update is already installed:

    for x86:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Microsoft .NET Framework 4 Client Profile]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Microsoft .NET Framework 4 Client Profile\KB2539636]
    "ThisVersionInstalled"="Y"
    "InstallerName"="Windows Installer"
    "InstallerVersion"="5.00"
    "PackageName"="Security Update for Microsoft .NET Framework 4 Client Profile (KB2539636)"
    "PackageVersion"="1"
    "Publisher"="Microsoft Corporation"
    "PublishingGroup"="Developer Division"
    "ReleaseType"="Security Update"
    for x64:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Updates\Microsoft .NET Framework 4 Client Profile]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Updates\Microsoft .NET Framework 4 Client Profile\KB2539636]
    "ThisVersionInstalled"="Y"
    "InstallerName"="Windows Installer"
    "InstallerVersion"="5.00"
    "PackageName"="Security Update for Microsoft .NET Framework 4 Client Profile (KB2539636)"
    "PackageVersion"="1"
    "Publisher"="Microsoft Corporation"
    "PublishingGroup"="Developer Division"
    "ReleaseType"="Security Update"
     
  14. dolivas

    dolivas MDL Junior Member

    Jan 31, 2008
    51
    23
    0
    Hi Trinket,

    Thanks for the info on the reg key. I will update the info here on the icon in a little bit. Now what about KB2468871 still showing on Wu do you have that problem? I have tried it on X86 and X64 with the same results.

    Thanks,
    dolivas
     
  15. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    No, KB2468871 does not show up for me. Of course, I integrated it into the installer -- are you sure you did as well? If not sure, try to uninstall your NET4, install mine, and then see what WU does. But I just checked it again and that update does not show up on WU (WU shows no NET4 updates).