installationservices/swi/test/tuiscriptadaptors/scripts/baddrivesel.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 11 May 2010 16:20:28 +0300
branchRCL_3
changeset 17 741e5bba2bd1
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 201016 Kit: 201019

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- baddrivesel.sis: Bad drive selection 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 which doesn't even exist in the list -->
	<dialog name="DisplayDrive">
		<return type="TInt">0</return>
	</dialog>
	<!--  Display security warning, continue if possible --> 
	<dialog name="DisplaySecurityWarning">
		<return type="TBool">true</return> 
	</dialog>
</Script>