added sumatra PDF and move irfanview to basic install
This commit is contained in:
parent
a5cccf9783
commit
96fc6bf340
@ -175,6 +175,9 @@ if %install_firefox% == 1 (
|
|||||||
call install-win32diskimager.cmd
|
call install-win32diskimager.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
call install-irfanview.cmd
|
||||||
|
echo.
|
||||||
|
|
||||||
call install-shortcuts.cmd
|
call install-shortcuts.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
call check-for-admin
|
|
||||||
if %ERRORLEVEL% neq 0 exit /b
|
|
||||||
|
|
||||||
set EXE=..\software\iview-setup.exe
|
set EXE=..\software\iview-setup.exe
|
||||||
set ZIP=..\software\iview-plugins.zip
|
set ZIP=..\software\iview-plugins.zip
|
@ -1,4 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
set %TOOLS%=c:\tools
|
||||||
set ARG1=null
|
set ARG1=null
|
||||||
|
|
||||||
IF "%~1" NEQ "" set ARG1=%1
|
IF "%~1" NEQ "" set ARG1=%1
|
||||||
@ -15,9 +16,9 @@ set SUFFIX=acr ani b3d bmp dib clp crw cr2 cr3 cur dcm ima dcx dds djvu iw44 dxf
|
|||||||
mpg mpe mpeg mov wmv aif mid rmi mp3 ogg au snd wav wma
|
mpg mpe mpeg mov wmv aif mid rmi mp3 ogg au snd wav wma
|
||||||
call :SFTA
|
call :SFTA
|
||||||
|
|
||||||
set AKA=PDF24
|
set AKA=SumatraPDF
|
||||||
set BINARY="%PROGRAMFILES%\PDF24\pdf24-Reader.exe"
|
set BINARY="%TOOLS%\SumatraPDF.exe"
|
||||||
set SUFFIX=pdf
|
set SUFFIX=pdf epub mobi fb2 fb2z pdb tcr cbz cbr cbt cb7 djv djvu chm xps oxps xod
|
||||||
call :SFTA
|
call :SFTA
|
||||||
|
|
||||||
set AKA=Presentations
|
set AKA=Presentations
|
||||||
|
BIN
scripts/startmenu/Sumatra PDF.lnk
Normal file
BIN
scripts/startmenu/Sumatra PDF.lnk
Normal file
Binary file not shown.
@ -25,6 +25,7 @@ for %%A in (
|
|||||||
serviwin
|
serviwin
|
||||||
setdefaultbrowser
|
setdefaultbrowser
|
||||||
showkeyplus
|
showkeyplus
|
||||||
|
sumatrapdf
|
||||||
trid
|
trid
|
||||||
triddefs
|
triddefs
|
||||||
vim
|
vim
|
||||||
@ -122,6 +123,11 @@ move /Y %T%\showkeyplus\*.exe %TOOLS%
|
|||||||
rd /S /Q %T%\showkeyplus
|
rd /S /Q %T%\showkeyplus
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
echo SumatraPDF
|
||||||
|
move /Y %T%\sumatrapdf\*.exe %TOOLS%\SumatraPDF.exe
|
||||||
|
rd /S /Q %T%\sumatrapdf
|
||||||
|
echo.
|
||||||
|
|
||||||
echo TrID (File identifier)
|
echo TrID (File identifier)
|
||||||
move /Y %T%\trid\trid.exe %TOOLS%
|
move /Y %T%\trid\trid.exe %TOOLS%
|
||||||
rd /S /Q %T%\trid
|
rd /S /Q %T%\trid
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
|
https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
|
||||||
|
https://www.sumatrapdfreader.org/dl/rel/3.4.6/SumatraPDF-3.4.6-64.zip sumatrapdf.zip
|
||||||
https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
|
https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
|
||||||
https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.zip
|
https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.zip
|
||||||
https://curl.se/windows/latest.cgi?p=win64-mingw.zip curl.zip
|
https://curl.se/windows/latest.cgi?p=win64-mingw.zip curl.zip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user