Windows 7 Hotfix repository

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

  1. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,990
    629
    60
    is it possible to integrate the ISO, the DirectX.End-User.Runtimes. (June 2010)?

    we must do as an update?

    thanks
     
  2. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    So no issues with the v21 test3 update script?
     
  3. x86

    x86 MDL Addicted

    Jul 8, 2011
    947
    219
    30
    I saw this earlier in the thread:

    I think it might just be easier to install after the installation of 7. I am not sure if you can use RT7lite (i.e. Integration -> Applications) or something similar that supports silent installers :confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    #2384 tomorrow, Jul 9, 2011
    Last edited by a moderator: Apr 20, 2017
    DirectX defenetly supports silent install and it's reather easy:

    Code:
    "{file}" /Q /T:"%temp%"
    "%temp%\DXSETUP.exe" /SILENT
    Where "{file}" is the offline executable.
     
  5. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    #2385 amires, Jul 9, 2011
    Last edited by a moderator: Apr 20, 2017
    I install these using setupcomplete method. For anyone who is interested this is the content of my setupcomplete.cmd :

    Code:
    @echo off
    
    for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:
    
    start /wait %cdrom%\install\directx\dxsetup.exe /silent
    start /wait %cdrom%\install\Silverlight.exe /q
    start /wait %cdrom%\install\mpas-fex64.exe -q
    start /wait %cdrom%\install\install_flash_player_ax.exe -install
    start /wait %cdrom%\install\dotNet40\netfx_Core_x64.msi EXTUI=1
    start /wait %windir%\Microsoft.NET\Framework\v4.0.30319\ngen executequeueditems
    start /wait %windir%\Microsoft.NET\Framework64\v4.0.30319\ngen executequeueditems
    start /wait %cdrom%\install\java6u26.exe -ai
    start /wait dism.exe /Online /Add-Package /PackagePath:%cdrom%\install\kb2533552\Windows6.1-KB2533552-x64.cab /Quiet /NoRestart
    
    DEL /F /Q %0% >nul
    
     
  6. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    Sorry b have not had time to test, maybe patch tuesday will do another fresh install

    BTW love what you did with the office updates SoLoR
     
  7. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    @ Solace88: When you say you used the previous NET4 without issues do you mean you slipstreamed it or installed it live? To be honest I was not aware it could be slipstreamed, but otherwise I've heard no problems with live installs. So I'm not sure what to tell you on this... Sorry.


    On another note: KB2478662 -- any word on this update yet? It's a security update for Net3.51 but can't find it in SoLoR's list although it's been out for a bit, plus Win Update is telling me about it.
     
  8. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,067
    30

    replaced with 2497453?
     
  9. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,990
    629
    60
    on my PC, the version file system.dll is 2.0.50727.5660 (on %WINDIR%\Microsoft.NET\Framework64\v2.0.50727)
    with this update is 2.0.50727.5650....
     
  10. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    Not sure... kb article sure sounds like it's a different fix. Plus I already had 2497453 integrated+installed, so why would the KB2478662 show up as the only update there?

    Come back SoLoR, we need you :friends2:
     
  11. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,371
    1,256
    60
    i dont know why WU wants to push KB2478662 on us, even if we have KB2497453 installed already.... KB2497453 superseeds KB2478662.

    also as komm already pointed out, there are only 2 new updates this week, one for IE8 and otherone is for IIS.
     
  12. mohamedkamel

    mohamedkamel MDL Addicted

    Jul 5, 2011
    532
    166
    30
    Thank you Solor and Terminx for this great thread.

    But, I have a question and it might be answered here before, please.
    How to install these updates? One by one as standalone software or put them somewhere in windows folder?

    Sorry for this seemingly stupid question, but here I learn something new everyday :thumbsup:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. x86

    x86 MDL Addicted

    Jul 8, 2011
    947
    219
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    Thanks for weighing in though... It just seems more true when you say it :D
     
  15. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
    @Trinket
    Just remember this great advice given by SoLoR not long ago, If you ever encounter any update that appears on Windows Update but is superseeded according to SoLoR's repo, just hide it on Windows Update. There is no need to install the outdated update, since it wastes hard disk space. After all, as SoLoR stated, Windows Update is not very reliable. Just trust SoLoR's repo, rather than Windows Update. :thumbsup:
     
  16. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    Oh I know, I just couldn't find mention of that update in the list so wasn't sure if it in fact superseded or not. I actually NEVER connect to Win Update, but for some reason the reg tweak that disabled it failed on one install so that is how I found out (real fluke thing). Plus we hadn't heard from him in a while, etc. I been following SoLoR since he was sharing the updates via his SkyDrive so I know ;)
     
  17. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60