Ajout dela structure MDT dans Infra-LAB

This commit is contained in:
2026-05-24 16:21:20 +02:00
parent fed8d42171
commit 049b03b4d4
522 changed files with 105109 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
<?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>