joefitzgerald / packer-windows

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

Windows doesn't wait for updates to finish before running custom provisioners #98

Closed jen20 closed 10 years ago

jen20 commented 10 years ago

For a while now I've been unable to run the Windows 8.1 packer build with Windows Updates enabled and some additional custom provisioners (I'm using it to install Visual Studio etc).

This was successful prior to the upgrade of OpenSSL around the time of heartbleed, however. Is there some trick I've missed with having to swap the order of provisioners around to deal with reboots or similar?

kensykora commented 10 years ago

This was fixed in #96 but I haven't confirmed myself that it is fixed in 8.1 (I don't create those builds myself). Have you tried based off of the current master or develop? Or is this from an older version?

jen20 commented 10 years ago

Ah, this was from master - I'll give it a shot from develop instead. Thanks.

jen20 commented 10 years ago

Looks like #96 has fixed this behaviour on 8.1 - thanks for the pointer!