diff --git a/windows/Toolbox.iss b/windows/Toolbox.iss index 5b3fc5d3f5..5a6fd7711a 100644 --- a/windows/Toolbox.iss +++ b/windows/Toolbox.iss @@ -108,11 +108,8 @@ Source: "{#virtualBoxMsi}"; DestDir: "{app}\installers\virtualbox"; DestName: "v ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] -Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}" Name: "{group}\Docker CLI"; WorkingDir: "{app}"; Filename: "{app}\start.sh"; IconFilename: "{app}/docker-cli.ico"; Components: "Docker" Name: "{commondesktop}\Docker CLI"; WorkingDir: "{app}"; Filename: "{app}\start.sh"; IconFilename: "{app}/docker-cli.ico"; Tasks: desktopicon; Components: "Docker" -Name: "{commonprograms}\Docker CLI"; WorkingDir: "{app}"; Filename: "{app}\start.sh"; IconFilename: "{app}/docker-cli.ico"; Components: "Docker" -Name: "{group}\Delete VirtualBox Dev VM"; WorkingDir: "{app}"; Filename: "{app}\delete.sh"; Components: "DockerMachine" [UninstallRun] Filename: "{app}\delete.sh" @@ -218,8 +215,8 @@ begin // begin // Wizardform.TypesCombo.ItemIndex := 2 // end; - // Wizardform.ComponentsList.Checked[3] := NeedToInstallVirtualBox(); - // Wizardform.ComponentsList.Checked[4] := NeedToInstallMSYS(); + // Wizardform.ComponentsList.Checked[3] := NeedToInstallVirtualBox(); + // Wizardform.ComponentsList.Checked[4] := NeedToInstallMSYS(); // end; end; diff --git a/windows/start.sh b/windows/start.sh index 0c93f1ae89..00ff0dcfd3 100644 --- a/windows/start.sh +++ b/windows/start.sh @@ -50,3 +50,5 @@ echo -e "${BLUE}docker${NC} is configured to use the ${GREEN}dev${NC} machine wi echo "For help getting started, check out the docs at https://docs.docker.com" echo cd + +exec "$BASH" --login -i