Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filipnet/install-windows-apps

Use Chocolatey to automate application installations on a Windows DevOps machine
https://github.com/filipnet/install-windows-apps

application automation chocolatey chocolatey-automatic client deployment desktop-application devops microsoft powershell software-development tools windows

Last synced: 1 day ago
JSON representation

Use Chocolatey to automate application installations on a Windows DevOps machine

Awesome Lists containing this project

README

        

# install-windows-apps

Use Chocolatey to automate application installations on a Windows DevOps machine

## REQUIREMENTS

* Use of RunAsAdministrator inside PowerShell

## INSTALL AND USAGE

* Make sure that the requirements (see REQUIREMENTS) are fulfilled
* Download a zip file and uncompress it
* Adjust the settings and variables in section of the script to your environment and requirements.
* Start the PowerShell script using ```.\install-windows-apps.ps1```
* If ExecutionPolicy is restricted try to use: ```powershell -ExecutionPolicy Bypass .\install-windows-apps.ps1```

## LICENSE

install-windows-apps and all individual scripts are under the BSD 3-Clause license unless explicitly noted otherwise. Please refer to the LICENSE