microsoft / windows-dev-box-setup-scripts

Scripts to simplify setting up a Windows developer box
MIT License
1.5k stars 367 forks source link

Passing parameters to choco best practices #15

Open ferventcoder opened 6 years ago

ferventcoder commented 6 years ago

https://github.com/Microsoft/windows-dev-box-setup-scripts/blob/7393a07208fefc5f3d1f645764f42d7607ef8597/dev_web.ps1#L24

These suggestions may need to be validated to ensure that Boxstarter will work with them due to some of its overrides.

ferventcoder commented 6 years ago

@mwrock thoughts?

mwrock commented 6 years ago

Boxstarter simply forwards the args "as is" on to choco. The only special thing that it does is adds -y if it is not included.