packer-windows icon indicating copy to clipboard operation
packer-windows copied to clipboard

Windows Packer Templates

Results 40 packer-windows issues
Sort by recently updated
recently updated
newest added

Since commit c2a80b2efc the final instead of the technical preview iso is used.

With this change in all `Autounattend.xml` files: - the `Key` element is commented - the same description is used The corresponding documentation on the XML schema can be found [here](https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-setup-userdata-productkey).

![capture](https://user-images.githubusercontent.com/19554386/36257713-eca31cee-124f-11e8-8e47-9d4ce89793c2.PNG) [Autounattend.log](https://github.com/joefitzgerald/packer-windows/files/1727702/Autounattend.log) [packerlog-Prod.txt](https://github.com/joefitzgerald/packer-windows/files/1727699/packerlog-Prod.txt) Hi, We are facing issue while trying to build windows2012 r2 "Windows could not apply the unattend answer file's setting" if we try to use "pvscsi" as...

The latest win10 config was pulling 1507 which is end of life for most people. I added an autounattend.xml for 1903.

Not sure if this was intentionally but a password seems to have been leaked in https://github.com/joefitzgerald/packer-windows/blob/master/scripts/openssh.ps1#L17 by what looks to be a commit of @dylanmei

Building off the latest version on Mac using the following command: `packer build --only=virtualbox-iso windows_2019_docker.json` The build seems to stop and not advancing even after several hours. ``` virtualbox-iso: 2019-05-09T10:44:55...

Can't figure out a way to build a Win10 image using packer. I've tried building other versions like Win-Server2016 or 2012 and both work, but not Win10 even though i'm...

See list in https://github.com/joefitzgerald/packer-windows/pull/269

Hello, I seem to be having some problems with Windows 2012 R2. The command to kick this off. ```shell /opt/packer build \ -var iso_url=/mnt/nfs-share/iso_bin/en_windows_server_2012_x64_dvd_915478.iso \ -var esxi_host="172.16.0.100" \ -var esxi_datastore=datastore3...

Updated the links to https and verified that they're all working (being able to directly download the files). Anything more , kindly let me know. Thanks for the great repo...