[BACK]Return to manifest.u3i CVS log [TXT][DIR] Up to [local] / u3p / TcpView / Manifest

File: [local] / u3p / TcpView / Manifest / manifest.u3i (download)

Revision 1.1, Thu Nov 9 18:46:37 2006 UTC (17 years, 6 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD

add TcpView

<u3manifest version="1.0">
	<application uuid="0dc00a90-7022-11db-9fe1-0800200c9a66" version="2.40">
		<icon>TcpView.ico</icon>
		<name>TcpView</name>
		<vendor>Sysinternals</vendor>
		<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>
		<options>
			<minFreeSpace>1.0</minFreeSpace>
		</options>
		<i18n></i18n>
	</application>
		<actions>
			<appStart cmd="%U3_APP_DATA_PATH%\TcpView.exe"></appStart>
			<appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s TcpView</appStop>
			<hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s TcpView</hostCleanUp>
		</actions>
</u3manifest>