joefitzgerald / packer-windows

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

Empty console output summarizing windows update installation results #245

Closed Ufflo closed 6 years ago

Ufflo commented 7 years ago

During installation of windows update, after each update iteration, the script summarizes the result. However, the strings are empty.

Example output:

2017-07-11T11:35:44 Installation Result: 2
2017-07-11T11:35:44 Reboot Required: True
2017-07-11T11:35:44 Listing of updates installed and individual installation results:
2017-07-11T11:35:45 Item:
2017-07-11T11:35:45 Result:
2017-07-11T11:35:45 Item:
2017-07-11T11:35:45 Result:
2017-07-11T11:35:45 Item:
2017-07-11T11:35:45 Result:
2017-07-11T11:35:45 Item:
2017-07-11T11:35:45 Result:
2017-07-11T11:35:45 Restart Required - Restarting...

The error appears to be due to malformed print command.