installationservices/swi/test/tuiscriptadaptors/scripts/gpl.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:51:10 +0200
changeset 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 200949 Kit: 200951

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- gpl[nc].sis: Installation of a simple text file -->
<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>
	<!-- Display security warning, continue if possible -->
	<dialog name="DisplaySecurityWarning">
		<return type="TBool">true</return>
	</dialog>
</Script>