Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,929,975

Downloads of v 7.1.10:

563

Last Update:

03 Jun 2025

Package Maintainer(s):

Software Author(s):

  • Oracle Corporation

Tags:

virtualbox virtualization virtual oracle admin foss cross-platform

VirtualBox

  • 1
  • 2
  • 3

7.1.10 | Updated: 03 Jun 2025

Downloads:

1,929,975

Downloads of v 7.1.10:

563

Maintainer(s):

Software Author(s):

  • Oracle Corporation

VirtualBox 7.1.10

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Oracle Corporation. The inclusion of Oracle Corporation trademark(s), if any, upon this webpage is solely to identify Oracle Corporation goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Unknown failure in the test environment.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install VirtualBox, run the following command from the command line or from PowerShell:

>

To upgrade VirtualBox, run the following command from the command line or from PowerShell:

>

To uninstall VirtualBox, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade virtualbox -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade virtualbox -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install virtualbox
  win_chocolatey:
    name: virtualbox
    version: '7.1.10'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'virtualbox' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '7.1.10'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller virtualbox
{
    Name     = "virtualbox"
    Version  = "7.1.10"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'virtualbox':
  ensure   => '7.1.10',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 03 Jun 2025.

Description

VirtualBox is a cross-platform virtualization application. It installs on existing Intel or AMD-based computers, whether they are running Windows, Mac, Linux or Solaris operating systems. It extends the capabilities of your existing computer so that it can run multiple operating systems (inside multiple virtual machines) at the same time.

Features

  • Supports 64 bit versions of Windows, Mac OSX, Linux and Solaris
  • Portability
  • No hardware virtualization required
  • Guest Additions: shared folders, seamless windows, 3D virtualization
  • Great hardware support: SMP, USB devices, ACPI, multiscreen, ISCSI, PXE network boot
  • Multigeneration branched snapshots
  • VM groups
  • Clean architecture and unprecedented modularity
  • Remote machine display

Package parameters

  • /CurrentUser - Install for current user only
  • /NoDesktopShortcut - Do not create desktop shortcut
  • /NoQuickLaunch - Do not create quick launch icon
  • /NoRegister - Do not register virtualbox file extensions
  • /NoPath - Do not add virtualbox install directory to the PATH
  • /KeepExtensions - Do not uninstall installed virtualbox extensions (only when uninstalling package)
  • /ExtensionPack - Install extension pack - THIS IS COMMERCIAL EXTENSION AND CAN INCUR SIGNIFICANT COSTS

Example: choco install virtualbox --params "/NoDesktopShortcut /ExtensionPack"

screenshot

Notes

If the package is out of date please check Version History for the latest submitted version. If you have a question, please ask it in Chocolatey Community Package Discussions or raise an issue on the Chocolatey Community Packages Repository if you have problems with the package. Disqus comments will generally not be responded to.


tools\chocolateyBeforeModify.ps1
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = 'virtualbox'

#For acpipowerbutton to work on Windows server see: http://ethertubes.com/unattended-acpi-shutdown-of-windows-server/
#sp HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system shutdownwithoutlogon 1
$shutdown_type = 'savestate'  # 'acpipowerbutton', 'poweroff', 'savestate'

$pvbox = Get-Process virtualbox -ea 0
if (!$pvbox) {
    Write-Host "$packageName is not running"
    return
}

Write-Host "$packageName is running, trying to gracefully shutdown any running machines"

$installLocation = Get-VirtualBoxIntallLocation
if (!$installLocation) { Write-Warning "Can not find existing installation location of $packageName"; return }
if (!(Test-Path $installLocation\VBoxManage.exe)) { Write-Warning "Existing installation of $packageName found but unable to find VBoxManage.exe"; return }

$commands = "Set-Alias vboxmanage '$installLocation\VBoxManage.exe'`n"
$commands += @'
[string[]] $runningvms = vboxmanage list runningvms 2>&1
if ($LastExitCode -ne 0) { Write-Error "Error running vboxmanage - can't get running vms" }
if ($runningvms -and ($runningvms.Length -eq 0)) { "No running machines"; return }

'Number of machines running: ' + $runningvms.Length
foreach ($vm in $runningvms) {
    $vmid = $vm -split ' ' | select -Last 1
    $vmname = $vm.Replace($vmid, '').Trim()

    Write-Host "Shutting down the machine $vmname"
    vboxmanage controlvm $vmid SHUTDOWN_TYPE 2>$null
    if ($LastExitCode -ne 0) { Write-Error "Error running vboxmanage - can't power down running vm: $vmname" }
    else { "Machine $vmname powered down prior to installation using 'SHUTDOWN_TYPE' method" }
}
'@ -replace 'SHUTDOWN_TYPE', $shutdown_type

$res = Start-ProcessNonElevated -Cmd $commands -UsePowershell
$res.out -join "`n" | Write-Host
if ($res.err) { "Errors during graceful shutdown`n" + ($res.err -join "`n") | Write-Warning }

## Doesn't seem to be required
#Write-Host "Killing $packageName process"
#$pvbox | kill
tools\chocolateyInstall.ps1
#https://www.virtualbox.org/manual/ch02.html#idm819

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$cert = Get-ChildItem Cert:\CurrentUser\TrustedPublisher -Recurse | Where-Object { $_.Thumbprint -eq 'a88fd9bdaa06bc0f3c491ba51e231be35f8d1ad5' }
if (!$cert) {
    $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
    Start-ChocolateyProcessAsAdmin "certutil -addstore 'TrustedPublisher' '$toolsPath\oracle.cer'"
}

$pp = Get-PackageParameters
$silentArgs = @('-s -l -msiparams REBOOT=ReallySuppress')
$silentArgs += if (!$pp.CurrentUser)      { 'ALLUSERS=1' } else { 'ALLUSERS=2';  Write-Host 'Param: Installing for current user' }
$silentArgs += if ($pp.NoDesktopShortcut) { 'VBOX_INSTALLDESKTOPSHORTCUT=0';     Write-Host 'Param: No desktop shortcut' }
$silentArgs += if ($pp.NoQuickLaunch)     { 'VBOX_INSTALLQUICKLAUNCHSHORTCUT=0'; Write-Host 'Param: No quick launch shortcut' }
$silentArgs += if ($pp.NoRegister)        { 'VBOX_REGISTERFILEEXTENSIONS=0';     Write-Host 'Param: No registration for virtualbox file extensions' }

$packageArgs = @{
  packageName            = 'virtualbox'
  fileType               = 'EXE'
  url                    = 'https://download.virtualbox.org/virtualbox/7.1.10/VirtualBox-7.1.10-169112-Win.exe'
  url64bit               = 'https://download.virtualbox.org/virtualbox/7.1.10/VirtualBox-7.1.10-169112-Win.exe'
  checksum               = '193de3f5890b4653e2b05f95221c681f96749e7f10f7f38d1ddbd3895b3eca70'
  checksum64             = '193de3f5890b4653e2b05f95221c681f96749e7f10f7f38d1ddbd3895b3eca70'
  checksumType           = 'sha256'
  checksumType64         = 'sha256'
  silentArgs             = $silentArgs
  validExitCodes         = @(0, 3010)
  softwareName           = 'Oracle VM VirtualBox *'
}
Install-ChocolateyPackage @packageArgs

$packageName = $packageArgs.packageName
$installLocation = Get-VirtualBoxIntallLocation
if (!$installLocation)  { Write-Warning "Can't find $packageName install location, can't install extension pack"; return }

if ($pp.ExtensionPack) {
    Write-Host "Installing extension pack"
    Write-Warning "*** THIS IS A COMMERCIAL EXTENSION AND CAN INCURE SIGNIFICANT FINANCIAL COSTS ***"

    $url_ep       = 'https://download.virtualbox.org/virtualbox/7.1.10/Oracle_VirtualBox_Extension_Pack-7.1.10.vbox-extpack'
    $checksum_ep  = 'e020755711849fa0ee23d3bc47bc90cb0ea595da7dda804499568a0dc2387989'
    $file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
    Get-ChocolateyWebFile `
        -PackageName    'virtualbox-extensionpack' `
        -FileFullPath   $file_path_ep `
        -Url            $url_ep `
        -Url64bit       $url_ep `
        -Checksum       $checksum_ep `
        -Checksum64     $checksum_ep `
        -ChecksumType   'sha256' `
        -ChecksumType64 'sha256'
    if (!(Test-Path $file_path_ep)) { Write-Warning "Can't download latest extension pack" }
    else {
        Set-Alias vboxmanage $installLocation\VBoxManage.exe
        "y" | vboxmanage extpack install --replace $file_path_ep 2>&1
        if ($LastExitCode -ne 0) { Write-Warning "Extension pack installation failed with exit code $LastExitCode" }
    }
}

if (!$pp.NoPath) { Write-Host "Adding to PATH if needed"; Install-ChocolateyPath $installLocation }

Write-Host "$packageName installed to '$installLocation'"
Register-Application "$installLocation\$packageName.exe" vbox
Write-Host "$packageName registered as vbox"
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$pp = Get-PackageParameters

if ($pp.KeepExtensions) {
  return
}

$installLocation = Get-VirtualBoxIntallLocation
if (!$installLocation) { Write-Warning "Can not find existing installation location of $packageName"; return }
$vboxManage = "$installLocation\VBoxManage.exe"
if (!(Test-Path $vboxManage)) { Write-Warning "Existing installation of $packageName found but unable to find VBoxManage.exe"; return }

$extensions = . $vboxManage list extpacks | Where-Object { $_ -match 'Pack no' } | ForEach-Object { $_ -split '\:' | Select-Object -last 1 }

if ($extensions) {
  $extensions | ForEach-Object {
    $extName = $_.Trim()
    Write-Host "Uninstalling extension: '$extName'"
    Start-ChocolateyProcessAsAdmin -ExeToRun $vboxManage -Statements 'extpack','uninstall',"`"$extName`"" -Elevate 2>&1
  }

  Write-Host "Cleaning up extensions before uninstalling virtualbox"
  Start-ChocolateyProcessAsAdmin -ExeToRun $vboxManage -Statements 'extpack', 'cleanup' 2>&1
}
tools\helpers.ps1
function Get-VirtualBoxIntallLocation() {
    $vbox_msi = Get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment' VBOX_MSI_INSTALL_PATH -ea 0 | Select-Object -expand VBOX_MSI_INSTALL_PATH
    if ($vbox_msi -and $vbox_msi.EndsWith('\')) { $vbox_msi = $vbox_msi -replace '.$' }

    Write-Verbose 'Checking VBOX_MSI_INSTALL_PATH'
    if ( $installLocation = $vbox_msi ) {
        if (Test-Path $installLocation) { return $installLocation }
    }

    Write-Verbose 'Checking Get-AppInstallLocation'
    if ( $installLocation = Get-AppInstallLocation 'virtualbox') { return $installLocation }
}

#http://stackoverflow.com/questions/40863475/starting-non-elevated-prompt-from-elevated-session
function Start-ProcessNonElevated( [string] $Cmd, [switch]$UsePowerShell ) {
    $svc = Get-Service Schedule -ea 0
    if ($svc -and $svc.Status -ne 'Running') { throw 'Start-ProcessNonElevated requires running Task Scheduler service' }

    $res = @{}

    $tmp_base  = [System.IO.Path]::GetTempFileName()
    $tmp_base  = $tmp_base -replace '\.tmp$'
    $tmp_name  = Split-Path $tmp_base -Leaf
    $task_name = "Start-ProcessNonElevated-$tmp_name"
    Write-Verbose "Temporary files: $tmp_base"

    if ($UsePowershell) {
        @(
            '$r = "{0}"' -f $tmp_base
            ". {{`n{0}`n}} >`"`$r.out.log`" 2>`"`$r.err.log`"" -f $Cmd
        ) -join "`n" | Out-String | Out-File "$tmp_base.ps1"
        $cmd = "powershell -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -NoLogo -NonInteractive -File '$tmp_base.ps1'"
    }

    Write-Verbose "Creating scheduled task for command:`n$cmd"
    schtasks.exe /Create /RU $Env:USERNAME /TN $task_name /SC ONCE /ST 00:00 /F /TR $cmd *> "$tmp_base.schtasks.log"
    schtasks.exe /run /tn $task_name *>> "$tmp_base.schtasks.log"

    Write-Verbose 'Waiting for scheduled task to finish'
    do {
        $status = schtasks /query /tn $task_name /FO csv | ConvertFrom-Csv | Select-Object -expand Status
        Start-Sleep 1
    }
    until ($status -eq 'Ready')
    schtasks.exe /delete /F /tn $task_name *>> "$tmp_base.schtasks.log"

    if ($UsePowershell) {
        $res = @{
            out = Get-Content "$tmp_base.out.log" -ea 0
            err = Get-Content "$tmp_base.err.log" -ea 0
        }
    }

    return $res
}

tools\oracle.cer
 

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
VirtualBox 7.1.8 19037 Tuesday, April 15, 2025 Approved
VirtualBox 7.1.6 45122 Tuesday, January 21, 2025 Approved
VirtualBox 7.1.4 41347 Monday, December 2, 2024 Approved
VirtualBox 7.0.26 23 Tuesday, April 15, 2025 Approved
VirtualBox 7.0.24 128 Tuesday, January 21, 2025 Approved
VirtualBox 7.0.22 199 Monday, December 2, 2024 Approved
VirtualBox 7.0.20 57794 Tuesday, July 16, 2024 Approved
VirtualBox 7.0.18 27381 Friday, May 3, 2024 Approved
VirtualBox 7.0.16 10984 Wednesday, April 17, 2024 Approved
VirtualBox 7.0.14 36299 Tuesday, January 16, 2024 Approved
VirtualBox 7.0.12 33199 Tuesday, October 17, 2023 Approved
VirtualBox 7.0.10 38423 Tuesday, July 18, 2023 Approved
VirtualBox 7.0.8 66969 Tuesday, April 18, 2023 Approved
VirtualBox 7.0.6.20230201 159991 Wednesday, February 1, 2023 Approved
VirtualBox 7.0.6 14739 Tuesday, January 17, 2023 Approved
VirtualBox 7.0.4 41962 Friday, November 18, 2022 Approved
VirtualBox 7.0.2 24612 Friday, October 21, 2022 Approved
VirtualBox 7.0.0 14532 Tuesday, October 11, 2022 Approved
VirtualBox 6.1.50 286 Tuesday, January 16, 2024 Approved
VirtualBox 6.1.48 218 Tuesday, October 17, 2023 Approved
VirtualBox 6.1.46 216 Tuesday, July 18, 2023 Approved
VirtualBox 6.1.44 170 Tuesday, April 18, 2023 Approved
VirtualBox 6.1.42 7634 Tuesday, January 17, 2023 Approved
VirtualBox 6.1.40 10803 Wednesday, October 12, 2022 Approved
VirtualBox 6.1.38 28182 Friday, September 2, 2022 Approved
VirtualBox 6.1.36 28651 Wednesday, July 20, 2022 Approved
VirtualBox 6.1.34 76532 Wednesday, April 20, 2022 Approved
VirtualBox 6.1.32 55089 Tuesday, January 18, 2022 Approved
VirtualBox 6.1.30 37690 Tuesday, November 23, 2021 Approved
VirtualBox 6.1.28 24293 Tuesday, October 19, 2021 Approved
VirtualBox 6.1.26 41299 Thursday, July 29, 2021 Approved
VirtualBox 6.1.24 9987 Tuesday, July 20, 2021 Approved
VirtualBox 6.1.22 33578 Thursday, April 29, 2021 Approved
VirtualBox 6.1.20 10402 Tuesday, April 20, 2021 Approved
VirtualBox 6.1.18 36867 Wednesday, January 20, 2021 Approved
VirtualBox 6.1.16 35792 Tuesday, October 20, 2020 Approved
VirtualBox 6.1.14 23054 Saturday, September 5, 2020 Approved
VirtualBox 6.1.12 22758 Tuesday, July 14, 2020 Approved
VirtualBox 6.1.10 19640 Friday, June 5, 2020 Approved
VirtualBox 6.1.8 15240 Friday, May 15, 2020 Approved
VirtualBox 6.1.6 17686 Wednesday, April 15, 2020 Approved
VirtualBox 6.1.4 24271 Thursday, February 20, 2020 Approved
VirtualBox 6.1.2.20200116 18550 Thursday, January 16, 2020 Approved
VirtualBox 6.1.2 3412 Wednesday, January 15, 2020 Approved
VirtualBox 6.1.0 17141 Wednesday, December 11, 2019 Approved
VirtualBox 6.0.24 740 Tuesday, July 14, 2020 Approved
VirtualBox 6.0.22 322 Friday, May 15, 2020 Approved
VirtualBox 6.0.20 357 Tuesday, April 14, 2020 Approved
VirtualBox 6.0.18 307 Friday, February 21, 2020 Approved
VirtualBox 6.0.16 1221 Wednesday, January 15, 2020 Approved
VirtualBox 6.0.14 26519 Wednesday, October 16, 2019 Approved
VirtualBox 6.0.12 21311 Wednesday, September 4, 2019 Approved
VirtualBox 6.0.10 21997 Tuesday, July 16, 2019 Approved
VirtualBox 6.0.8 25097 Tuesday, May 14, 2019 Approved
VirtualBox 6.0.6 16583 Wednesday, April 17, 2019 Approved
VirtualBox 6.0.4 27537 Monday, January 28, 2019 Approved
VirtualBox 6.0.2 9511 Tuesday, January 15, 2019 Approved
VirtualBox 6.0.0 13000 Wednesday, December 19, 2018 Approved
VirtualBox 5.2.44 4500 Wednesday, July 15, 2020 Approved
VirtualBox 5.2.42 465 Friday, May 15, 2020 Approved
VirtualBox 5.2.40 406 Tuesday, April 14, 2020 Approved
VirtualBox 5.2.38 521 Friday, February 21, 2020 Approved
VirtualBox 5.2.36 301 Wednesday, January 15, 2020 Approved
VirtualBox 5.2.34 523 Wednesday, October 16, 2019 Approved
VirtualBox 5.2.32 2647 Tuesday, July 16, 2019 Approved
VirtualBox 5.2.30 629 Saturday, May 18, 2019 Approved
VirtualBox 5.2.28 596 Wednesday, April 17, 2019 Approved
VirtualBox 5.2.26 2893 Monday, January 28, 2019 Approved
VirtualBox 5.2.24 532 Tuesday, January 15, 2019 Approved
VirtualBox 5.2.22 23097 Friday, November 9, 2018 Approved
VirtualBox 5.2.20 13420 Tuesday, October 16, 2018 Approved
VirtualBox 5.2.18 26881 Wednesday, August 15, 2018 Approved
VirtualBox 5.2.16 12340 Tuesday, July 17, 2018 Approved
VirtualBox 5.2.14 8005 Monday, July 2, 2018 Approved
VirtualBox 5.2.12 17888 Thursday, May 10, 2018 Approved
VirtualBox 5.2.10 7674 Friday, April 27, 2018 Approved
VirtualBox 5.2.8 20250 Wednesday, February 28, 2018 Approved
VirtualBox 5.2.6 16747 Tuesday, January 16, 2018 Approved
VirtualBox 5.2.4 12772 Wednesday, December 20, 2017 Approved
VirtualBox 5.2.2 11986 Saturday, November 25, 2017 Approved
VirtualBox 5.2.0 13775 Wednesday, October 18, 2017 Approved
VirtualBox 5.1.38 793 Friday, May 11, 2018 Approved
VirtualBox 5.1.36 371 Friday, April 27, 2018 Approved
VirtualBox 5.1.34 539 Wednesday, February 28, 2018 Approved
VirtualBox 5.1.32 502 Tuesday, January 16, 2018 Approved
VirtualBox 5.1.30 1424 Monday, October 16, 2017 Approved
VirtualBox 5.1.26 41944 Thursday, July 27, 2017 Approved
VirtualBox 5.1.24 8019 Tuesday, July 18, 2017 Approved
VirtualBox 5.1.22 43946 Saturday, April 29, 2017 Approved
VirtualBox 5.1.20 6368 Tuesday, April 18, 2017 Approved
VirtualBox 5.1.18 14726 Wednesday, March 15, 2017 Approved
VirtualBox 5.1.16 4720 Wednesday, March 8, 2017 Approved
VirtualBox 5.1.14 15769 Tuesday, January 17, 2017 Approved
VirtualBox 5.1.12 8349 Wednesday, December 21, 2016 Approved
VirtualBox 5.1.10.20161207 6165 Wednesday, December 7, 2016 Approved
VirtualBox 5.1.10.20161203 3206 Saturday, December 3, 2016 Approved
VirtualBox 5.1.10 5384 Tuesday, November 22, 2016 Approved
VirtualBox 5.1.8.20161116 3008 Wednesday, November 16, 2016 Approved
VirtualBox 5.1.8.20161103 4655 Thursday, November 3, 2016 Approved
VirtualBox 5.1.8 745 Thursday, November 3, 2016 Approved
VirtualBox 5.1.4.110229 11540 Monday, September 12, 2016 Approved
VirtualBox 5.1.4.110228 14872 Wednesday, August 17, 2016 Approved
VirtualBox 5.1.2.108956 10261 Thursday, July 21, 2016 Approved
VirtualBox 5.1.0.108711 578 Sunday, July 17, 2016 Approved
VirtualBox 5.0.40 622 Saturday, April 29, 2017 Approved
VirtualBox 5.0.38 485 Tuesday, April 18, 2017 Approved
VirtualBox 5.0.36 575 Thursday, March 16, 2017 Approved
VirtualBox 5.0.34 530 Thursday, March 9, 2017 Approved
VirtualBox 5.0.32 583 Saturday, January 21, 2017 Approved
VirtualBox 5.0.24.108355 3516 Tuesday, June 28, 2016 Approved
VirtualBox 5.0.22.108108 528 Thursday, June 16, 2016 Approved
VirtualBox 5.0.20.106931 759 Sunday, May 8, 2016 Approved
VirtualBox 5.0.16.105871 8044 Thursday, March 17, 2016 Approved
VirtualBox 5.0.14.105127 8919 Wednesday, January 20, 2016 Approved
VirtualBox 5.0.12.104815 5100 Saturday, December 19, 2015 Approved
VirtualBox 5.0.10.104061 5938 Tuesday, November 10, 2015 Approved
VirtualBox 5.0.8.103449 3580 Tuesday, October 20, 2015 Approved
VirtualBox 5.0.6.103037 3119 Friday, October 2, 2015 Approved
VirtualBox 5.0.4.102546 3799 Tuesday, September 8, 2015 Approved
VirtualBox 5.0.2.102096 4286 Thursday, August 13, 2015 Approved
VirtualBox 5.0.0.101573 5283 Sunday, July 12, 2015 Approved
VirtualBox 4.3.40 523 Monday, October 30, 2017 Approved
VirtualBox 4.3.34 764 Saturday, January 9, 2016 Approved
VirtualBox 4.3.28 6328 Thursday, May 14, 2015 Approved
VirtualBox 4.3.26 5987 Tuesday, March 17, 2015 Approved
VirtualBox 4.3.24 2566 Tuesday, March 3, 2015 Approved
VirtualBox 4.3.22 2744 Friday, February 13, 2015 Approved
VirtualBox 4.3.20.20141125 6149 Tuesday, November 25, 2014 Approved
VirtualBox 4.3.20 1066 Saturday, November 22, 2014 Approved
VirtualBox 4.3.18 3477 Sunday, October 12, 2014 Approved
VirtualBox 4.3.16 2832 Wednesday, September 10, 2014 Approved
VirtualBox 4.3.14 3368 Wednesday, July 16, 2014 Approved
VirtualBox 4.3.12 3702 Friday, May 16, 2014 Approved
VirtualBox 4.3.10.20140513 811 Tuesday, May 13, 2014 Approved
VirtualBox 4.3.10.20140327 2273 Thursday, March 27, 2014 Approved
VirtualBox 4.3.10 708 Wednesday, March 26, 2014 Approved
VirtualBox 4.3.8 1573 Wednesday, February 26, 2014 Approved
VirtualBox 4.3.6 2188 Friday, December 20, 2013 Approved
VirtualBox 4.3.4 1026 Saturday, November 30, 2013 Approved
VirtualBox 4.3.2 1076 Saturday, November 2, 2013 Approved
VirtualBox 4.3.0 1018 Wednesday, October 16, 2013 Approved
VirtualBox 4.2.36 445 Monday, October 30, 2017 Approved
VirtualBox 4.2.18.20130916 1084 Tuesday, September 17, 2013 Approved
VirtualBox 4.2.18 750 Saturday, September 7, 2013 Approved
VirtualBox 4.2.16 2422 Friday, July 5, 2013 Approved
VirtualBox 4.2.14 813 Saturday, June 22, 2013 Approved
VirtualBox 4.2.12 1152 Monday, April 29, 2013 Approved
VirtualBox 4.2.10 962 Saturday, March 16, 2013 Approved
VirtualBox 4.2.8 767 Thursday, February 28, 2013 Approved
VirtualBox 4.2.6.20130130 852 Wednesday, January 30, 2013 Approved
VirtualBox 4.2.6 855 Friday, December 21, 2012 Approved
VirtualBox 4.2.4 856 Saturday, October 27, 2012 Approved
VirtualBox 4.2.2.20121022 644 Monday, October 22, 2012 Approved
VirtualBox 4.2.2 601 Friday, October 19, 2012 Approved
VirtualBox 4.2.0 817 Friday, September 14, 2012 Approved
VirtualBox 4.1.44 449 Monday, October 30, 2017 Approved
VirtualBox 4.1.22 776 Sunday, September 9, 2012 Approved
VirtualBox 4.1.20 635 Tuesday, August 21, 2012 Approved
VirtualBox 4.1.18 608 Friday, June 29, 2012 Approved
VirtualBox 4.1.16 679 Saturday, June 9, 2012 Approved
VirtualBox 4.1.12 668 Wednesday, April 11, 2012 Approved
VirtualBox 4.1.8 665 Friday, December 30, 2011 Approved
VirtualBox 4.1.6 634 Friday, December 30, 2011 Approved
VirtualBox 4.1.4 651 Thursday, October 13, 2011 Approved
VirtualBox 4.0.36 494 Monday, October 30, 2017 Approved

Discussion for the VirtualBox Package

Ground Rules:

  • This discussion is only about VirtualBox and the VirtualBox package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or VirtualBox, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus