added bluejeans script
This commit is contained in:
parent
84f4e327e9
commit
456b49f82e
23
optional/install-bluejeans.cmd
Normal file
23
optional/install-bluejeans.cmd
Normal 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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user