echo 'Installing packages' Echo 'installing HElix components' choco install p4d -y -f choco install p4 -y -f echo 'Installing Vim' choco install vim -y -f echo 'Installing bluej' choco install bluej -y -f echo 'Installing NVDA' choco install nvda -y -f
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 25621 | Jen Bottom | Integrating sone fixes from dev to main | ||
#1 | 24911 | Jen Bottom |
Integrating changes to Windows10 setup from dev to main. Currently Audio is very choppy with NVDA. Unsure if this is a issue with drivers, VirtualBox, my environment... |
||
//guest/jen_bottom/vagrant/windows/win10/package.cmd | |||||
#1 | 24041 | Jen Bottom | Integrating changes to Windows scripts layout and Windows box changes to main | ||
//guest/jen_bottom/vagrant/windows/package.cmd | |||||
#4 | 22587 | Jen Bottom | Changing the choco package used for bluej | ||
#3 | 22586 | Jen Bottom | Making package.cmd' more verbose and adding bluej install via choco | ||
#2 | 22585 | Jen Bottom | Updating the package.cmd script, so P4D is also installed | ||
#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 |