chocolatey / choco-quickstart-scripts

C4B Quick-Start Guide - Supporting Scripts
Apache License 2.0
16 stars 8 forks source link

(#223) Updates Chocolatey Install Script to match CLI Updates #222

Closed JPRuskin closed 8 months ago

JPRuskin commented 8 months ago

Description Of Changes

This PR is being created to show the differences between the existing install script, and our baseline install script.

Motivation and Context

There have been updates made to the install script that we need to bring in. Ideally, I'd argue, we should be keeping the baseline of the QSG install script using the existing Install.ps1 (and modifying it within the environment if required).

Testing

The updated ClientSetup and ChocolateyInstall scripts have been tested on an existing environment.

Change Types Made

Change Checklist

Related Issue

Fixes #223

steviecoaster commented 8 months ago

@JPRuskin I think this is good, we just need to adjust client setup to "do the right things" to take advantage of the new parameter layout of the install script.