joefitzgerald / packer-windows

Windows Packer Templates
MIT License
1.63k stars 1.12k forks source link

Display windows updates that have been installed #138

Closed bigwave closed 9 years ago

bigwave commented 9 years ago

Fixes "Listing of updates installed and individual installation results: shows only empty lines" as mentioned in issue #83

Also suspect that you can delete these line just before this change, but haven't tested it:

    New-Object -TypeName PSObject -Property @{
        Title = $UpdatesToInstall.Item($i).Title
        Result = $InstallationResult.GetUpdateResult($i).ResultCode
    }
bigwave commented 9 years ago

Closed. I'll try again on the develop branch