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
    Dude! what is the fetish with non existent updates?

    You are asking to read Microsoft's mind and predict when they will release a hotfix
     
  2. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    :rolleyes::)
     
  3. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    shall I laugh or shall I cry?
     
  4. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    #5664 McRip, Jul 3, 2012
    Last edited by a moderator: Apr 20, 2017
    You are using the wrong command for uninstalling office hotfixes. The correct way to uninstall an office hotfix or update is the following command.
    Just replace the GUID {91140000-0011-0000-1000-0000000FF1CE} with yours.

    Code:
    msiexec /I {91140000-0011-0000-1000-0000000FF1CE} MSIPATCHREMOVE={3F313B3F-1200-492C-8836-452B0C91F6E7} /qn /norestart
    
    This example is for access-x-none.msp x64 from the actual office repo.

    NOTE that some updates which are uninstalled need a reboot.

    Using your command to uninstall an office update is not good because the update won't be removed completely.
     
  5. digital john

    digital john MDL Senior Member

    Mar 30, 2008
    265
    69
    10
    well....:p
     
  6. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,997
    633
    60
    Thank you for the update, KB2682011 is also for Windows 7
    Although on the support of MS, it is indicated that this is for "server"
     
  7. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    I almost choked on my chocolate bar, so, either way is a risk :biggrin:
     
  8. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,067
    30
    Anybody get 2716163 ?
     
  9. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Unfortunately not.
     
  10. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
    Well I learn something everyday here but I have 3 GUID's so how can I tell which to use and they each have a DisplayName that references x64 but I use an x86 version... totally confused o_O

     
  11. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Do not use it for office x86. Office x86 uses different uninstall guids for the hotfixes and updates. I guess I have finished the script for x86 tomorrow.
     
  12. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    #5676 McRip, Jul 4, 2012
    Last edited by a moderator: Apr 20, 2017
    That's your GUID:
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91140000-0011-0000-1000-0000000FF1CE}
    
    without any appending stuff like
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91140000-0011-0000-1000-0000000FF1CE}_Office14
    
    Or the way PointZero showed you in the previous post. There are several ways to find out...

    Cheers
     
  13. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    #5678 McRip, Jul 4, 2012
    Last edited by a moderator: Apr 20, 2017
  14. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30