added horizon script and bugfixing
This commit is contained in:
parent
aa9c357850
commit
0e8fa38f88
@ -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
|
||||
)
|
||||
|
19
optional/install-horizon.cmd
Normal file
19
optional/install-horizon.cmd
Normal file
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user