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