aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps/win32/WiresharkPortable.ini
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-02 12:18:20 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-02 23:55:54 +0000
commit85eec7f603f63f1df357691bb558ad47fcc4a224 (patch)
tree37b82c3851217b5f36ad40a98fdb47a23e06cf7d /packaging/portableapps/win32/WiresharkPortable.ini
parent9555c24740540aff840605595919fa2f5e2a2c23 (diff)
Fix PortableApps packaging.
Our Windows portable packaging environment has a lot of cruft which is no longer relevant. We removed support for U3 packages and the method we use to generate PortableApps packages has been deprecated for a while. Create PortableApps packages using current file formats (AppInfo v3.0) and tools. Generate the PA launcher using the PortableApps.com Launcher generator. Copy files and directories from the top level instead of using a manifest derived from the NSIS installer. The manifest is a good idea, but we should create a central manifest and use that to generate the NSIS and PortableApps packages instead of trying to parse wireshark.nsi. The new package still needs a bit of work but it installs and runs in the current version of the PA Platform. Remove the define for MAKENSIS_UNICODE. It doesn't look like we were using it. Start tearing down makefiles and scripts that we no longer use. Ping-Bug: 4191 Change-Id: Ib7173eec887d0abf69bb176a1e3f943a5a63bee4 Reviewed-on: https://code.wireshark.org/review/3962 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/portableapps/win32/WiresharkPortable.ini')
-rw-r--r--packaging/portableapps/win32/WiresharkPortable.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/portableapps/win32/WiresharkPortable.ini b/packaging/portableapps/win32/WiresharkPortable.ini
new file mode 100644
index 0000000000..b9ea785d0d
--- /dev/null
+++ b/packaging/portableapps/win32/WiresharkPortable.ini
@@ -0,0 +1,3 @@
+[Launch]
+ProgramExecutable=Wireshark\Wireshark.exe
+WaitForProgram=false \ No newline at end of file