mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 13:20:58 +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
|
footmisc
|
||||||
forest
|
forest
|
||||||
framed
|
framed
|
||||||
|
greek-fontenc
|
||||||
greek-inputenc
|
greek-inputenc
|
||||||
harvard
|
harvard
|
||||||
hyphenat
|
hyphenat
|
||||||
@ -125,6 +126,7 @@ ulem
|
|||||||
undertilde
|
undertilde
|
||||||
unicode-math
|
unicode-math
|
||||||
url
|
url
|
||||||
|
vntex
|
||||||
wallpaper
|
wallpaper
|
||||||
wrapfig
|
wrapfig
|
||||||
xargs
|
xargs
|
||||||
|
@ -212,7 +212,7 @@ Section /o "Euskara" SecDBasque
|
|||||||
AddSize 4850
|
AddSize 4850
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section /o "Farsi" SecDFarsi
|
Section /o "فارسی" SecDFarsi
|
||||||
StrCpy $DictCodes "fa_IR,$DictCodes"
|
StrCpy $DictCodes "fa_IR,$DictCodes"
|
||||||
AddSize 6710
|
AddSize 6710
|
||||||
SectionEnd
|
SectionEnd
|
||||||
@ -603,14 +603,15 @@ Function .onInit
|
|||||||
Quit
|
Quit
|
||||||
${endif}
|
${endif}
|
||||||
|
|
||||||
# fixme
|
# Fixme: the Unicode version of FindProcDLL::FindProc
|
||||||
|
# reports always that it is already running
|
||||||
# check that the installer is not currently running
|
# check that the installer is not currently running
|
||||||
FindProcDLL::FindProc "${BundleExeFile}"
|
#FindProcDLL::FindProc "${BundleExeFile}"
|
||||||
${if} $R0 == "1"
|
#${if} $R0 == "1"
|
||||||
MessageBox MB_OK|MB_ICONSTOP "$(InstallRunning)" /SD IDOK
|
# MessageBox MB_OK|MB_ICONSTOP "$(InstallRunning)" /SD IDOK
|
||||||
Abort
|
# Abort
|
||||||
${endif}
|
#${endif}
|
||||||
FindProcDLL::FindProc "${ExeFile}"
|
#FindProcDLL::FindProc "${ExeFile}"
|
||||||
#${if} $R0 == "1"
|
#${if} $R0 == "1"
|
||||||
# MessageBox MB_OK|MB_ICONSTOP "$(InstallRunning)" /SD IDOK
|
# MessageBox MB_OK|MB_ICONSTOP "$(InstallRunning)" /SD IDOK
|
||||||
# Abort
|
# Abort
|
||||||
|
Loading…
Reference in New Issue
Block a user