mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Win installer: disable a feature
checking that the Win installer is already currently running doesn't work with the current Unicode compatible NSIS plugin
This commit is contained in:
parent
1019d32d0f
commit
9fe1e0f8df
@ -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