This repository was archived by the owner on Dec 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDeployWiz_OfflineData.xml
More file actions
executable file
·104 lines (90 loc) · 3.01 KB
/
DeployWiz_OfflineData.xml
File metadata and controls
executable file
·104 lines (90 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
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.8330.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>