You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to run bundle exec veewee vbox build windows-2012r2-standard
It ran well untill I saw this at the end
C:\Users\vagrant>msiexec /qb /i "C:\Users\vagrant\AppData\Local\Temp\chef-client-latest.msi"
/var/lib/gems/1.9.1/gems/winrm-1.1.3/lib/winrm/http/transport.rb:48:in 'send_request': Bad HTTP response returned from server (500). (WinRM::WinRMHTTPTransportError)
from /var/lib/gems/1.9.1/gems/winrm-1.1.3/lib/winrm/winrm_service.rb:368:in 'send_message'
from /var/lib/gems/1.9.1/gems/winrm-1.1.3/lib/winrm/winrm_service.rb:155:in 'get_command_output'
Solved the issue by commenting out the last msiexec line in all install-chef.bat files I could find
Tried to run
bundle exec veewee vbox build windows-2012r2-standard
It ran well untill I saw this at the end
Solved the issue by commenting out the last msiexec line in all install-chef.bat files I could find
earlier in the same file it looked to already be installed
The text was updated successfully, but these errors were encountered: