installationservices/swi/test/tuiscriptadaptors/scripts/badlangsel.xml
changeset 0 ba25891c3a9e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/installationservices/swi/test/tuiscriptadaptors/scripts/badlangsel.xml	Thu Dec 17 08:51:10 2009 +0200
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<!-- badlangsel.sis: Bad language 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">-999</return>
+	</dialog>
+	<!--  Display security warning, continue if possible --> 
+	<dialog name="DisplaySecurityWarning">
+		<return type="TBool">true</return> 
+	</dialog>
+</Script>