removed far
This commit is contained in:
parent
6b6db05518
commit
a5499b07d9
@ -108,9 +108,6 @@ echo.
|
|||||||
call install-git.cmd
|
call install-git.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
call install-far.cmd
|
|
||||||
echo.
|
|
||||||
|
|
||||||
powershell -command .\install-windowsterminal.ps1
|
powershell -command .\install-windowsterminal.ps1
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set SCRIPTS=..\scripts
|
|
||||||
set SOFTWARE=..\software
|
|
||||||
set MSI=far-setup.msi
|
|
||||||
|
|
||||||
if NOT EXIST %SOFTWARE%\%MSI% (
|
|
||||||
echo ERROR: %SOFTWARE%\%MSI% not found!
|
|
||||||
exit /b
|
|
||||||
)
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
|
||||||
|
|
||||||
cd %SOFTWARE%
|
|
||||||
@echo on
|
|
||||||
msiexec /i %MSI% INSTALLDIR="%ProgramFiles%\FarManager" /passive
|
|
||||||
@echo off
|
|
||||||
cd %SCRIPTS%
|
|
||||||
|
|
||||||
rem copy link to desktop ...
|
|
||||||
copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Far Manager 3 x64\Far*" ^
|
|
||||||
%PUBLIC%\Desktop
|
|
||||||
|
|
||||||
echo renaming Far Manager desktop link ...
|
|
||||||
move /Y "%PUBLIC%\Desktop\Far Manager 3 x64.lnk" "%PUBLIC%\Desktop\Far Manager.lnk"
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
|
@ -15,7 +15,6 @@ https://www.tightvnc.com/download/2.8.59/tightvnc-2.8.59-gpl-setup-64bit.msi vnc
|
|||||||
https://ftp.nluug.nl/pub/vim/pc/vim82w32.zip vim.zip
|
https://ftp.nluug.nl/pub/vim/pc/vim82w32.zip vim.zip
|
||||||
https://winscp.net/download/WinSCP-5.17.10-Portable.zip winscp.zip
|
https://winscp.net/download/WinSCP-5.17.10-Portable.zip winscp.zip
|
||||||
https://www.sordum.org/files/downloads.php?st-windows-update-blocker wub.zip
|
https://www.sordum.org/files/downloads.php?st-windows-update-blocker wub.zip
|
||||||
https://farmanager.com/files/Far30b5700.x64.20201112.msi far-setup.msi
|
|
||||||
https://golang.org/dl/go1.16.windows-amd64.msi go-setup.msi
|
https://golang.org/dl/go1.16.windows-amd64.msi go-setup.msi
|
||||||
https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe python3-setup.exe
|
https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe python3-setup.exe
|
||||||
https://www.nirsoft.net/utils/regscanner-x64.zip regscanner.zip
|
https://www.nirsoft.net/utils/regscanner-x64.zip regscanner.zip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user