configurationengine/doc/plugins/commandml-plugin/preinstall.commandml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<commandml xmlns="http://www.s60.com/xml/commandml/1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
	<condition value="${preinstallmeta.input} != ''">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
		<command executable="\Preinstallation\preinstallation.exe" cwd="x:\" shell="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
			<argument value="${preinstallmeta.product}"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
			<argument value="${preinstallmeta.input}" />
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
			<argument value="%CONE_OUT_ABSOLUTE%\content" />
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
			<argument value="01" />
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
			<pipe name="stdout" value="x:\\logia.txt"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
			<pipe name="stderr" value="STDOUT"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
			<filter severity="info" condition="\s*\'(?P&lt;name&gt;.*)\' => \'(?P&lt;uid&gt;.*)\'" input="stdout" formatter="Installed %(name)s using UID: %(uid)s"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
			<filter severity="debug" condition=".*successfully.*" input="stdout"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
			<filter severity="error" condition="Installation of \'(?P&lt;name&gt;.*)\' failed! See the log for details and contact Delevopment team." input="stdout" formatter="Install manually %(name)s!"/>		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
		</command>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
		<command executable="notepad.exe">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
			<argument value="x:\\logia.txt"/>		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
		</command>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
	</condition>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
</commandml>