Win installer: add two more required packages and correct a word

- vntex is necessary for Vietnamese, greek-fontenc for Greek
- use correct term for Farsi
This commit is contained in:
Uwe Stöhr 2017-11-21 01:10:16 +01:00
parent 778ebb3953
commit 363484a83f
2 changed files with 11 additions and 8 deletions

View File

@ -83,6 +83,7 @@ filehook
footmisc
forest
framed
greek-fontenc
greek-inputenc
harvard
hyphenat
@ -125,6 +126,7 @@ ulem
undertilde
unicode-math
url
vntex
wallpaper
wrapfig
xargs

View File

@ -212,7 +212,7 @@ Section /o "Euskara" SecDBasque
AddSize 4850
SectionEnd
Section /o "Farsi" SecDFarsi
Section /o "فارسی" SecDFarsi
StrCpy $DictCodes "fa_IR,$DictCodes"
AddSize 6710
SectionEnd
@ -603,14 +603,15 @@ Function .onInit
Quit
${endif}
# fixme
# Fixme: the Unicode version of FindProcDLL::FindProc
# reports always that it is already running
# check that the installer is not currently running
FindProcDLL::FindProc "${BundleExeFile}"
${if} $R0 == "1"
MessageBox MB_OK|MB_ICONSTOP "$(InstallRunning)" /SD IDOK
Abort
${endif}
FindProcDLL::FindProc "${ExeFile}"
#FindProcDLL::FindProc "${BundleExeFile}"
#${if} $R0 == "1"
# MessageBox MB_OK|MB_ICONSTOP "$(InstallRunning)" /SD IDOK
# Abort
#${endif}
#FindProcDLL::FindProc "${ExeFile}"
#${if} $R0 == "1"
# MessageBox MB_OK|MB_ICONSTOP "$(InstallRunning)" /SD IDOK
# Abort