joefitzgerald / packer-windows

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

Windows 10 box can't be built with Windows Updates disabled #186

Closed avtar closed 8 years ago

avtar commented 8 years ago

Attempting to create a Windows 10 box with Windows updates disabled will result in a failed build. The compile-dotnet-assemblies.bat script needs the .NET updates that are currently available. Leaving the updates enabled will result in a successful build.

sneal commented 8 years ago

Fortunately the happy path is to install Windows updates, but that can be frustrating when trying to debug. I'm not sure there's anything we can do about this, but this issue documents the problem and "workaround".

@avtar If there's something more specific you think we should do here, LMK.