removed far

This commit is contained in:
Michael H.G. Schmidt 2021-03-08 19:51:10 +01:00
parent 6b6db05518
commit a5499b07d9
3 changed files with 0 additions and 31 deletions

View File

@ -108,9 +108,6 @@ echo.
call install-git.cmd
echo.
call install-far.cmd
echo.
powershell -command .\install-windowsterminal.ps1
echo.

View File

@ -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 #######

View File

@ -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://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://farmanager.com/files/Far30b5700.x64.20201112.msi far-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.nirsoft.net/utils/regscanner-x64.zip regscanner.zip

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
15 https://ftp.nluug.nl/pub/vim/pc/vim82w32.zip vim.zip
16 https://winscp.net/download/WinSCP-5.17.10-Portable.zip winscp.zip
17 https://www.sordum.org/files/downloads.php?st-windows-update-blocker wub.zip
https://farmanager.com/files/Far30b5700.x64.20201112.msi far-setup.msi
18 https://golang.org/dl/go1.16.windows-amd64.msi go-setup.msi
19 https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe python3-setup.exe
20 https://www.nirsoft.net/utils/regscanner-x64.zip regscanner.zip