removed go, python3 and vlc from autoinstall routine...
This commit is contained in:
parent
a343960052
commit
20fa709fb0
@ -155,12 +155,6 @@ echo.
|
||||
powershell -command .\install-windowsterminal.ps1
|
||||
echo.
|
||||
|
||||
call install-go.cmd
|
||||
echo.
|
||||
|
||||
call install-python3.cmd
|
||||
echo.
|
||||
|
||||
rem fuck you microsoft ...
|
||||
call install-openshell.cmd
|
||||
echo.
|
||||
@ -171,9 +165,6 @@ if %install_firefox% == 1 (
|
||||
echo.
|
||||
)
|
||||
|
||||
call install-vlc.cmd
|
||||
echo.
|
||||
|
||||
call install-win32diskimager.cmd
|
||||
echo.
|
||||
|
||||
|
@ -1,20 +0,0 @@
|
||||
@echo off
|
||||
|
||||
set SCRIPTS=..\scripts
|
||||
set SOFTWARE=..\software
|
||||
set MSI=go-setup.msi
|
||||
|
||||
if NOT EXIST %SOFTWARE%\%MSI% (
|
||||
echo ERROR: %SOFTWARE%\%MSI% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
cd %SOFTWARE%
|
||||
@echo on
|
||||
msiexec /i %MSI% /passive
|
||||
@echo off
|
||||
cd %SCRIPTS%
|
||||
|
||||
echo ####### %0 #######
|
@ -1,20 +0,0 @@
|
||||
@echo off
|
||||
|
||||
set SCRIPTS=..\scripts
|
||||
set SOFTWARE=..\software
|
||||
set EXE=python3-setup.exe
|
||||
|
||||
if NOT EXIST %SOFTWARE%\%EXE% (
|
||||
echo ERROR: %SOFTWARE%\%EXE% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
cd %SOFTWARE%
|
||||
@echo on
|
||||
%EXE% InstallAllUsers=1 PrependPath=0 /passive
|
||||
@echo off
|
||||
cd %SCRIPTS%
|
||||
|
||||
echo ####### %0 #######
|
@ -1,22 +0,0 @@
|
||||
@echo off
|
||||
|
||||
set EXE=..\software\vlc-setup.exe
|
||||
|
||||
if NOT EXIST %EXE% (
|
||||
echo ERROR: %EXE% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
echo installing VLC player ...
|
||||
%EXE% /L=1033 /S
|
||||
|
||||
echo removing Desktop link ...
|
||||
del /F "%PUBLIC%\Desktop\VLC media player.lnk" 2>nul
|
||||
|
||||
rem refresh desktop (W10 style)
|
||||
ie4uinit.exe -show
|
||||
|
||||
echo ####### %0 #######
|
||||
|
Loading…
Reference in New Issue
Block a user