.
This commit is contained in:
parent
86f20fadd5
commit
e4e64a818a
@ -1,25 +0,0 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
set EXE=..\software\F-SecureNetworkInstaller-AV_AVTR20F930_.exe
|
||||
|
||||
if NOT EXIST %EXE% (
|
||||
echo ERROR: %EXE% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
echo installing F-Secure Anti-Virus ...
|
||||
start /wait %EXE%
|
||||
|
||||
echo removing F-Secure desktop link ...
|
||||
del /F /Q "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 2>nul
|
||||
|
||||
rem refresh desktop (W10 style)
|
||||
ie4uinit.exe -show
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
@ -1,35 +0,0 @@
|
||||
@echo off
|
||||
call check-for-admin
|
||||
if %ERRORLEVEL% neq 0 exit /b
|
||||
|
||||
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 INSTALLUPDATESVC=0 LAUNCHAFTERINSTALL=0 /q
|
||||
@echo off
|
||||
cd %OPT%
|
||||
|
||||
echo removing Desktop icon ...
|
||||
del /F /Q "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul
|
||||
|
||||
echo removing autostart for BlueJeans-Client ...
|
||||
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^
|
||||
/v "BlueJeans.Detector" /f
|
||||
|
||||
echo refreshing desktop (W10 style) ...
|
||||
ie4uinit.exe -show
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
@ -3,7 +3,6 @@ https://downloads.ntlite.com/files/NTLite_setup_x64.exe ntlite-setup.exe
|
||||
https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
|
||||
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.2.1237/setup.msi emclient-setup.msi
|
||||
https://download.sp.f-secure.com/SE/Retail/installer/F-SecureNetworkInstaller-AV.exe f-securenetworkinstaller-av_avtr20f930_.exe
|
||||
https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-8.0.3-en.msi seafile-setup.msi
|
||||
https://github.com/ClusterM/hakchi2/releases/download/v2.32/hakchi2.zip hakchi2.zip
|
||||
https://download3.vmware.com/software/view/viewclients/CART21FQ4/VMware-Horizon-Client-2012-8.1.0-17349995.exe horizon-setup.exe
|
||||
@ -19,7 +18,6 @@ https://download.virtualbox.org/virtualbox/6.1.42/VirtualBox-6.1.42-155177-Win.e
|
||||
https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
|
||||
https://github.com/takumisoft68/vscode-markdown-table/releases/download/0.10.0/markdowntable-0.10.0.vsix markdowntable.vsix
|
||||
https://media.inkscape.org/dl/resources/file/inkscape-1.2.2_2022-12-09_732a01da63-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_pc2 sonos2-setup.exe
|
||||
https://download.lenovo.com/lsa/Releases/Rescue_and_Smart_Assistant_v6.1.1.9_signed_setup.exe motorescue-setup.exe
|
||||
https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user