installationservices/swi/test/tuiscriptadaptors/scripts/gpl.xml
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 12:04:39 +0000
branchRCL_3
changeset 84 e6c5e34cd9b9
parent 0 ba25891c3a9e
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

<?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>