Shared VirtualBox
Posted: 23. May 2013, 11:51
Hi
We are an educational institution, which needs to install some old programs on a virtual XP machine, for them to run.
The problem is that a lot of users will use the physical machine, each with their own credentials, but all need to use the same virtual machine.
The installation of VirtualBox needs to be silent since it will be installed by a remote server.
For now i have successfully installed the program:
Disabled Auto Update (since we will administer updates):
Imported the virtual machine disk to a folder which all users can access:
But how do I change the "Default Machine Folder" for ALL USERS?
I have tried:
but it is only done for the current user...
I hope you get what I am trying to do - if not, then tell me what data you need.
Best Regards,
Soren
We are an educational institution, which needs to install some old programs on a virtual XP machine, for them to run.
The problem is that a lot of users will use the physical machine, each with their own credentials, but all need to use the same virtual machine.
The installation of VirtualBox needs to be silent since it will be installed by a remote server.
For now i have successfully installed the program:
Code: Select all
msiexec /i virtualbox.msi /qb!Code: Select all
VBoxManage setextradata global GUI/UpdateDate neverCode: Select all
VBoxManage import VirtualXP.ova --vsys 0 --unit 11 --disk "C:\VMs"I have tried:
Code: Select all
vboxmanage setproperty machinefolder "C:\VMs"I hope you get what I am trying to do - if not, then tell me what data you need.
Best Regards,
Soren