added bluejeans script

This commit is contained in:
Michael H.G. Schmidt 2021-08-29 17:23:04 +02:00
parent 84f4e327e9
commit 456b49f82e
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
@echo off
set OPT=..\optional
set SOFTWARE=..\software
set MSI=bluejeans-setup.msi
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found!
exit /b
)
echo ####### %0 #######
echo installing Verizon BlueJeans ...
cd %SOFTWARE%
@echo on
msiexec /i %MSI% INSTALLAUDIODRIVER=1 /qn
@echo off
cd %OPT%
echo ####### %0 #######
pause

View File

@ -18,3 +18,4 @@ https://download.virtualbox.org/virtualbox/6.1.18/VirtualBox-6.1.18-142142-Win.e
https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
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

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
18 https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
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