I have made a Windows 11 guest VM. I am trying to install the guest iso on the VM.
When I mount it, I can open it in the file explorer. I don’t know which one to install.
VBoxWindowsAdditions or 2. VBoxWindowsaAddition-amd64 ?
Haven’t used the guest iso in years, but I think it should be installed in the host instead of guest. Then the guest can use the services provided by the host.
Sorry if I remember this wrong.
Ok, starting to remember a bit more.
You install the guest iso package to the host. The the vm should see it as a drive, which you already see. Then in guest you install the additions.
You could look at the install files in guest with the command prompt. Those exe files may both execute the same stuff, but i’m not sure.
Edit: your machine is 64-bit, so i guess the 64 version is correct.
Simply run VBoxWindowsAdditions.exe and it will install the correct version based on the characteristics of your system (x86 for 32bit, amd64 for 64bit)
Obviously it is equally right to run the amd64 version immediately if you are sure that both the hardware and software in use support 64bit.
Thank you for the replay @GjMan78!
This is what I finally did. I ran only the VBoxWindowsaAddition-amd64.exe. I had display resolution issue in Windows guest. Now it is ok.