From: Uwe Stöhr Date: Mon, 13 Nov 2017 00:19:45 +0000 (+0100) Subject: Win installer: disable a feature X-Git-Tag: lyx-2.4.0dev-acb2ca7b~4379 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9fe1e0f8df8514a0dba384387cab25fa393318b8;p=features.git Win installer: disable a feature checking that the Win installer is already currently running doesn't work with the current Unicode compatible NSIS plugin --- diff --git a/development/Win32/packaging/installer/include/init.nsh b/development/Win32/packaging/installer/include/init.nsh index d43b4ef6e8..a5f610dd77 100644 --- a/development/Win32/packaging/installer/include/init.nsh +++ b/development/Win32/packaging/installer/include/init.nsh @@ -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