Windows 7 Hotfix repository

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

  1. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    KB2545698: has to do with how certain fonts are displayed in IE9
    KB2547666: You cannot delete a long URL from the browsing history of IE
    KB2552343: an update that contains drivers times out (long-standing error)
     
  2. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Not only IE9.This affects specific fonts systemwide:
    Btw: Anyone has KB2552343 download link?
    I was unable to get it from MU.
     
  3. bphlpt

    bphlpt MDL Junior Member

    Aug 2, 2010
    60
    36
    0
    As others have occasionally done, though not as often as deserved, I just wanted to add my sincerest THANK YOU to both SoLoR and burfadel for their extremely hard work, and also to all the other contributors to this thread. This is an incredible resource that is used by many, directly and indirectly, such as through Win7 Toolkit, so is invaluable in its impact. Again, Thank You.

    Cheers and Regards
     
  4. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    #2286 tomorrow, Jun 29, 2011
    Last edited by a moderator: Apr 20, 2017
    Ok i found out what was the cause of my problem (no "Service Pack 1" string in any of the dialogs).
    Apparently one of my registry tweaks was at fault.Apparently it nullified the CSDVersion:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]
    "CSDVersion"=dword:00000000
    While the original was:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]
    "CSDVersion"=dword:00000100
    Now i fixed it and restarted.Everything is normal again.
    Thankfully updates are not to blame for such a problem.
     
  5. bphlpt

    bphlpt MDL Junior Member

    Aug 2, 2010
    60
    36
    0
    @burfadel

    I hope that you are still working on adding the ability to integrate to your installer? I would assume you are just working on those last few details to make it perfect? Would providing a beta version to get more feed back from more people help, or just get in the way? No pressure, I'm sure it will be up to your usual high standards!

    Cheers and Regards
     
  6. ljprg

    ljprg MDL Member

    Dec 27, 2008
    204
    35
    10
    I'm making an updated iso of windows 7.
    Is it necessary to integrate the updates in LDR placeholders folder?
     
  7. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    From what i understand no.That is if you use burfadel's script to integrate LDR versions to an offline image like ricktendo64 explained to me one page ago.
     
  8. fredpsycho83

    fredpsycho83 MDL Junior Member

    Feb 4, 2008
    60
    56
    0
    Thx for all your work everyone !

    I'm wondering if it was possible to integrate Office 2010 SP1 msp files IN the msi/cab files from the Office 2010 DVD, like in .NET 4 with a script ...

    I have tried to changed the folders name to fit the office 2010 files and directories in the script, but when it is supposed to integrate the msp into the msi, a pop-up error message says : "you have not the privilege to do that ...." etc (don't know the exact error message, and i'm using french version)

    I think about it because it could save A LOT of space into the DVD to inject the msp instead of having all msp in the update folder, and the installation time could be smaller too i think.

    Sorry if anyone have already said if it was possible or not ...


    I have an another question : how can i use the Burfadel script to install msu/cab into offline mounted wim ? i haven't find the option in the script ?


    Thx everyone
     
  9. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    I might add an option to intergrate to an offline image to the installer script sometime in the next few days. Its probably better than that way than the script I was working on, simply because it probably should only be attempted by people that can at least mount an image :)
     
  10. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    That would be nice :)
     
  11. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    b dont do nothing fancy that mounts/unmounts, just have it detect if a image is mounted (by checking the registry) and only then give you the option to "integrate into an offline image" (maybe automatically entering path to mount folder)
     
  12. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Yes that was what i was thinking.Just select option.Enter mounted image path and continue with C - 1
    Not sure but C - 2 problably would not work for an offline image?
     
  13. fredpsycho83

    fredpsycho83 MDL Junior Member

    Feb 4, 2008
    60
    56
    0
    That's what i thought, too bad ^^

    Thx for the answer