enabled new PDF.DLL in irfan view
This commit is contained in:
parent
940cf1dbd1
commit
5970b73f51
BIN
scripts/config/i_view64.ini
Normal file
BIN
scripts/config/i_view64.ini
Normal file
Binary file not shown.
@ -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 #######
|
||||
|
Loading…
Reference in New Issue
Block a user