installationservices/swi/test/tuiscriptadaptors/scripts/Displaytextcancel.xml
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:22:02 +0100
branchRCL_3
changeset 66 8b7f4e561641
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- Display Text dialog cancelled returned from UI aborts setup -->
<Script>
	<!-- Accept installation prompt -->
	<dialog name="DisplayInstall">
		<return type="TBool">true</return>
	</dialog>

	<!-- Choose the first language by its index -->
	<dialog name="DisplayLanguage">
		<return type="TInt">0</return>
	</dialog>

	<!-- Choose drive C which is the first in the list -->
	<dialog name="DisplayDrive">
		<return type="TInt">c</return>
	</dialog>
	<!-- Choose drive C which is the first in the list -->
	<dialog name="DisplayUpgrade">
		<return type="TBool">true</return> 
	</dialog>
	<dialog name="DisplayOptions">
		<selection>
			<item index="0">true</item> 
			<item index="1">false</item>
			<item index="2">false</item>
		</selection>
		<return type="TBool">true</return> 
	</dialog>
	<dialog name="DisplayText">
		<return type="TBool">false</return> 
	</dialog>

	<!-- Display security warning, continue if possible -->
	<dialog name="DisplaySecurityWarning">
		<return type="TBool">true</return>
	</dialog>
</Script>