Sun Microsystems VirtualBox
If you want to do it all from 1 script, use the following, this assumes the original VirtualBox exe package downloaded from the website is in the same directory as this script. FOR /F %%i in (… Read More
To extract the files from the .exe run VirtualBox-3.2.6-63112-Win.exe -extract -path C:\VBox Now go to the VBox folder and you'll have 3 files, 2 of them are .msi files. Just run the one with… Read More
Standard msi install with /qb (for a quiet install using basic progress dialog) works fine. However, you'll need to create a "%USERPROFILE%\.VirtualBox" directory containing a VirtualBox.xml fi… Read More