Open jithendra12 opened 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,
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\".
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.
I am trying to create a custom chocolatey package with offline installers of DockerToolbox. in the installation wizard I want to do 2 things,
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\".
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.