Windows 7 Hotfix repository

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

  1. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    You're wrong. These updates are not superseded at all. Take a complete look into the contents of the files.
     
  2. Gladwin

    Gladwin MDL Senior Member

    Dec 20, 2012
    252
    123
    10
    Hallo McRip , may i know the KB2603229, KB2545698, KB2761217 can integrated on offline mode ? i has no idea for it why in main update and the KB2603229 is Not Integratable To Offline Image move in main update ... this hotfix is it can integrated for offline mode ?

    P.S : if have disturb it sorry for it , i just want to know the hotfix and learn it ~
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    Well according to KUC changelog :

     
  4. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    #8064 amires, Jun 25, 2013
    Last edited by a moderator: Apr 20, 2017
  5. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Office 2010 x86 and x64 25.06.2013

    The following files have been updated:

    infopath-x-none.msp
    ipeditor-x-none.msp
    publisher-x-none.msp
    visio-x-none.msp
    vviewer-x-none.msp
     
  6. Gladwin

    Gladwin MDL Senior Member

    Dec 20, 2012
    252
    123
    10
    Hello McRip , may i know is it the KB2603229 can integrated it with offline ? or just amires to said need create setupcomplete.cmd to install it ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    @Gladwin,

    If you take a look at the knowledge base article you will see that even Microsoft say that it should be run offline as you can see below

     
  8. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,519
    726
    60
    #8068 NICK@NUMBER11, Jun 26, 2013
    Last edited by a moderator: Apr 20, 2017
    Yeh you need to install through setupcomplete.cmd or manually, FYI here is my setupcomplte.com

    Code:
    @ECHO OFF
    cd %~dp0
    start /wait Silverlight.exe /Q
    start /wait mpas-fe.exe /Q
    start /wait Windows-KB890830-x64-V5.1.exe /Q
    start /wait dotNetFx45_Full_x86_x64_Slim.exe /ai
    start /wait KB2798897-rvkroots.exe  /Q:A /R:N 
    start /wait rootsupd.exe /Q:A /R:N
    start /wait wusa.exe Windows6.1-KB2533552-x64.msu /quiet /norestart
    start /wait wusa.exe Windows6.1-KB2603229-x64.msu /quiet /norestart
    RMDIR /S /Q "C:\Windows\Setup\Scripts"
    exit
     
  9. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    #8069 amires, Jun 26, 2013
    Last edited by a moderator: Apr 20, 2017
    Nice script. You really dont need to run KB890830, instead you could extract mrt.exe from it and copy it to windows\system32 folder of your mount folder during integration and it wont show on WU anymore.
     
  10. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Sources\$OEM$\$$\System32\mrt.exe
     
  11. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,623
    3,855
    90
    Updated Visual C++ runtime installer to v25a, please refer to the post 2 posts back! (a minor correction and an existing version uninstallation routine addition).
     
  12. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    I will add the .net 4.5.1 after my testing has been finished.
     
  13. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30