Rui Lopes

Results 313 comments of Rui Lopes

That will only work if BoxStarter does not need to reboot the machine; for that you need to write a vagrant provider or change vagrant to support BoxStarter.

The idea is to retire the package altogether. The documentation seems to suggest that I need to create an empty package instead of just unlisting all versions: > When a...

Thank you for the pointers! Indeed `/S` did work. Installing globally almost worked: ```powershell .\HttpToolkit-installer-1.7.0.exe /S /D="C:\Program Files\HttpToolkit" ``` But the Start Menu shortcuts are still installed at the current...

I've merged this and other change, can you please try with the artifacts from https://github.com/rgl/packer-provisioner-windows-update/actions/runs/209091335 and let me known how it goes?

Its working for me at https://github.com/rgl/windows-vagrant. The only time I needed to fiddle with the default settings and use more than one provisioner step, was to first install the `Servicing...

You've found a known corner case where this breaks. Sometimes, Windows seems to drop all the current WinRM (or Windows Update) connections, and this is not correctly handled by this...

Yes. Maybe with some pause before each (all provisioners support the [`pause_before` property](https://www.packer.io/docs/templates/hcl_templates/blocks/build/provisioner#pausing-before-running)). e.g. `provisioner "windows-update" { pause_before = "1m" }`

I didn't yet try with ssh... but if you want to try with winrm, please try with the new 0.6.0 and packer 1.2.5 (restart is broken after that release, so...

Please try [v0.14.0](https://github.com/rgl/packer-plugin-windows-update/releases/tag/v0.14.0) and let us known how it goes. At https://github.com/rgl/windows-vagrant I'm using SSH now.

It seems the scheduled task was not returned from the API for some reason at https://github.com/rgl/packer-plugin-windows-update/blob/master/update/elevated-template.ps1#L60. But I have no idea why. BTW, this was only tested with 2012R2. Maybe...