Annotation of u3p/StartupCPL/Manifest/manifest.u3i, Revision 1.1
1.1 ! andrew 1: <u3manifest version="1.0">
! 2: <application uuid="729d3870-6f73-11db-9fe1-0800200c9a66" version="2.8">
! 3: <icon>Startup.ico</icon>
! 4: <name>Startup Control Panel</name>
! 5: <vendor>Mike Lin</vendor>
! 6: <description>a nifty control panel applet that allows you to easily configure which programs run when your computer starts</description>
! 7: <options>
! 8: <minFreeSpace>1.0</minFreeSpace>
! 9: </options>
! 10: <i18n></i18n>
! 11: </application>
! 12: <actions>
! 13: <appStart cmd="%U3_APP_DATA_PATH%\Startup.exe"></appStart>
! 14: <appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s Startup</appStop>
! 15: <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s Startup</hostCleanUp>
! 16: </actions>
! 17: </u3manifest>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>