summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-09-09 15:04:15 -0700
committerGerald Combs <gerald@wireshark.org>2016-09-09 22:55:12 +0000
commitd1cacbb1463503999981637314310a0824d9f3fe (patch)
tree6f573446d324edd9b6c2019ebccd72d845a4af4e /packaging
parent559bb375c1542f6556b4afc260345eb6a988025b (diff)
downloadwireshark-d1cacbb1463503999981637314310a0824d9f3fe.tar.gz
PortableApps: Allow multiple instances.
The documentation for the [Launch]SingleAppInstance key doesn't seem to match its behavior in that its default value (true) keeps multiple portable instances from running, at least for us. Set it to false since we're happy with users running as many concurrent instances as they can stand. Set the related SinglePortableAppInstance key to false while we're here in case its default value ever changes. Change-Id: Iea1a6a80d5b204814b7569776734e0b0e254d657 Reviewed-on: https://code.wireshark.org/review/17616 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/portableapps/WiresharkPortable.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/portableapps/WiresharkPortable.ini b/packaging/portableapps/WiresharkPortable.ini
index 5fe664dcd8..79b2098113 100644
--- a/packaging/portableapps/WiresharkPortable.ini
+++ b/packaging/portableapps/WiresharkPortable.ini
@@ -1,5 +1,8 @@
+# http://portableapps.com/manuals/PortableApps.comLauncher/ref/launcher.ini/launch.html
[Launch]
ProgramExecutable=Wireshark\Wireshark.exe
+SinglePortableAppInstance=false
+SingleAppInstance=false
WaitForProgram=false
MinOS=Vista