aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3/win32/manifest.tmpl
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-26 17:55:21 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-26 17:55:21 +0000
commit58b1e70fe2d7c3c1640d9bc1ef0345621fee4cba (patch)
treeace50f329a9117308f5f3124fd5eef6204f9f539 /packaging/u3/win32/manifest.tmpl
parent9a500375bc6fd2e4114ce6733c7d2245ffbd2ddd (diff)
U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device.
For more details see packaging/u3/win32/README.txt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19046 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging/u3/win32/manifest.tmpl')
-rw-r--r--packaging/u3/win32/manifest.tmpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/packaging/u3/win32/manifest.tmpl b/packaging/u3/win32/manifest.tmpl
new file mode 100644
index 0000000000..3a7a45d78a
--- /dev/null
+++ b/packaging/u3/win32/manifest.tmpl
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<u3manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\ethereal\packaging\u3\U3_manifest_1003.xsd" version="1.0">
+ <application uuid="11b47440-1fa7-11db-9ce2-0002a5d5c51b" version="$(VERSION)">
+ <icon>wireshark.ico</icon>
+ <name>Wireshark</name>
+ <vendor url="http://www.wireshark.org/">The Wireshark Developer Community</vendor>
+ <description>Wireshark is one of the world's foremost network protocol analyzers, and is the standard in many parts of the industry.</description>
+ <options>
+ <minFreeSpace>60</minFreeSpace>
+ </options>
+ </application>
+ <actions>
+ <appStart cmd="%U3_HOST_EXEC_PATH%\wireshark.exe"/>
+ <appStop cmd="%U3_HOST_EXEC_PATH%\u3util.exe">appStop</appStop>
+ <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\u3util.exe">hostCleanUp</hostCleanUp>
+ </actions>
+</u3manifest>