diff --git a/optional/install-receiver.cmd b/optional/install-citrixreceiver.cmd similarity index 72% rename from optional/install-receiver.cmd rename to optional/install-citrixreceiver.cmd index 2d3b1d2..2c9d665 100644 --- a/optional/install-receiver.cmd +++ b/optional/install-citrixreceiver.cmd @@ -4,6 +4,9 @@ set EXE=..\software\citrixreceiver-setup.exe if NOT EXIST %EXE% ( echo ERROR: %EXE% not found! + echo GOTO: https://www.citrix.com/de-de/downloads/citrix-receiver/legacy-receiver-for-windows/receiver-for-windows-49LTSR.html + echo and save the file as "citrixreceiver-setup.exe" in folder "software" ! + pause exit /b ) diff --git a/optional/install-horizon.cmd b/optional/install-horizon.cmd new file mode 100644 index 0000000..792365b --- /dev/null +++ b/optional/install-horizon.cmd @@ -0,0 +1,19 @@ +@echo off + +set EXE=..\software\horizon-setup.exe + +if NOT EXIST %EXE% ( + echo ERROR: %EXE% not found! +) + +echo ####### %0 ####### + +echo installing VMware Horizon client ... +start /wait %EXE% /silent /norestart AUTO_UPDATE_ENABLED=0 + +echo installing Desktop shortcut ... +move /Y "%PUBLIC%\Desktop\VMware Horizon Client.lnk" "%PUBLIC%\Desktop\Horizon.lnk" + +echo ####### %0 ####### +pause + diff --git a/optional/install-vscode.cmd b/optional/install-vscode.cmd index 6f6197c..6784b93 100644 --- a/optional/install-vscode.cmd +++ b/optional/install-vscode.cmd @@ -21,7 +21,6 @@ echo installing Visual Studio CODE ... rem start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS echo installing Desktop shortcut ... -@echo on copy /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" "%PUBLIC%\Desktop" move /Y "%PUBLIC%\Desktop\Visual*.lnk" "%PUBLIC%\Desktop\VScode.lnk" diff --git a/software/optional.csv b/software/optional.csv index 70f21e5..336ea96 100644 --- a/software/optional.csv +++ b/software/optional.csv @@ -2,7 +2,7 @@ https://download.sp.f-secure.com/SE/Retail/installer/F-SecureNetworkInstaller-AV https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.1/DB.Browser.for.SQLite-3.12.1-win64-v2.msi dbbrowser-setup.msi https://www.emclient.com/dist/v8.1.1060/setup.msi emclient-setup.msi https://dl.google.com/drive/gsync_enterprise64.msi gsync-setup.msi -https://downloads.citrix.com/17900/CitrixReceiver.exe?__gda__=1613947274_e90f49e3cf249c33c18f3cce69ef0e61 citrixreceiver-setup.exe +https://download3.vmware.com/software/view/viewclients/CART21FQ4/VMware-Horizon-Client-2012-8.1.0-17349995.exe horizon-setup.exe https://www.softmaker.net/down/ofw2021_64.msi softmaker-setup.msi http://download.spotify.com/SpotifyFullSetup.exe spotify-setup.exe https://statics.teams.cdn.office.net/production-windows-x64/1.4.00.2879/Teams_windows_x64.exe teams-setup.exe