-
Notifications
You must be signed in to change notification settings - Fork 1
/
DeployWiz_Ready.xml
executable file
·45 lines (38 loc) · 1.3 KB
/
DeployWiz_Ready.xml
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
<?xml version="1.0" encoding="utf-8" ?>
<!--
' // ***************************************************************************
' //
' // Copyright (c) Microsoft Corporation. All rights reserved.
' //
' // Microsoft Deployment Toolkit Solution Accelerator
' //
' // File: DeployWiz_Definition_ENU.wsf
' //
' // Version: 6.3.8330.1000
' //
' // Purpose: Main Client Deployment Wizard Defintion File
' //
' // ***************************************************************************
-->
<Wizard>
<Global>
<CustomScript>DeployWiz_Ready.vbs</CustomScript>
</Global>
<Pane id="Ready">
<ButtonNext>
<Label><![CDATA[<button accesskey=G id=buttonNext language=vbscript onclick=ButtonNextClick>Be<U>g</U>in</button>]]></Label>
</ButtonNext>
<Body>
<![CDATA[
<H1>Ready to begin.</H1>
<p>Using the information you provided, the deployment can now begin.</p>
<p>
<input id=MoreInfo src=plusicon.gif type=image onclick="javascript:HideUnHideCmdWindow(optionalWindow1);" />
<label onclick="javascript:MoreInfo.click();" >Details ...</label></br>
<span id=optionalWindow1 style="display=none;" class=LightColoredBox>Details Here!</span>
</p>
]]>
</Body>
<Initialization><![CDATA[PrepareFinalScreen]]></Initialization>
</Pane>
</Wizard>