script for foxit reader
This commit is contained in:
parent
d29e2eab31
commit
ea7682099b
9
optional/config/install-foxitreader.txt
Normal file
9
optional/config/install-foxitreader.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[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
|
||||
|
25
optional/install-foxitreader.cmd
Normal file
25
optional/install-foxitreader.cmd
Normal file
@ -0,0 +1,25 @@
|
||||
@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
|
||||
|
||||
rem refresh desktop (W10 style)
|
||||
ie4uinit.exe -show
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
@ -31,4 +31,5 @@ https://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-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://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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user