aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3/win32/manifest.tmpl
blob: 0d51062dd9952f453883de85ea32c3310d5dd55b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<u3manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
	<application uuid="$(UUID)" version="$(U3_VERSION)">
		<icon>wireshark.ico</icon>
		<name>Wireshark</name>
		<vendor url="http://www.wireshark.org/">The Wireshark Developer Community</vendor>
		<description>Wireshark $(VERSION) is one of the world's foremost network protocol analyzers, and is the standard in many parts of the industry.</description>
		<options>
			<minFreeSpace>40</minFreeSpace>
		</options>
	</application>
	<actions>
		<hostConfigure cmd="%U3_HOST_EXEC_PATH%\u3util.exe">hostConfigure</hostConfigure>
		<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>