2020-10-21 11:31:02 +02:00
|
|
|
# First install chocolatey
|
2020-10-21 11:25:11 +02:00
|
|
|
|
2020-10-21 11:31:02 +02:00
|
|
|
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
|
|
|
|
|
|
|
|
## Install Fusion-K selection
|
|
|
|
|
2021-01-29 14:39:57 +01:00
|
|
|
choco install -y 7zip.install vcredist2005 vcredist2008 vcredist2010 vcredist2012 vcredist2013 vcredist2015 vcredist2017 dotnet4.6.1 dotnet4.5 Firefox googlechrome TotalCommander sysinternals notepadplusplus.install chocolateygui vlc treesizefree paint.net imageresizerapp ccleaner greenshot adobereader sdio sumatrapdf
|
|
|
|
|
|
|
|
## Install additional packages
|
|
|
|
|
|
|
|
choco install -y em-client
|
|
|
|
|
|
|
|
choco install -y veeam-agent
|
|
|
|
|
|
|
|
choco install -y pdfxchangeeditor
|