aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3/win32/manifest.tmpl
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2008-01-04 14:10:57 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2008-01-04 14:10:57 +0000
commitb6dc767069466ad485f6b53c518c3f1496f14af2 (patch)
tree60618e8f85bfb8c9543707219696b226df8b8079 /packaging/u3/win32/manifest.tmpl
parent906d66181e688f7c4ee08a77d667221bda1e1c1a (diff)
Changes to use a generic manifest to determine package contents, and also U3 self-certification fixes e.g.
* package size (dependent on use of UPX) * upgrade * shortDescription * vendor svn path=/trunk/; revision=24012
Diffstat (limited to 'packaging/u3/win32/manifest.tmpl')
-rw-r--r--packaging/u3/win32/manifest.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/u3/win32/manifest.tmpl b/packaging/u3/win32/manifest.tmpl
index 0d51062dd9..b43d7dd5dd 100644
--- a/packaging/u3/win32/manifest.tmpl
+++ b/packaging/u3/win32/manifest.tmpl
@@ -3,10 +3,12 @@
<application uuid="$(UUID)" version="$(U3_VERSION)">
<icon>wireshark.ico</icon>
<name>Wireshark</name>
- <vendor url="http://www.wireshark.org/">The Wireshark Developer Community</vendor>
+ <vendor url="http://www.wireshark.org/">The Wireshark 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>
+ <shortDescription>Network protocol analyzer</shortDescription>
<options>
- <minFreeSpace>40</minFreeSpace>
+ <minFreeSpace>$(SIZE)</minFreeSpace>
+ <upgrade appData="remove" deviceExec="remove"/>
</options>
</application>
<actions>