echo 'Ensuring .NET 4.0 is installed' @powershell -NoProfile -ExecutionPolicy Bypass -File "c:\users\vagrant\hws\install_net4.ps1" echo 'Ensuring Chocolatey is Installed' @powershell -NoProfile -ExecutionPolicy Bypass -File "c:\users\vagrant\hws\install_chocolatey.ps1"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 25620 | Jen Bottom | Copy up from dev to main | ||
#2 | 24041 | Jen Bottom | Integrating changes to Windows scripts layout and Windows box changes to main | ||
#1 | 22526 | Jen Bottom |
Finally got the packages to install first time on the Windowa10 VM by creating two scripts. The first installs chocolaty. The second is run separately in a new shell, thus picking up choco from the new path. I did this instead of including the exact path to choco, in case this changes in the future |