Office 2016/365 Click to run update

I am hoping someone can help me out with a task. We need to have our Office 2016/365 deployments up to date as possible. I was told by Microsoft that the following command can be run C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe" /update user to update the version for people not logged in. I am able to run this command successfully in a cmd prompt as well as in the fixlet debugger under the action tab. But when I put the command into a fixlet it fails with exit code 0. Can someone tell me what I am doing wrong?

//Update Office 365 Click to Run

run “C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe” /update user

You would want to run the BigFix Tasks as appropriate:

365039 Set the Office 365 - Office 2016 Update Channel to Current Channel - Office 2016
365055 Configure the Update Source of Office 365 - Office 2016
365103 Enable Office 2016 Automatic Update - Office 2016

1 Like

Thank you. I didn’t even realize those were in there.