Annotation of u3p/Filemon/Manifest/manifest.u3i, Revision 1.1.1.1
1.1 andrew 1: <u3manifest version="1.0">
2: <application uuid="72EDE910-6DC9-11DB-9FE1-0800200C9A66" version="7.3.0.0">
3: <icon>filemon.ico</icon>
4: <name>Filemon</name>
5: <vendor>Sysinternals</vendor>
6: <description>monitors and displays all file system activity on a system</description>
7: <options>
8: <minFreeSpace>1.0</minFreeSpace>
9: </options>
10: <i18n></i18n>
11: </application>
12: <actions>
13: <appStart cmd="%U3_APP_DATA_PATH%\filemon.exe"> -o</appStart>
14: <appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s filemon</appStop>
15: <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s filemon</hostCleanUp>
16: </actions>
17: </u3manifest>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>