mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
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:
parent
778ebb3953
commit
363484a83f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user