Files
Infra-LAB/projects/MDT/Scripts/BDD_Welcome_ENU.xml
T

38 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!--
' // ***************************************************************************
' //
' // Copyright (c) Microsoft Corporation. All rights reserved.
' //
' // Microsoft Deployment Toolkit Solution Accelerator
' //
' // File: BDD_Welcome_ENU.xml
' //
' // Version: 6.3.8456.1000
' //
' // Purpose: BDD Welcome Wizard
' //
' // ***************************************************************************
-->
<Wizard>
<Global>
<HideNavigation>true</HideNavigation>
</Global>
<Pane id="Bootstrap" title="Processing Bootstrap Settings" reference="WelcomeWiz_Initialize.xml">
</Pane>
<Pane id="Choice" reference="WelcomeWiz_Choice.xml">
<!-- ################# By Diagg, Added 15/05/2013 -->
<Condition><![CDATA[ (oEnv("SystemDrive") = "X:" and UCase(oEnvironment.Item("SkipBDDWelcome")) <> "YES") or (oEnv("SystemDrive") = "X:" and UCase(oEnvironment.Item("SkipBDDWelcome")) = "YES" and oEnvironment.Item("IsProcure") = false) ]]></Condition>
<!-- ################# By Diagg, Added 15/05/2013 -->
</Pane>
<Pane id="DeployRoot" title="Deployment Share" reference="WelcomeWiz_DeployRoot.xml">
<Condition><![CDATA[ UCase(Left(oEnvironment.Item("DeployRoot"),3)) = "X:\" or oEnvironment.Item("DeployRoot") = "" or UCase(oEnvironment.Item("ChooseDeployRoot")) = "YES" ]]></Condition>
</Pane>
</Wizard>