I am trying to mass deploy Office 2016 at work and I am testing it on one machine.
I am using the following scripts and instructions. https://github.com/OfficeDev/Office-IT-Pro-Deployment-Scripts/blob/master/Office-ProPlus-Deployment/Deploy-OfficeClickToRun/1-ExampleDeployGeneric.ps1
I am able to run the script and I have all my configurations files in place and in the right directories. However after the UAC asks me if I want to run Office 2016 and I say yes, it errors out on my powershell screen as "Update Not Running"
Basically this is what happens after I run the script in powershell.
> Generate-ODTConfigurationCML -Languages AllInUseLanguages -TargetFilePath $targetFilePath | Set-ODTAdd - Version $NULL | Install-OfficeClickToRun
Installing Office Click-To-Run
Waiting for Update to Complete...
Update Not Running
It quits.
If anyone has any clue as to why, or if there are any Microsoft Experts out there that can help out, that would be great. I understand 2016 just came out, but it is debugging and trials like this that make it easier for others.