]> git.lyx.org Git - features.git/commitdiff
Amend b32c9ae8af3a9, by Eugene
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 9 Jun 2020 10:08:03 +0000 (12:08 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 9 Jun 2020 10:08:03 +0000 (12:08 +0200)
development/Win32/packaging/installer2/src/main.nsh

index ca3487dc5d204e4c8742df0671d57ffaaa4b94d2..2c70438ca73ca3a8182b45798e7b2ea8a1f05f42 100644 (file)
     #!include LangFile.nsh # included in MUI2 # Header file to create language files that can be included with a single command.
     !include x64.nsh # Header file to check if target system is 64 bit or not with ${RunningX64}, also defines ${DisableX64FSRedirection} and ${EnableX64FSRedirection}
     !include NSISList.nsh # Header file to create and work with lists in NSIS (plugin)
     #!include LangFile.nsh # included in MUI2 # Header file to create language files that can be included with a single command.
     !include x64.nsh # Header file to check if target system is 64 bit or not with ${RunningX64}, also defines ${DisableX64FSRedirection} and ${EnableX64FSRedirection}
     !include NSISList.nsh # Header file to create and work with lists in NSIS (plugin)
-    !include nsProcess.nsh # Header file to search for a running process (plugin)
 
     #!include StrFunc.nsh # included in MultiUser # Provides some additional string functions
     ${StrRep} # Define this function from StrFunc.nsh for further use
 
     #!include StrFunc.nsh # included in MultiUser # Provides some additional string functions
     ${StrRep} # Define this function from StrFunc.nsh for further use