hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.18k stars 4.43k forks source link

Vagrant MSI install files for Windows do nothing #13142

Closed bradykelly closed 1 year ago

bradykelly commented 1 year ago

I have tried running both vagrant_2.3.4_windows_amd64.msi and vagrant_2.3.4_windows_i686.msi on Windows 10 Enterprise version 10.0.19044. My machine is a Dell Latitude 5530 laptop with an i7-1265U 1800MHz 10 Core CPU and 32GB ram.

If I double click either file the system pauses briefly and returns to normal, with no installer starting up or any error message. I have also tried running the installer using msiexec.exe in PowerShell with the following command line to see if anything is written to a log file.

msiexec.exe /I C:\Downloads\vagrant_2.3.4_windows_i686.msi /L*V "vagrant-install.log"

When I run the above command line, the system again pauses very briefly and writes an empty (0 bytes long) log file and does nothing else.

chrisroberts commented 1 year ago

@bradykelly I'm not having any issues when installing the msi files. Are you still encountering the same behavior with the latest release? If so, do you have any virus scanners running?

chrisroberts commented 1 year ago

Hey there,

I am closing this due to lack of response. If this is still an issue, please open a new issue and follow the provided issue template that appears when you click the "New Issue" button. This will help us with the reproduction and allow us to provide recommendations. Thanks!