Ajout dela structure MDT dans Infra-LAB
This commit is contained in:
@@ -0,0 +1,104 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
|
||||
' // ***************************************************************************
|
||||
' //
|
||||
' // Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
' //
|
||||
' // Microsoft Deployment Toolkit Solution Accelerator
|
||||
' //
|
||||
' // File: DeployWiz_OfflineData.xml
|
||||
' //
|
||||
' // Version: 6.3.8456.1000
|
||||
' //
|
||||
' // Purpose: Displays wizard pane for selecting offline user data options
|
||||
' //
|
||||
' // ***************************************************************************
|
||||
|
||||
-->
|
||||
|
||||
<Wizard>
|
||||
<Global>
|
||||
<CustomScript>DeployWiz_OfflineData.vbs</CustomScript>
|
||||
</Global>
|
||||
|
||||
<Pane id="OfflineUSMT" title="Move Data and Settings">
|
||||
<Body>
|
||||
<![CDATA[
|
||||
<H1>Move data and settings from a previous version of Windows?</H1>
|
||||
<table width=100%>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<input type=radio name="USMTOfflineMigration" id="UDRadio1" checked value="FALSE" language=vbscript onclick=NoOffline AccessKey=r>
|
||||
</td>
|
||||
<td>
|
||||
<Label class="Larger" for=UDRadio1 language=vbscript >Do not move use<u class=larger>r</u> data and settings.</Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<p>Install a new operating system without retaining any data or settings from any existing operating systems.</p>
|
||||
<input type=checkbox id="KeepPartitions" AccessKey=K>
|
||||
<Label for=KeepPartitions><u>K</u>eep existing partitions (do not format or partition)</Label>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr><td colspan=2> </td></tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<input type=radio name="USMTOfflineMigration" id="UDRadio2" Value="TRUE" language=vbscript onclick=OnlineEnable AccessKey=S>
|
||||
</td>
|
||||
<td>
|
||||
<Label class="Larger" for=UDRadio2 language=vbscript >Move u<u class=larger>s</u>er data and settings.</Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<p>Capture all the user data and settings from an existing operating system on the computer and restore them into the new operating system.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td colspan=2> </td></tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
|
||||
<div id=MoreThanOneVolume style="display:none;">
|
||||
<p>Setup has detected more than one partition.<br/> Select the partition that contains the operating system and data.</p>
|
||||
|
||||
<div id=AppListBox style="width: 95%; border: 1px solid; background-color: white; ">
|
||||
<table id=disktable width=100% >
|
||||
<tr style="background-color: #F0F0F0;">
|
||||
<td> </td>
|
||||
<td>Partitions</td>
|
||||
<td>Size</td>
|
||||
<td>Version</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<br/>
|
||||
|
||||
<table id=MSITTExtInfo cellpadding="0" cellspacing="0" border="0" class:wideedit style="display:none;">
|
||||
<tr>
|
||||
<td id=MSITText style="background: #00A651; padding: 10px;">
|
||||
Select "<u>Do not restore user data and settings.</u>" to delete the contents of Hard Disk 0, including all files and partitions.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
]]>
|
||||
</Body>
|
||||
<Initialization><![CDATA[InitializeOfflineDataPage]]></Initialization>
|
||||
<Validation><![CDATA[ValidateOfflineData]]></Validation>
|
||||
</Pane>
|
||||
|
||||
</Wizard>
|
||||
Reference in New Issue
Block a user