Microsoft Update 2.6 Fails On Mac Office Update Installer
- Microsoft Update 2.6 Fails On Mac Office Update Installer Windows 7
- Microsoft Update 2.6 Fails On Mac Office Update Installer Software
- Microsoft Update 2.6 Fails On Mac Office Update Installer Windows 7
- Microsoft Update 2.6 Fails On Mac Office Update Installer Online
- Microsoft Update 2.6 Fails On Mac Office Update Installer Windows 10
- Microsoft Update 2.6 Fails On Mac Office Update Installer Version
Mar 19, 2020 Cannot install latest update to Office for Mac 2016 15.23.0 and.1 will not install. They download fine, but then one of the installs stops/hangs midway thru the install process.
-->Nov 10, 2014 Microsoft has released the Microsoft Office for Mac 2011 14.4.6 update. In addition to the application improvements that are mentioned in this article, Office for Mac 2011 is now available as a subscription offering. For more information about subscription, see Frequently Asked Questions. Nov 10, 2014 For a complete list of the files that this update adds or changes, double-click the update installer, and then click Show Files on the File menu. Notes The Office for Mac 14.4.6 update is also available from Microsoft AutoUpdate. AutoUpdate is a program that automatically keeps Microsoft software up-to-date. Jul 26, 2016 Fixing an Installer.pkg Stuck on “Verifying” in Mac OS X Jul 26, 2016 - 70 Comments Mac users may find that a system update, installer, or package (pkg) can get completely stuck in a verification sequence, with a pop-up alert that says “Verifying ‘name.pkg’” while showing the Gatekeeper icon and a progress bar that never updates. Get the latest updates available for your computer's operating system, software, and hardware. We will scan your computer and provide you with a selection.
This article was written by Eric Ashton, Senior Support Escalation Engineer.
This article describes techniques on how to determine and fix Microsoft Office installation failures. The techniques can be applied to all Office installations that use Windows Installer (MSI).
Enable verbose logging
When you troubleshoot Office install failures, make sure that MSI verbose logging is enabled. In Office, there's a setup.exe log file that's created by default. However, it doesn't give the detail that's usually required to diagnose an installation failure. With verbose MSI logging enabled, you will get a verbose log file for each component that Office installs. You will have a verbose log for the installation of the Word component, Excel and so on.
To enable verbose logging, set the following registry keys:
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsInstaller
'Debug'=dword:00000007
'Logging'='voicewarmup'
For more information about Windows Installer logging, see How to enable Windows Installer logging.
10 Best Visio Alternatives For Mac 2019 1. SmartDraw is easily the most powerful yet easy to use alternative to Microsoft Visio. OmniGraffle Pro. If online apps are not your thing, OmniGraffle is the closest thing. Lucidchart is a powerful online diagramming. Alternatives to Microsoft Office Visio for Mac with any license draw.io. No login or registration are required and features include the ability to save locally. YEd Graph Editor. YEd is a powerful diagram editor that can be used to quickly create diagrams. Dia is a GTK+ based diagram. Microsoft visio alternative for mac.
Perform the installation attempt
If you are running your installation manually on the computer as a signed-in user by double-clicking setup.exe, the log files will be generated in the %temp% directory of the user who performs the installation.
Now that you have enabled verbose logging and know where you should look for the logs, just retry your installation. It's failed previously, expect it to fail again. However, this time, you are ready to capture log files that will be detailed enough to help you diagnose the failure point.
Analyzing logs
After your install attempt, you will find that you have somewhere between 1 and 20 logs from the installation in your temp directory.
Here is a screen shot of the verbose logs from an installation attempt.
When you look through the MSI logs, we will typically want to look for a value 3 entry in the logs. Windows installer returns codes during the installation that indicate if a particular function is successful or not.
- Value 1 = Success
- Value 2 = Cancel
- Value 3 = Error
In a good installation, you will typically not see any value 3 entries in the logs.
Therefore, there are many logs to verify. We recommend that you start with the setup.exe log. This log usually has a value 3 entry in it when there is a failure. However, this log is not clear enough to diagnose the issue. If it doesn't have a value 3 entry, look for the first instance of Rolling back package. Rolling back package indicates that the Office installation has failed and Office is trying to 'roll back' the installation. You should be able to identify the failure immediately at that point. As soon as you find value 3 or Rolling back package in the setup.exe log, you should be able to identify which component is failing, and then from there look for the particular MSI log that corresponds to that component.
There is frequently more than one value 3 or rolling back package entry. You should focus on the first entry that you find.
Here are some examples of Office installation failures and how we can identify the failure point.
Analyze log example 1: Office ProPlus 2010 installation
In this example, you don't find a value 3 entry in the setup.exe log, and then you search the setup.exe log for Rolling back package.
You may find the following error:
Error: Failed to install product: C:MSOCacheAll UsersGUID-CProPlusWW.msi ErrorCode: 1603(0x643).
Log level changed from: Standard to: Verbose
Rolling back chain
Date/Time Rolling back package: ProPlusWW
The error doesn't tell you why the installation failed. But it does tell you that the failure occurred during the installation of the ProPlusWW.msi file. Then, you have to find the verbose MSI log that correlates with ProPlusWW.msi.
Note
- If you know that the failure is in ProPlusWW.msi, but you don't want to waste time finding which MSI log is for ProPlus, it's usually the largest log file.
- If you don't know which log is the correct log for the ProPlusWW.msi component, open each log one at a time and scroll to the bottom. It indicates which component just tried to install or rollback.
For example, from the bottom of the MSIb0bc7.LOG, you see the information that resembles the following:
MSI (s) (50:CC) [Time]: Note: 1: 1724
MSI (s) (50:CC) [Time]: Product: Microsoft Office Outlook MUI (English) 2010 -- Removal completed successfully.
So this is the verbose MSI log for the Office Outlook MUI component, and the component is from the rollback (the installation failure occurred earlier than this rollback).
When you find the ProPlus log (it's the biggest one), you see the following information that indicates it is the ProPlus log:
Product: C:MSOCacheAll UsersGUID-CProPlusWW.msi
When you search the log for a value 3 entry, you may not find one, but you may see the following error at the bottom of the log:
MSI (s) (B0:14) [Time]: Internal Exception during install operation: 0xc0000017 at 0x7C812AFB.MSI (s) (B0:14) [Time]: WER report disabled for silent install.MSI (s) (B0:14) [Time]: Internal MSI error. Installer terminated prematurely.Out of memory. Shut down other applications before retrying.MSI (s) (B0:14) [Time]: MainEngineThread is returning 1603.
This is a known issue about Windows Installer. To fix this issue, install the hotfix. After you install the hotfix and restart, the installation is successful.
Analyze log example 2: Access 2010 stand-alone install
In this example, you don't find a value 3 entry in the setup.exe log, and then you search the setup.exe log for Rolling back package. You may find the following error:
Error: Failed to install product: C:MSOCacheAll UsersGUID-CAccessRWW.msi ErrorCode: 1601(0x641).
Log level changed from: Standard to: Verbose
Rolling back chain
Date/Time Rolling back package: AccessRWW
The error doesn't tell you why the installation failed, but it does tell you that the failure occurred during the installation of the AccessRWW.msi file. Looking through the log files, you may find a log for AccessRWW.msi:
Product: C:MSOCacheAll UsersGUID-CAccessRWW.msi
When you search for a value 3 entry, you find the following error:
CAInitSPPTokenStore.x86: OMSICA : Initializing CustomAction CAInitSPPTokenStore.x86CAInitSPPTokenStore.x86: Error: Failed to initialize the SPP Token store. HResult: 0x80070057.CAInitSPPTokenStore.x86:MSI (s) (2C:D0) [Time]: User policy value 'DisableRollback' is 0MSI (s) (2C:D0) [Time]: Machine policy value 'DisableRollback' is 0Action ended Time: InstallExecute. Return value 3.
To fix this issue, make sure that the network service is running, and then make sure that the following registry keys are present.
- HKEY_USERSS-1-5-20
- HKEY_USERSS-1-5-19
Analyze logs example 3: Office ProPlus 2010
In this next example, you find a value 3 entry in the setup.exe log that resembles the following:
MSI(ERROR): 'Error 1304. Error writing to file: C:WINDOWSwinsxsPoliciesx86_policy.8.0.Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_x-ww_5f0bbcff8.0.50727.4053.policy. Verify that you have access to that directory.'
Log level changed from: Standard to: Verbose
Not showing message because suppress modal has been set. Title: 'Setup', Message: 'Error 1304. Error writing to file: C:WINDOWSwinsxsPoliciesx86_policy.8.0.Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_x-ww_5f0bbcff8.0.50727.4053.policy. Verify that you have access to that directory.'
Message returned: 2
MSI(USER): 'Are you certain you want to cancel?'
MSI(INFO): 'Action ended 14:03:01: InstallExecute. Return value 3.'
When you see a value 3 entry in the setup.exe log, it will sometimes give you enough information to fix the issue without having to view the verbose MSI log. In this case, the verbose MSI log just repeated what we found in the setup.exe log.
In this case, you should consider updating .net framework, and verifying the permissions in c:windowswinsxs.
Known errors from verbose logs and possible resolutions
Some of these suggestions discuss working with registry keys.
Warning
Follow the steps in this section carefully. Serious problems might occur if you change the registry incorrectly. Before you change it, back up the registry for restoration in case problems occur.
Error 1935
Error 1935. An error occurred during the installation of assembly component. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, assembly name: Microsoft.VC90.ATL,version='9.0.30729.4148',type='win32',processorArchitecture='amd64',publicKeyToken='PublicKeyToken'
MSI (s) (1C:9C) [Time]: User policy value 'DisableRollback' is 0
MSI (s) (1C:9C) [Time]: Machine policy value 'DisableRollback' is 0
Action ended Time: InstallExecute. Return value 3.
Solution
This most frequently occurs because of issues when you upgrade Office. First thing to try is to remove the earlier version of Office before you install a new version. You can remove the earlier version of Office automatically by using the appropriate tool from here. After you remove the earlier version of Office, try to install the newer version of Office.
1913
Error 1913: Setup cannot update file C:/windows/win.ini.Verify that the file exists in your system and that you have sufficient permissions to update it.
Cause
There's a known issue with Trend Micro that might be causing this issue and preventing the Office installation.
Solution
If you use Antivirus or other security software, consider uninstalling it, rebooting and trying the installation again.
Error 1714
Error 1714. Setup cannot remove the older version of Microsoft Office Product_Name 2007. Contact Microsoft Product Support Services (PSS) for assistance. For information about how to contact PSS, see C:DOCUME~1usernameLOCALS~1TempSetup00000d64PSS10R.CHM.
Solution
- Method 1: Remove the earlier versions of Office first if you try to perform an upgrade. For more information about how to remove Office, see Uninstall Office from a PC.
- Method 2: Perform a side-by-side installation instead of upgrading. (This is a Customize button).
Error 1719
Error 1719. Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact support personnel for assistance.
Cause
This issue occurs if the registry keys are corrupted or incorrect at HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesmsiserver.
Solution
Method 1:
Export the msiserver registry key from a known good computer that uses the same OS and Windows Installer version.
Back up and then delete the existing msiserver key on the bad computer under:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesmsiserver
Import the registry file from the known good computer to the bad computer.
Restart and then retry the installation.
Method 2:
Refer to 'The Windows Installer service could not be accessed' error message when you try to install Office.
Error 1406
Error 1406.Setup cannot write the value to the registry key CLSIDGUID. Verify that you have sufficient permissions to access the registry or contact Microsoft Product Support Services (PSS) for assistance. For information about how to contact PSS see C:UsersADMINI~1AppDataLocalTempSetup00000e64PSS10R.CHM.'
Log level changed from: Standard to: Verbose
MSI(INFO): 'Action ended Time: InstallExecute. Return value 3.
Cause
This error indicates incorrect registry permissions. In this example, you would find incorrect registry permissions on HKEY_CLASSES_ROOTCLSIDGUID.
Solution
The user account that's being used to install Office has to have access to the registry key in question. You can also compare registry permissions on a device where the installation is successful.
Error 1920
Error 1920. Service 'Office Software Protection Platform' (osppsvc) failed to start. Verify that you have sufficient privileges to start system services.
Log level changed from: Standard to: Verbose.
MSI(INFO): 'Action ended Time: InstallExecute. Return value 3.
Cause
This error indicates possible incorrect permissions on the OfficeSoftwareProtectionPlatform folder, or incorrect permissions on HKEY_CLASSES_ROOTAPPID.
Solution
Method 1:
Give the Network Service account full permission on the OfficeSoftwareProtectionPlatform folder.
Method 2:
- Compare the permissions on HKEY_CLASSES_ROOTAPPID from a good computer, with the problem computer.
- Try granting 'Restricted' to the following permissions: Query Value, Enumerate Subkeys, Notify, and Read Control.
Error: IHxRegisterSession::CreateTransaction() returned 8004036e
IHxRegisterSession::CreateTransaction() returned 8004036eBeginTransaction() ERROR: Attempt failed because another transaction was running.
Trying to Rollback current transaction ({GUID})IHxRegisterSession::ContinueTransaction() returned 80004005.
BeginTransaction() ERROR: Could not restart current transaction.
BeginTransaction() ERROR: Could not Rollback current transaction. HelpFile registration will abort.
Registration session {GUID} was not created.
Action ended Time: InstallFinalize. Return value 3.
Solution
Refer to KB 927153 The 2007 Office suite or the 2010 Office suite Setup program will not restart after an initial installation is interrupted.
Error: Failed to register plugin. HResult: 0x80070005
MSI (s) (08:6C) [Time]: Invoking remote custom action. DLL: C:WINDOWSInstallerMSI4D4.tmp, Entrypoint: CAInstallSppPlugin
CAInstallPlugin.x86: OMSICA : Initializing CustomAction CAInstallPlugin.x86
CAInstallPlugin.x86: Registering PlugIn 'C:Program FilesCommon FilesMicrosoft SharedOfficeSoftwareProtectionPlatformOSPPOBJS.DLL' 'C:Program FilesCommon FilesMicrosoft SharedOfficeSoftwareProtectionPlatformosppobjs-spp-plugin-manifest-signed.xrm-ms'
CAInstallPlugin.x86: Error: Failed to register plugin. HResult: 0x80070005.
CAInstallPlugin.x86:MSI (s) (08:58) [Time]: User policy value 'DisableRollback' is 0MSI (s) (08:58) [Time]: Machine policy value 'DisableRollback' is 0
Action ended 12:32:42: InstallExecute. Return value 3.
Cause
Policies on the problem computer (local or through a Group Policy object (GPO)) is misconfigured.
Solution
- Type Gpedit.MSC in the search box to open Local Group Policy Editor.
- Locate Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment.
- Make sure that everyone has rights on the Bypass traverse checking policy. By default, Everyone is listed in Security Setting.
For more information, see Client, service, and program issues can occur if you change security settings and user rights assignments.
Error 0x80070005: CAQuietExec Failed
CAQuietExec: 'wevtutil.exe' im 'C:Program FilesMicrosoft OfficeOffice14BCSEvents.man'CAQuietExec: The publishers and channels are installed successfully. However, we can't enable one or more publishers and channels. Access is denied.
CAQuietExec: Error 0x80070005: Command line returned an error.CAQuietExec: Error 0x80070005: CAQuietExec Failed
CustomAction RegisterEventManifest returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (88:04) [Time]: User policy value 'DisableRollback' is 0MSI (s) (88:04) [Time]: Machine policy value 'DisableRollback' is 0
Action ended Time: InstallExecute. Return value 3.
Cause
This issue may occur because permissions are set incorrectly on the 'C:WindowsSystem32winevtLogs' folder.
Solution
Grant Everyone full rights to that folder, and then retry the installation. If this is successful, you can remove the Everyone group afterward.
Error 0x800706b5: CAQuietExec Failed
CAQuietExec: 'wevtutil.exe' im 'C:Program FilesMicrosoft OfficeOffice14BCSEvents.man'CAQuietExec: The publishers and channels are installed successfully. However, we can't enable one or more publishers and channels. The interface is unknown.
CAQuietExec: Error 0x800706b5: Command line returned an error.CAQuietExec: Error 0x800706b5: CAQuietExec Failed
CustomAction RegisterEventManifest returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)MSI (s) (6C:84) [Time]: User policy value 'DisableRollback' is 0MSI (s) (6C:84) [Time]: Machine policy value 'DisableRollback' is 0
Action ended Time: InstallExecute. Return value 3.
Cause
This issue may occur if the Windows Event Log service is not running.
Solution
- Click start or search, type services.msc, and then press Enter.
- Scroll down to the Windows Event Log service, and make sure that it's set to automatic. If it is not running, right-click it, and then select Start.
You may receive an error that resembles the following:
Error 4201: The instance name passed was not recognized as valid by a WMI data provider.
In this case, do the following actions:
- Check the permissions on the 'c:windowssystem32logfileswmiRTbackup' folder.
- If the system account doesn't have Full control permission, grant the system account Full control permission, and then restart the system.
- Check and see whether the Windows Event Log service is started in services.msc. If it is now started correctly, try your Office installation again.
Office 2016 for Mac is a version of Office that’s available as a one-time purchase from a retail store or through a volume licensing agreement. It will be supported with security updates and bug fixes, as needed, until October 13, 2020. The minimum supported macOS for Office 2016 for Mac is 10.10 (Yosemite).
Note
- For security reason, Microsoft has deprecated the use of SHA-1. Learn more
- For release notes for Office 2016 for Mac releases prior to September 2018, see Release notes for Office for Mac.
- For release information for Office for Mac, which is the version that comes with Office 365 subscriptions, see the release notes and update history for Office for Mac.
- Office 2019 for Mac is the most current version that’s available as a one-time purchase. For release information for Office 2019 for Mac, see the release notes and update history for Office for Mac.
Updates for Office 2016 for Mac are available from Microsoft AutoUpdate (MAU). To use Microsoft AutoUpdate, start an Office application, such as Word, and then choose Help > Check for Updates. If you're an admin and want to update the computers in your organization with your existing software deployment tools, you can download and deploy the update packages for each application.
Most current packages for Office 2016 for Mac
The following table lists the most current packages for Office 2016 for Mac and for the individual applications, such as Word and Excel. All packages are 64-bit only. The build date is listed in parentheses, in a YYMMDD format, after the version number. The install package is used if you don't have the application already installed, while the update package is used to update an existing installation.
March 10, 2020
Version 16.16.20 (20030700)
Application | Download links | SHA256 hashes for install package |
---|---|---|
Office suite (all applications) | Install package | E6B38E17FECF5BF67CB08C5EF405BCEFE2079A079637D5800E1815B1FCB8E0B6 |
Word | Install package Update package | 1B60C30C16005DE9D88C93DF5371BEC856944F98B8337D5408DC96C90A808E86 |
Excel | Install package Update package | 4634B23F41A57B02D27F71C37D87856786DEF3653A40FFFFCEDF43857E1D9754 |
PowerPoint | Install package Update package | B062BAD7FEE443EDA0F5804F4F7C6D90585F62D91B74BD47F9D1EDE29C13DFA8 |
Outlook | Install package Update package | 07E736079C55DC0EB6C355FF45A51A2987D5623F8D1F8F485F378EE721937980 |
OneNote | Update package | Not applicable |
March 2020 release
Release Date: March 10, 2020
Version 16.16.20 (Build 20030700)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | CVE-2020-0850 CVE-2020-0852 CVE-2020-0892 | Word update package |
Excel | Excel update package | |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
February 2020 release
Release Date: February 11, 2020
Version 16.16.19 (Build 20021000)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2020-0759 | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
January 2020 release
Release Date: January 14, 2020
Version 16.16.18 (Build 20011202)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2020-0650 CVE-2020-0651 | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
December 2019 release
Release Date: December 10, 2019
Version 16.16.17 (Build 19120800)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2019-1464 | Excel update package |
PowerPoint | CVE-2019-1462 | PowerPoint update package |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
November 2019 release
Release Date: November 12, 2019
Version 16.16.16 (Build 19111100)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2019-1446 CVE-2019-1448 CVE-2019-1457 | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
October 2019 release
Release Date: October 15, 2019
Version 16.16.15 (Build 19101400)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2019-1327 CVE-2019-1331 | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
September 2019 release
Release Date: September 10, 2019
Version 16.16.14 (Build 19090900)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2019-1263 CVE-2019-1297 | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
August 2019 release
Release Date: August 13, 2019
Version 16.16.13 (Build 19081100)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | CVE-2019-1201 CVE-2019-1205 | Word update package |
Excel | Excel update package | |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
July 2019 release
Release Date: July 16, 2019
Version 16.16.12 (Build 19071500)
Microsoft Update 2.6 Fails On Mac Office Update Installer Windows 7
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2019-1110 CVE-2019-1111 | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | CVE-2019-1084 | Outlook update package |
OneNote | OneNote update package | |
Office suite |
June 2019 release
Release Date: June 11, 2019
Version 16.16.11 (Build 19060902)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | CVE-2019-1034 CVE-2019-1035 | Word update package |
Excel | Excel update package | |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
May 2019 release
Release Date: May 14, 2019
Version 16.16.10 (Build 19051200)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | CVE-2019-0953 | Word update package |
Excel | Excel update package | |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
April 2019 release
Release Date: April 16, 2019
Version 16.16.9 (Build 19041201)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2019-0828 | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite | CVE-2019-0822 |
March 2019 release
Release Date: March 12, 2019
Version 16.16.8 (Build 19031202)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | Excel update package | |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
February 2019 release
Release Date: February 12, 2019
Version 16.16.7 (Build 19021001)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2019-0669 | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
January 2019 release
Release Date: January 16, 2019
Microsoft Update 2.6 Fails On Mac Office Update Installer Software
Version 16.16.6 (Build 19011400)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | CVE-2019-0561: Microsoft Word Information Disclosure Vulnerability CVE-2019-0585: Microsoft Word Remote Code Execution Vulnerability | Word update package |
Excel | Excel update package | |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
December 2018 release
Release Date: December 11, 2018
Version 16.16.5 (Build 18120801)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2018-8597: Microsoft Excel Remote Code Execution Vulnerability CVE-2018-8627: Microsoft Excel Information Disclosure Vulnerability | Excel update package |
PowerPoint | CVE-2018-8628: Microsoft PowerPoint Remote Code Execution Vulnerability | PowerPoint update package |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
November 2018 release
Microsoft Update 2.6 Fails On Mac Office Update Installer Windows 7
Release Date: November 13, 2018
Version 16.16.4 (Build 18111001)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2018-8574: Microsoft Excel Remote Code Execution Vulnerability CVE-2018-8577: Microsoft Excel Remote Code Execution Vulnerability | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite |
October 2018 release
Release Date: October 16, 2018
Version 16.16.3 (Build 18101500)
This release provides the following updates.
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | Excel update package | |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite | CVE-2018-8432 Microsoft Graphics Components Remote Code Execution Vulnerability |
September 2018 release
Release Date: September 11, 2018
Microsoft Update 2.6 Fails On Mac Office Update Installer Online
Version 16.16.2 (Build 18091001)
Microsoft Update 2.6 Fails On Mac Office Update Installer Windows 10
This release provides the following updates.
Microsoft Update 2.6 Fails On Mac Office Update Installer Version
Application | Security updates | Download link for update package |
---|---|---|
Word | Word update package | |
Excel | CVE-2018-8429: Microsoft Excel Information Disclosure Vulnerability CVE-2018-8331: Microsoft Excel Remote Code Execution Vulnerability | Excel update package |
PowerPoint | PowerPoint update package | |
Outlook | Outlook update package | |
OneNote | OneNote update package | |
Office suite | CVE-2018-8332: Microsoft Graphics Remote Code Execution Vulnerability |