aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3/win32/manifest.tmpl
blob: f82f3a0d7b936fd23de6b341eb8a9066790fd6a8 (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="bded1f20-ac95-11db-a05b-0002a5d5c51b" version="$(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>60</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>