installationservices/swi/test/tuiscriptadaptors/scripts/ScriptInput_4.xml
changeset 0 ba25891c3a9e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/installationservices/swi/test/tuiscriptadaptors/scripts/ScriptInput_4.xml	Thu Dec 17 08:51:10 2009 +0200
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
+<Script>
+
+	<dialog name="DisplayInstall">
+
+		<return type="TBool">true</return>
+
+	</dialog>
+
+	<dialog name="DisplayGrantCapabilities">
+
+		<return type="TBool">true</return>
+
+	</dialog>
+
+	<dialog name="DisplayLanguage">
+
+		<return type="TInt"> 5 </return>
+
+	</dialog>
+
+	<dialog name="DisplayDrive">
+
+		<return type="TInt"> c </return>
+
+	</dialog>
+
+	<dialog name="DisplayUpgrade">
+
+		<return type="TBool">true</return>
+
+	</dialog>
+
+	<dialog name="DisplayOptions">
+		<selection>
+			<item index="0">true</item>
+			<item index="1">false</item>
+		</selection>
+		<return type="TBool">true</return>
+	</dialog>
+
+	
+	<dialog name="DisplaySecurityWarning">
+
+		<return type="TBool">true</return>
+
+	</dialog>
+
+
+	<dialog name="DisplayOcspResult">
+
+		<return type="TBool">true</return>
+
+	</dialog>
+
+
+	<dialog name="DisplayUninstall">
+
+		<return type="TBool">true</return>
+
+	</dialog>
+
+
+	<dialog name="DisplayText">
+
+		<return type="TBool">true</return>
+
+	</dialog>
+
+
+
+	<dialog name="DisplayDependencyBreak">
+
+		<return type="TBool">false</return>
+
+	</dialog>
+
+</Script>
\ No newline at end of file