Annotation of u3p/TcpView/Manifest/manifest.u3i, Revision 1.1
1.1 ! andrew 1: <u3manifest version="1.0">
! 2: <application uuid="0dc00a90-7022-11db-9fe1-0800200c9a66" version="2.40">
! 3: <icon>TcpView.ico</icon>
! 4: <name>TcpView</name>
! 5: <vendor>Sysinternals</vendor>
! 6: <description>TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections.</description>
! 7: <options>
! 8: <minFreeSpace>1.0</minFreeSpace>
! 9: </options>
! 10: <i18n></i18n>
! 11: </application>
! 12: <actions>
! 13: <appStart cmd="%U3_APP_DATA_PATH%\TcpView.exe"></appStart>
! 14: <appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s TcpView</appStop>
! 15: <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s TcpView</hostCleanUp>
! 16: </actions>
! 17: </u3manifest>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>