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

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

Revision 1.1, Mon Feb 5 16:10:14 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD

Add a Poweroff 3.0 U3 app.

<u3manifest version="1.0">
	<application uuid="83BB5918-A77D-48DE-A984-41D08910CA27" version="3.0">
		<icon>poweroff.ico</icon>
		<name>Poweroff</name>
		<vendor>Jorgen Bosman</vendor>
		<description>Poweroff is a small program that allows you to control the power state of a local or remote pc.</description>
		<options>
			<minFreeSpace>0.5</minFreeSpace>
		</options>
		<i18n></i18n>
	</application>
		<actions>
			<appStart cmd="%U3_APP_DATA_PATH%\poweroff.exe"></appStart>
			<appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s poweroff</appStop>
			<hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s poweroff</hostCleanUp>
		</actions>
</u3manifest>