-
Notifications
You must be signed in to change notification settings - Fork 1
/
DeployWiz_LanguagePack.xml
executable file
·50 lines (36 loc) · 1.29 KB
/
DeployWiz_LanguagePack.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
46
47
48
49
50
<?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_LanguagePack.vbs</CustomScript>
</Global>
<Pane id="SelectLanguagePack" title="Language Packs">
<Initialization><![CDATA[ LanguagePack_Initialization ]]> </Initialization>
<!-- All Content here is displayed to the body of the window. -->
<Body>
<![CDATA[
<!-- Use the H1 Style for titles at the top of the page -->
<H1>Select the language packs to install.</H1>
<div class=TreeList id=PackagesListBox style="height: expression( GetDynamicListBoxSize(this) );">
<!-- List goes here -->
</div>
<input type=hidden Name=LanguagePacks disabled value="" />
<input type=hidden Name=LanguagePacks disabled value="" />
]]>
</Body>
</Pane>
</Wizard>