mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:docker/toolbox
This commit is contained in:
commit
e0a5b14954
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue