aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps/win32/Installer.nsi
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-01-23 01:23:06 +0000
committerGerald Combs <gerald@wireshark.org>2008-01-23 01:23:06 +0000
commit56ae79a3fd245eadc73990367c8c344a36f46191 (patch)
tree478194e55a285439e8ca6704ce4224f6dffbc47c /packaging/portableapps/win32/Installer.nsi
parent8cd88c89125925a6500bea23677b8c9aa9a3494a (diff)
Unpack FindProcDLL.dll into $(WIRESHARK_LIBS\nsis-plugins, and tell NSIS
where it is using "!addplugindir". svn path=/trunk/; revision=24166
Diffstat (limited to 'packaging/portableapps/win32/Installer.nsi')
-rwxr-xr-xpackaging/portableapps/win32/Installer.nsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/portableapps/win32/Installer.nsi b/packaging/portableapps/win32/Installer.nsi
index 9e56e240da..f6bf0adef4 100755
--- a/packaging/portableapps/win32/Installer.nsi
+++ b/packaging/portableapps/win32/Installer.nsi
@@ -34,6 +34,8 @@
!define CLOSENAME "Wireshark Portable"
!define ADDONSDIRECTORYPRESERVE "NONE"
+!addplugindir "${EXTRA_PLUGINS}"
+
;=== Program Details
Name "${NAME}"
OutFile "${FILENAME}-${WSVERSION}.paf.exe"
@@ -200,4 +202,4 @@ FunctionEnd
Section "!App Portable (required)"
SetOutPath $INSTDIR
File /r "Files\*.*"
-SectionEnd \ No newline at end of file
+SectionEnd