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
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.
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"
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
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.
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