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
While testing Vagrant application we found that when Vagrant 32-bit or 64 bit application is installed on 64-bit machine, the uninstall hive in the registry for both architecture is in HKEY_LOCAL_MACHINE\SOFTWARE*WOW6432Node*\Microsoft\Windows\CurrentVersion\Uninstall.
So, can you please suggest how to detect which variant (32bit/64 bit) is installed on the machine? Is there any unique registry/file specific to 64 bit/32-bit application that will uniquely identify which variant is installed on the machine so the appropriate upgrade can be handled ?
Hello team,
While testing Vagrant application we found that when Vagrant 32-bit or 64 bit application is installed on 64-bit machine, the uninstall hive in the registry for both architecture is in HKEY_LOCAL_MACHINE\SOFTWARE*WOW6432Node*\Microsoft\Windows\CurrentVersion\Uninstall.
So, can you please suggest how to detect which variant (32bit/64 bit) is installed on the machine? Is there any unique registry/file specific to 64 bit/32-bit application that will uniquely identify which variant is installed on the machine so the appropriate upgrade can be handled ?
We had also raised this issue in forum - https://discuss.hashicorp.com/t/vagrant-installation-32-bit-and-64-bit/62488
The text was updated successfully, but these errors were encountered: