docker-archive / toolbox

The Docker Toolbox
https://docker.com/toolbox
3.21k stars 1.23k forks source link

Silent Install options for Dockertoolbox 18.09.3 in windows_2012_r2 server #852

Open jithendra12 opened 5 years ago

jithendra12 commented 5 years ago

I am trying to create a custom chocolatey package with offline installers of DockerToolbox. in the installation wizard I want to do 2 things,

  1. I want to uncheck GIT because, it uninstalled existing GIT client in my windows_2012_r2 server which is in the path "C:\Program Files (x86)\Git\".

  2. I also want to check Install VirtualBox with NDIS5 driver[default NDIS6] option in Additional Tasks

I did find the /components and /task silent options, which don't work in _windows_2012r2 OS server.

I am looking for _silent options specific to windows_2012r2 OS server, so that I can incorporate them in my chocolatey package.