We are deploying Office 2016 via a Task Sequence we are running the uninstall vbs scripts to uninstall older version of office.
We have been using the following guide http://www.deploymentmadscientist.com/2016/01/11/deploying-microsoft-office-2016-overview-and-prerequisites/.
The task sequence runs fine up until the Office 2016 install and we get the following error Unspecified error (Error: 80004005; Source: Windows).
Checking the smsts log we get the below
Invoking App Management SDK to evaluate app polices InstallApplication 08/06/2016 09:51:51 3540 (0x0DD4)
Process completed with exit code 2147500037 TSManager 08/06/2016 09:51:58 2148 (0x0864)
!--------------------------------------------------------------------------------------------! TSManager 08/06/2016 09:51:58 2148 (0x0864)
Failed to run the action: Install Office Professional Plus 2016 (32-bit).
Unspecified error (Error: 80004005; Source: Windows) TSManager 08/06/2016 09:51:58 2148 (0x0864)
Set authenticator in transport TSManager 08/06/2016 09:51:58 2148 (0x0864)
Set a global environment variable _SMSTSLastActionRetCode=-2147467259 TSManager 08/06/2016 09:51:58 2148 (0x0864)
Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 08/06/2016 09:51:58 2148 (0x0864)
Clear local default environment TSManager 08/06/2016 09:51:58 2148 (0x0864)
Failed to run the action: Install Office Professional Plus 2016 (32-bit). Execution has been aborted TSManager 08/06/2016 09:51:58 2148 (0x0864)
Set authenticator in transport TSManager 08/06/2016 09:51:58 2148 (0x0864)
Failed to run the last action: Install Office Professional Plus 2016 (32-bit). Execution of task sequence failed.
Unspecified error (Error: 80004005; Source: Windows) TSManager 08/06/2016 09:51:59 2148 (0x0864)
Set authenticator in transport TSManager 08/06/2016 09:51:59 2148 (0x0864)
Task Sequence Engine failed! Code: enExecutionFail TSManager 08/06/2016 09:58:05 2148 (0x0864)
**************************************************************************** TSManager 08/06/2016 09:58:05 2148 (0x0864)
Task sequence execution failed with error code 80004005 TSManager 08/06/2016 09:58:05 2148 (0x0864)
Cleaning Up. TSManager 08/06/2016 09:58:05 2148 (0x0864)
Removing Authenticator TSManager 08/06/2016 09:58:05 2148 (0x0864)
Don't understand why this fails