Re: [packer] installing visualstudio

2016-12-01 Thread Rickard von Essen
and use -on-error=ask while developing so when it fails you can sort out why and test out a working solution before restarting the build. On 1 December 2016 at 15:07, Alvaro Miranda Aguilera wrote: > for the ps question, you can use virtualbox-iso for a base vm, and then > virtualbox-ovf to crea

Re: [packer] installing visualstudio

2016-12-01 Thread Alvaro Miranda Aguilera
for the ps question, you can use virtualbox-iso for a base vm, and then virtualbox-ovf to create the next one. have a look here. there is a link to the github project: https://hodgkins.io/best-practices-with-packer-and-windows Alvaro. On Thu, Dec 1, 2016 at 2:16 PM, 'Florian' via Packer < packer

[packer] installing visualstudio

2016-12-01 Thread 'Florian' via Packer
Hi, I have a strange issue trying to automatically install visual studio inside a vm with packer: { "type" : "powershell", "elevated_user": "{{user `ssh_name`}}", "elevated_password": "{{user `ssh_pass`}}", "inline": [ "NET