mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-02-01 05:21:40 +01:00
install the MSVC 2008 runtime dlls needed for Tesseract to work
TODO: check for the runtime and don't install them if they are already installed git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@811 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
fa56a6eea1
commit
35940b29d1
BIN
Tesseract/msvcp90.dll
Normal file
BIN
Tesseract/msvcp90.dll
Normal file
Binary file not shown.
BIN
Tesseract/msvcr90.dll
Normal file
BIN
Tesseract/msvcr90.dll
Normal file
Binary file not shown.
@ -98,6 +98,8 @@ COPY /Y /V "Hunspellx86.dll" "temp_zip\"
|
||||
COPY /Y /V "NHunspell.dll" "temp_zip\"
|
||||
COPY /Y /V "SubtitleEdit.exe" "temp_zip\"
|
||||
COPY /Y /V "Languages\*.xml" "temp_zip\Languages\"
|
||||
COPY /Y /V "..\..\..\Tesseract\msvcp90.dll" "temp_zip\Tesseract\"
|
||||
COPY /Y /V "..\..\..\Tesseract\msvcr90.dll" "temp_zip\Tesseract\"
|
||||
COPY /Y /V "..\..\..\Tesseract\tesseract.exe" "temp_zip\Tesseract\"
|
||||
COPY /Y /V "..\..\..\Tesseract\tessdata\configs\hocr" "temp_zip\Tesseract\tessdata\configs\"
|
||||
COPY /Y /V "..\..\..\Tesseract\tessdata\eng.traineddata" "temp_zip\Tesseract\tessdata\"
|
||||
|
@ -177,6 +177,8 @@ Source: {#bindir}\Icons\VisualSync.png; DestDir: {app}\Icons;
|
||||
Source: {#bindir}\Icons\WaveFormToogle.png; DestDir: {app}\Icons; Flags: ignoreversion; Components: main
|
||||
Source: ..\Tesseract\tessdata\configs\hocr; DestDir: {app}\Tesseract\tessdata\configs; Flags: ignoreversion; Components: main
|
||||
Source: ..\Tesseract\tessdata\eng.traineddata; DestDir: {app}\Tesseract\tessdata; Flags: ignoreversion; Components: main
|
||||
Source: ..\Tesseract\msvcp90.dll; DestDir: {app}\Tesseract; Flags: ignoreversion; Components: main
|
||||
Source: ..\Tesseract\msvcr90.dll; DestDir: {app}\Tesseract; Flags: ignoreversion; Components: main
|
||||
Source: ..\Tesseract\tesseract.exe; DestDir: {app}\Tesseract; Flags: ignoreversion; Components: main
|
||||
|
||||
; Uncomment the language files when they are ready to be distributed again
|
||||
|
Loading…
x
Reference in New Issue
Block a user