Also had trouble with that Cumulative update, didn't use the script that you linked to. The windows update provisioner just ran in a loop with that update as well.
https://github.com/rgl/packer-provisioner-windows-update The new windows update powershell commands do work however, as far as I've seen. Start-WUScan Install-WUUpdates Get-WUIsPendingReboot. So you could always create a script for it using those commands. While testing I only made a quick n' dirty test by running: Install-WUUpdates -Updates (Start-WUScan) In an inline powershell "script". -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/b52f5d34-db59-45d3-9d66-b53504128e4e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
