diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2007-11-03 08:48:12 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2007-11-03 08:48:12 +0000 |
commit | 90935b972e4c9f6b2460b374e0bcabfb91d39f73 (patch) | |
tree | 5066ee902e597552d51ad148497f407da5accb61 /packaging/portableapps | |
parent | bb71da97dfb948a1d8071b353af043ad55b03e67 (diff) | |
download | wireshark-90935b972e4c9f6b2460b374e0bcabfb91d39f73.tar.gz wireshark-90935b972e4c9f6b2460b374e0bcabfb91d39f73.tar.bz2 wireshark-90935b972e4c9f6b2460b374e0bcabfb91d39f73.zip |
at least mention in a comment, that you'll need the FindProcDLL plug-in
svn path=/trunk/; revision=23349
Diffstat (limited to 'packaging/portableapps')
-rwxr-xr-x | packaging/portableapps/win32/WiresharkPortable.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
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 |