joefitzgerald / packer-windows

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

Add Windows Server 2016 #211

Closed StefanScherer closed 6 years ago

StefanScherer commented 8 years ago

I have a working packer template for Windows Server 2016 TP5 in my fork and in the long term I want to merge that back into this repo. Especially I'm working on a base box including the Windows Docker engine.

There is one minor issue with the autounattend.xml, it seems that the product key is not recognized in the xml. So I just added some keyboard input from the packer template.json file.

I'm not sure of sending a PR now or wait until PR #205 is done to avoid some collisions.

StefanScherer commented 8 years ago

Problem with the product key is fixed. Thanks to @mwieczorek who has fixed it in https://github.com/StefanScherer/packer-windows/commit/80b526a6203612dfd31c38b3fef6b6901151151a by adding the ProductKey tag in the Microsoft-Windows-Shell-Setup which was new to me. For a core installation this is not needed, but for a GUI installation of TP5.

lmayorga1980 commented 6 years ago

:+1:

basictheprogram commented 6 years ago

Adding for reference https://github.com/joefitzgerald/packer-windows/pull/243

StefanScherer commented 6 years ago

Fixed with #243