Merge branch 'master' of github.com:docker/toolbox

This commit is contained in:
Jeffrey Morgan 2015-08-12 19:41:54 -07:00
commit e0a5b14954
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ function MigrateVM() : Boolean;
var
ResultCode: Integer;
begin
if not FileExists('C:\Program Files\Oracle\VirtualBox\VBoxManage.exe') or not FileExists(ExpandConstant('{app}\docker-machine.exe')) then
if not IsComponentSelected('DockerMachine') or not FileExists('C:\Program Files\Oracle\VirtualBox\VBoxManage.exe') or not FileExists(ExpandConstant('{app}\docker-machine.exe')) then
begin
Result := true
exit