From 90935b972e4c9f6b2460b374e0bcabfb91d39f73 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 3 Nov 2007 08:48:12 +0000 Subject: at least mention in a comment, that you'll need the FindProcDLL plug-in svn path=/trunk/; revision=23349 --- packaging/portableapps/win32/WiresharkPortable.nsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging/portableapps') diff --git a/packaging/portableapps/win32/WiresharkPortable.nsi b/packaging/portableapps/win32/WiresharkPortable.nsi index 46b4c18bcf..f1ae117e8c 100755 --- a/packaging/portableapps/win32/WiresharkPortable.nsi +++ b/packaging/portableapps/win32/WiresharkPortable.nsi @@ -157,6 +157,8 @@ Section "Main" FoundProgramEXE: ;=== Check if running StrCmp $SECONDARYLAUNCH "true" GetPassedParameters + ; if the following step fails, you'll need the FindProcDLL plug-in from: + ; http://nsis.sourceforge.net/Find_Process_By_Name FindProcDLL::FindProc "${DEFAULTEXE}" StrCmp $R0 "1" WarnAnotherInstance DisplaySplash -- cgit v1.2.3