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

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

Revision 1.1, Wed Nov 8 21:55:30 2006 UTC (17 years, 6 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD

add startup cpl, cuZ it is essential

<u3manifest version="1.0">
	<application uuid="729d3870-6f73-11db-9fe1-0800200c9a66" version="2.8">
		<icon>Startup.ico</icon>
		<name>Startup Control Panel</name>
		<vendor>Mike Lin</vendor>
		<description>a nifty control panel applet that allows you to easily configure which programs run when your computer starts</description>
		<options>
			<minFreeSpace>1.0</minFreeSpace>
		</options>
		<i18n></i18n>
	</application>
		<actions>
			<appStart cmd="%U3_APP_DATA_PATH%\Startup.exe"></appStart>
			<appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s Startup</appStop>
			<hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s Startup</hostCleanUp>
		</actions>
</u3manifest>