Annotation of u3p/Process Explorer/Manifest/manifest.u3i, Revision 1.1
1.1 ! andrew 1: <u3manifest version="1.0">
! 2: <application uuid="ED8B4D10-7022-11DB-9FE1-0800200C9A66" version="10.21">
! 3: <icon>procexp.ico</icon>
! 4: <name>Process Explorer</name>
! 5: <vendor>Sysinternals</vendor>
! 6: <description>Process Explorer shows you information about which handles and DLLs processes have opened or loaded. </description>
! 7: <options>
! 8: <minFreeSpace>5.0</minFreeSpace>
! 9: </options>
! 10: <i18n></i18n>
! 11: </application>
! 12: <actions>
! 13: <appStart cmd="%U3_APP_DATA_PATH%\procexp.exe"></appStart>
! 14: <appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s procexp</appStop>
! 15: <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s procexp</hostCleanUp>
! 16: </actions>
! 17: </u3manifest>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>