Patch File Microsoft Office 2016 -

if (-not (Test-Path $office2016Path)) Write-Host "Office 2016 not found in default locations. Exiting." -ForegroundColor Red exit 1

$currentVersion = [System.Diagnostics.FileVersionInfo]::GetVersionInfo($office2016Path).FileVersion Write-Host "Current Office 2016 version: $currentVersion" -ForegroundColor Cyan $updateUrl = "https://aka.ms/office2016updates" $updateMetadataUrl = "https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/office/data/office16.cab" patch file microsoft office 2016

$latestVersion = $latestUpdate.Version $updateFileUrl = $latestUpdate.Location patch file microsoft office 2016

Write-Host "Downloading update catalog..." -ForegroundColor Yellow Invoke-WebRequest -Uri $updateMetadataUrl -OutFile $cabFile -UseBasicParsing Expand-Archive -Path $cabFile -DestinationPath $extractDir -Force patch file microsoft office 2016