From 189ef3c6422713b430e05b274ea8e52d836affe5 Mon Sep 17 00:00:00 2001
From: han44 <han44@illinois.edu>
Date: Fri, 13 Mar 2020 14:40:22 -0500
Subject: [PATCH] Add new file

---
 ui++/research/ui++_config_v11.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 ui++/research/ui++_config_v11.xml

diff --git a/ui++/research/ui++_config_v11.xml b/ui++/research/ui++_config_v11.xml
new file mode 100644
index 0000000..5297b9e
--- /dev/null
+++ b/ui++/research/ui++_config_v11.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<UIpp Title="EngrIT Imaging" Color="#ffffff" DialogIcons="False" Flat="True">
+	<!-- Config authored by Matt Seng (mseng3) of Engineering IT -->
+	<!-- Config modified by James Han (han44) of Engineering IT for USR task sequences-->
+	<Actions>		
+		<Action Type="Input" Name="EngrIT_InputWindow1" Title="OS options" ShowBack="True" Size="Tall">
+			<ChoiceInput Variable="EngrIT_OS" Question="Select OS" Required="True" Default="1909">
+				<Choice Option="Windows 10 1909 (x64)" Value="1909" />
+				<Choice Option="Windows 10 1903 (x64)" Value="1903" />
+				<Choice Option="Windows 7 (x64)" Value="Win7x64" />
+				<Choice Option="Windows 10 (x64) LTSC" Value="LTSC" />
+				<Choice Option="Windows 10 (x64) LTSB 2016" Value="LTSB2016" />
+			</ChoiceInput>
+			<TextInput Question="Computer Name (<= 15 characters)" Prompt="e.g. csl-264-01" Hint="Please use <= 15 characters" Variable="EngrIT_ComputerName" Required="True" />
+			<InputInfo Color="#000000" NumberofLines="2">Note: Windows 7 does not work with UEFI</InputInfo>
+			<CheckboxInput Variable="EngrIT_Clean" Question="OS Only (No Applications)"
+			CheckedValue="True" UncheckedValue="False" Default="False"/>
+			<InputInfo Color="#000000" NumberofLines="2">Note: Selecting this option will Install Windows\r\nand SCCM Agent ONLY</InputInfo>
+		</Action>
+	</Actions>
+</UIpp>
-- 
GitLab