added Sonos client

This commit is contained in:
Michael H.G. Schmidt 2021-08-29 18:23:50 +02:00
parent cf774dafa9
commit fb3f22b3dc
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
@echo off
set EXE=..\software\sonospc-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo installing SONOS PC client ...
start /wait %EXE% /L1031 /S /v/qn
rem echo removing F-Secure desktop link ...
rem del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 2>nul
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause

View File

@ -19,3 +19,4 @@ https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setu
https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
https://inkscape.org/gallery/item/24646/inkscape-1.0.2-2-x64.exe inkscape-setup.exe
https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114u.msi bluejeans-setup.msi
https://www.sonos.com/redir/controller_software_pc sonospc-setup.exe

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
19 https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
20 https://inkscape.org/gallery/item/24646/inkscape-1.0.2-2-x64.exe inkscape-setup.exe
21 https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114u.msi bluejeans-setup.msi
22 https://www.sonos.com/redir/controller_software_pc sonospc-setup.exe