enabled new PDF.DLL in irfan view

This commit is contained in:
Michael H.G. Schmidt 2023-05-04 15:47:06 +02:00
parent 940cf1dbd1
commit 5970b73f51
2 changed files with 6 additions and 1 deletions

BIN
scripts/config/i_view64.ini Normal file

Binary file not shown.

View File

@ -2,6 +2,7 @@
set EXE=..\software\iview-setup.exe
set ZIP=..\software\iview-plugins.zip
set CONFIG=config\i_view64.ini
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
set TARGET="%PROGRAMFILES%\IrfanView"
@ -31,7 +32,11 @@ ie4uinit.exe -show
if EXIST %ZIP% (
echo extracting and installing PDF plugin ...
7z -o%TARGET%\Plugins -aoa x %ZIP% PDF.dll
7z -o%TARGET%\Plugins -aoa x %ZIP% PDF.dll 1>nul
echo copying config file to enable new PDF lib ...
copy /Y %CONFIG% %TARGET%
)
echo ####### %0 #######