deleted foxit reader. Because it is trash

This commit is contained in:
Michael H.G. Schmidt 2022-05-31 15:59:14 +02:00
parent 719ee4e231
commit 9fc1183582
3 changed files with 0 additions and 39 deletions

View File

@ -1,9 +0,0 @@
[Setup]
Lang=en
Dir=C:\Program Files (x86)\Foxit Software\Foxit PDF Reader
Group=Foxit PDF Reader
NoIcons=0
SetupType=custom
Components=pdfviewer,ffse,ffaddin
Tasks=startmenufolder,setdefaultreader

View File

@ -1,29 +0,0 @@
@echo off
set CONFIG=config\install-foxitreader.txt
set EXE=..\software\foxitreader-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo killing Foxit Reader process ...
taskkill /F /IM FoxitPDFReader.exe 2>nul
taskkill /F /IM FoxitPDFReaderUpdateService.exe 2>nul
echo installing Foxit Reader ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo stopping and delete update service ...
sc stop "FoxitReaderUpdateService"
sc delete "FoxitReaderUpdateService"
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause

View File

@ -31,5 +31,4 @@ https://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe
https://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitechoptions-setup.exe https://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitechoptions-setup.exe
https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.51.1/KeePass-2.51.1-Setup.exe/download?use_mirror=netcologne# keepass2-setup.exe https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.51.1/KeePass-2.51.1-Setup.exe/download?use_mirror=netcologne# keepass2-setup.exe
https://cdn01.foxitsoftware.com/product/reader/desktop/win/11.2.2/FoxitPDFReader1122_enu_Setup_Prom.exe foxitreader-setup.exe

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
31 https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe
32 https://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitechoptions-setup.exe
33 https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.51.1/KeePass-2.51.1-Setup.exe/download?use_mirror=netcologne# keepass2-setup.exe
https://cdn01.foxitsoftware.com/product/reader/desktop/win/11.2.2/FoxitPDFReader1122_enu_Setup_Prom.exe foxitreader-setup.exe
34