From 80f59e94134955a56b33263229cb81d9090e5aaf Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 30 Aug 2015 16:54:05 -0700 Subject: [PATCH] Boot2docker migration started event Signed-off-by: Jeffrey Morgan --- windows/Toolbox.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/Toolbox.iss b/windows/Toolbox.iss index 8d2f67422c..a0dc58657c 100644 --- a/windows/Toolbox.iss +++ b/windows/Toolbox.iss @@ -313,6 +313,7 @@ begin if MsgBox('Migrate your existing Boot2Docker VM to work with the Docker Toolbox? Your existing Boot2Docker VM will not be affected. This should take about a minute.', mbConfirmation, MB_YESNO) = IDYES then begin + TrackEvent('Boot2Docker Migration Started'); WizardForm.StatusLabel.Caption := 'Migrating Boot2Docker VM...' WizardForm.FilenameLabel.Caption := 'This will take a minute...' ExecAsOriginalUser(ExpandConstant('{app}\docker-machine.exe'), ExpandConstant('rm -f default > nul 2>&1'), '', SW_HIDE, ewWaitUntilTerminated, ResultCode)