342da26db0c7681b8d640008608cc33e82edf4f4
[openafs.git] / src / WINNT / install / wix / lang / en_US / ui.wxi
1 \feff<?xml version="1.0"?> 
2 <Include>
3     <UI>
4       <Property Id="DefaultUIFont">DlgFont8</Property>
5       <Property Id="ErrorDialog">ErrorDlg</Property>
6                 <Property Id="BannerBitmap">bannrbmp</Property>
7                 <Property Id="IAgree">no</Property>
8                 <Property Id="RemoveIcon">removico</Property>
9                 <Property Id="ButtonText_Back">&lt; &amp;Back</Property>
10                 <Property Id="ButtonText_Browse">Br&amp;owse</Property>
11                 <Property Id="ButtonText_Cancel">Cancel</Property>
12                 <Property Id="ButtonText_Exit">&amp;Exit</Property>
13                 <Property Id="ButtonText_Finish">&amp;Finish</Property>
14                 <Property Id="ButtonText_Ignore">&amp;Ignore</Property>
15                 <Property Id="ButtonText_Install">&amp;Install</Property>
16                 <Property Id="ButtonText_Next">&amp;Next &gt;</Property>
17                 <Property Id="ButtonText_No">&amp;no</Property>
18                 <Property Id="ButtonText_OK">OK</Property>
19                 <Property Id="ButtonText_Remove">&amp;Remove</Property>
20                 <Property Id="ButtonText_Repair">&amp;Repair</Property>
21                 <Property Id="ButtonText_Reset">&amp;Reset</Property>
22                 <Property Id="ButtonText_Resume">&amp;Resume</Property>
23                 <Property Id="ButtonText_Retry">&amp;Retry</Property>
24                 <Property Id="ButtonText_Return">&amp;Return</Property>
25                 <Property Id="ButtonText_Yes">&amp;yes</Property>
26                 <Property Id="CompleteSetupIcon">completi</Property>
27                 <Property Id="CustomSetupIcon">custicon</Property>
28                 <Property Id="DialogBitmap">dlgbmp</Property>
29                 <Property Id="DlgTitleFont">{&amp;DlgFontBold8}</Property>
30                 <Property Id="ExclamationIcon">exclamic</Property>
31                 <Property Id="InfoIcon">info</Property>
32                 <Property Id="InstallerIcon">insticon</Property>
33                 <Property Id="Progress1">Installing</Property>
34                 <Property Id="Progress2">installs</Property>
35                 <Property Id="PROMPTROLLBACKCOST">P</Property>
36                 <Property Id="RepairIcon">repairic</Property>
37                 <Property Id="Setup">Setup</Property>
38                 <Property Id="ShowUserRegistrationDlg">0</Property>
39                 <Property Id="Wizard">Setup Wizard</Property>
40
41       <Dialog Id="AdminBrowseDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
42         <Control Id="PathEdit" Type="PathEdit" X="84" Y="202" Width="261" Height="17" Property="TARGETDIR" />
43         <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_OK]">
44           <Publish Event="SetTargetPath" Value="TARGETDIR">1</Publish>
45           <Publish Event="EndDialog" Value="Return">1</Publish>
46         </Control>
47         <Control Id="Cancel" Type="PushButton" X="240" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
48           <Publish Event="Reset" Value="0">1</Publish>
49           <Publish Event="EndDialog" Value="Return">1</Publish>
50         </Control>
51         <Control Id="ComboLabel" Type="Text" X="25" Y="58" Width="44" Height="10" TabSkip="no" Text="&amp;Look in:" />
52         <Control Id="DirectoryCombo" Type="DirectoryCombo" X="70" Y="55" Width="220" Height="80" Property="TARGETDIR" Removable="yes" Fixed="yes" Remote="yes">
53           <Subscribe Event="IgnoreChange" Attribute="IgnoreChange" />
54         </Control>
55         <Control Id="Up" Type="PushButton" X="298" Y="55" Width="19" Height="19" ToolTip="Up One Level" Icon="yes" FixedSize="yes" IconSize="16" Text="Up">
56           <Publish Event="DirectoryListUp" Value="0">1</Publish>
57         </Control>
58         <Control Id="NewFolder" Type="PushButton" X="325" Y="55" Width="19" Height="19" ToolTip="Create A New Folder" Icon="yes" FixedSize="yes" IconSize="16" Text="New">
59           <Publish Event="DirectoryListNew" Value="0">1</Publish>
60         </Control>
61         <Control Id="DirectoryList" Type="DirectoryList" X="25" Y="83" Width="320" Height="110" Property="TARGETDIR" Sunken="yes" TabSkip="no" />
62         <Control Id="PathLabel" Type="Text" X="25" Y="205" Width="59" Height="10" TabSkip="no" Text="&amp;Folder name:" />
63         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
64         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
65           <Text>Browse to the destination folder</Text>
66         </Control>
67         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
68         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
69         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
70           <Text>[DlgTitleFont]Change current destination folder</Text>
71         </Control>
72       </Dialog>
73       <Dialog Id="AdminInstallPointDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
74         <Control Id="Text" Type="Text" X="25" Y="80" Width="320" Height="10" TabSkip="no">
75           <Text>&amp;Enter a new network location or click Browse to browse to one.</Text>
76         </Control>
77         <Control Id="PathEdit" Type="PathEdit" X="25" Y="93" Width="320" Height="18" Property="TARGETDIR" />
78         <Control Id="Browse" Type="PushButton" X="289" Y="119" Width="56" Height="17" Text="[ButtonText_Browse]">
79           <Publish Event="SpawnDialog" Value="AdminBrowseDlg">1</Publish>
80         </Control>
81         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
82           <Publish Event="NewDialog" Value="AdminRegistrationDlg">1</Publish>
83         </Control>
84         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
85           <Publish Event="SetTargetPath" Value="TARGETDIR">1</Publish>
86           <Publish Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
87         </Control>
88         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
89           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
90         </Control>
91         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
92         <Control Id="Description" Type="Text" X="25" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
93           <Text>Please specify a network location for the server image of [ProductName] product</Text>
94         </Control>
95         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
96         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
97         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
98           <Text>[DlgTitleFont]Network Location</Text>
99         </Control>
100       </Dialog>
101       <Dialog Id="AdminRegistrationDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
102         <Control Id="OrganizationLabel" Type="Text" X="45" Y="71" Width="285" Height="30" TabSkip="no">
103           <Text>&amp;Please enter the name of your organization in the box below.  This will be used as default company name for subsequent installations of [ProductName]:</Text>
104         </Control>
105         <Control Id="OrganizationEdit" Type="Edit" X="45" Y="105" Width="220" Height="18" Property="COMPANYNAME" Text="{80}" />
106         <Control Id="CDKeyLabel" Type="Text" X="45" Y="130" Width="50" Height="10" TabSkip="no">
107           <Text>CD &amp;Key:</Text>
108         </Control>
109         <Control Id="CDKeyEdit" Type="MaskedEdit" X="45" Y="143" Width="250" Height="16" Property="PIDKEY" Text="[PIDTemplate]" />
110         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Image="yes" Text="[ButtonText_Back]">
111           <Publish Event="NewDialog" Value="AdminWelcomeDlg">1</Publish>
112         </Control>
113         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
114           <Publish Event="ValidateProductID" Value="0">0</Publish>
115           <Publish Event="NewDialog" Value="AdminInstallPointDlg">ProductID</Publish>
116         </Control>
117         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
118           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
119         </Control>
120         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
121         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
122           <Text>Please enter your company information</Text>
123         </Control>
124         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
125         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
126         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
127           <Text>[DlgTitleFont]Company Information</Text>
128         </Control>
129       </Dialog>
130       <Dialog Id="AdminWelcomeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
131         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
132           <Publish Property="InstallMode" Value="Server Image">1</Publish>
133           <Publish Event="NewDialog" Value="AdminInstallPointDlg">1</Publish>
134         </Control>
135         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
136           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
137         </Control>
138         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
139         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
140         <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="30" Transparent="yes" NoPrefix="yes">
141           <Text>The [Wizard] will create a server image of [ProductName], at a specified network location.  Click Next to continue or Cancel to exit the [Wizard].</Text>
142         </Control>
143         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
144         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
145           <Text>{\VerdanaBold13}Welcome to the [ProductName] [Wizard]</Text>
146         </Control>
147       </Dialog>
148
149       <Dialog Id="BrowseDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
150         <Control Id="PathEdit" Type="PathEdit" X="84" Y="202" Width="261" Height="18" Property="_BrowseProperty" Indirect="yes" />
151         <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_OK]">
152           <Publish Event="SetTargetPath" Value="[_BrowseProperty]">1</Publish>
153           <Publish Event="EndDialog" Value="Return">1</Publish>
154         </Control>
155         <Control Id="Cancel" Type="PushButton" X="240" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
156           <Publish Event="Reset" Value="0">1</Publish>
157           <Publish Event="EndDialog" Value="Return">1</Publish>
158         </Control>
159         <Control Id="ComboLabel" Type="Text" X="25" Y="58" Width="44" Height="10" TabSkip="no" Text="&amp;Look in:" />
160         <Control Id="DirectoryCombo" Type="DirectoryCombo" X="70" Y="55" Width="220" Height="80" Property="_BrowseProperty" Indirect="yes" Fixed="yes" Remote="yes">
161           <Subscribe Event="IgnoreChange" Attribute="IgnoreChange" />
162         </Control>
163         <Control Id="Up" Type="PushButton" X="298" Y="55" Width="19" Height="19" ToolTip="Up One Level" Icon="yes" FixedSize="yes" IconSize="16" Text="Up">
164           <Publish Event="DirectoryListUp" Value="0">1</Publish>
165         </Control>
166         <Control Id="NewFolder" Type="PushButton" X="325" Y="55" Width="19" Height="19" ToolTip="Create A New Folder" Icon="yes" FixedSize="yes" IconSize="16" Text="New">
167           <Publish Event="DirectoryListNew" Value="0">1</Publish>
168         </Control>
169         <Control Id="DirectoryList" Type="DirectoryList" X="25" Y="83" Width="320" Height="110" Property="_BrowseProperty" Sunken="yes" Indirect="yes" TabSkip="no" />
170         <Control Id="PathLabel" Type="Text" X="25" Y="205" Width="59" Height="10" TabSkip="no" Text="&amp;Folder name:" />
171         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
172         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
173           <Text>Browse to the destination folder</Text>
174         </Control>
175         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
176         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
177         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
178           <Text>[DlgTitleFont]Change current destination folder</Text>
179         </Control>
180       </Dialog>
181       <Dialog Id="CancelDlg" Y="10" Width="260" Height="85" Title="[ProductName] [Setup]" NoMinimize="yes">
182         <Control Id="no" Type="PushButton" X="132" Y="57" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_No]">
183           <Publish Event="EndDialog" Value="Return">1</Publish>
184         </Control>
185         <Control Id="yes" Type="PushButton" X="72" Y="57" Width="56" Height="17" Text="[ButtonText_Yes]">
186           <Publish Event="EndDialog" Value="Exit">1</Publish>
187         </Control>
188         <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30">
189           <Text>Are you sure you want to cancel [ProductName] installation?</Text>
190         </Control>
191         <Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[InfoIcon]" />
192       </Dialog>
193       <Dialog Id="ContinueDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
194         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
195           <Publish Event="EndDialog" Value="Exit">1</Publish>
196         </Control>
197         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
198           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
199         </Control>
200         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
201         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
202         <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="30" Transparent="yes" NoPrefix="yes">
203           <Text>The [Wizard] will continue installation of [ProductName] on your computer.  Click Next to continue or Cancel to exit the [Wizard].</Text>
204         </Control>
205         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
206         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
207           <Text>{\VerdanaBold13}Welcome back to the [ProductName] [Wizard]</Text>
208         </Control>
209       </Dialog>
210       <Dialog Id="CustomizeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">
211         <Control Id="Tree" Type="SelectionTree" X="25" Y="85" Width="175" Height="95" Property="_BrowseProperty" Sunken="yes" TabSkip="no" Text="Tree of selections" />
212         <Control Id="Browse" Type="PushButton" X="304" Y="200" Width="56" Height="17" Text="[ButtonText_Browse]">
213           <Publish Event="SelectionBrowse" Value="BrowseDlg">1</Publish>
214           <Condition Action="hide">Installed</Condition>
215         </Control>
216         <Control Id="Reset" Type="PushButton" X="42" Y="243" Width="56" Height="17" Text="[ButtonText_Reset]">
217           <Publish Event="Reset" Value="0">1</Publish>
218           <Subscribe Event="SelectionNoItems" Attribute="Enabled" />
219         </Control>
220         <Control Id="DiskCost" Type="PushButton" X="111" Y="243" Width="56" Height="17">
221           <Text>Disk &amp;Usage</Text>
222           <Publish Event="SpawnDialog" Value="DiskCostDlg">1</Publish>
223           <Subscribe Event="SelectionNoItems" Attribute="Enabled" />
224         </Control>
225         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
226           <Publish Event="NewDialog" Value="MaintenanceTypeDlg">InstallMode = "Change"</Publish>
227           <Publish Event="NewDialog" Value="SetupTypeDlg">InstallMode = "Custom"</Publish>
228         </Control>
229         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
230                   <Publish Event="NewDialog" Value="ConfigClientDlg">
231                         <![CDATA[ &feaClient = 3 AND NOT ((&feaServer=3 OR (!feaServer=3 AND &feaServer<1)) AND (&feaClient=2 OR (&feaClient<>3 AND !feaClient<>3) OR &feaControlCenter=2 OR (&feaControlCenter<>3 AND !feaControlCenter<>3) ))]]>
232                   </Publish>
233           <Publish Event="NewDialog" Value="VerifyReadyDlg">
234             <![CDATA[ &feaClient <> 3 AND NOT ((&feaServer=3 OR (!feaServer=3 AND &feaServer<1)) AND (&feaClient=2 OR (&feaClient<>3 AND !feaClient<>3) OR &feaControlCenter=2 OR (&feaControlCenter<>3 AND !feaControlCenter<>3) ))]]>
235           </Publish>
236           <Publish Event="NewDialog" Value="AddServerDepsDlg">
237             <![CDATA[ ((&feaServer=3 OR (!feaServer=3 AND &feaServer<1)) AND (&feaClient=2 OR (&feaClient<>3 AND !feaClient<>3) OR &feaControlCenter=2 OR (&feaControlCenter<>3 AND !feaControlCenter<>3) )) ]]>
238           </Publish>
239           <Subscribe Event="SelectionNoItems" Attribute="Enabled" />
240         </Control>
241         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
242           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
243         </Control>
244         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
245         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
246           <Text>Select the way you want features to be installed.</Text>
247         </Control>
248         <Control Id="Text" Type="Text" X="25" Y="55" Width="320" Height="20">
249           <Text>Click on the icons in the tree below to change the way features will be installed.</Text>
250         </Control>
251         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
252         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
253         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
254           <Text>[DlgTitleFont]Custom Setup</Text>
255         </Control>
256         <Control Id="Box" Type="GroupBox" X="210" Y="81" Width="140" Height="98" />
257         <Control Id="ItemDescription" Type="Text" X="215" Y="90" Width="131" Height="40">
258           <Text>Multiline description of the currently selected item.</Text>
259           <Subscribe Event="SelectionDescription" Attribute="Text" />
260         </Control>
261         <Control Id="ItemSize" Type="Text" X="215" Y="135" Width="131" Height="40">
262           <Text>The size of the currently selected item.</Text>
263           <Subscribe Event="SelectionSize" Attribute="Text" />
264         </Control>
265         <Control Id="Location" Type="Text" X="75" Y="200" Width="215" Height="20">
266           <Text>&lt;The selection's path&gt;</Text>
267           <Subscribe Event="SelectionPath" Attribute="Text" />
268           <Subscribe Event="SelectionPathOn" Attribute="Visible" />
269           <Condition Action="hide">Installed</Condition>
270         </Control>
271         <Control Id="LocationLabel" Type="Text" X="25" Y="200" Width="50" Height="10" Text="Location:">
272           <Subscribe Event="SelectionPathOn" Attribute="Visible" />
273           <Condition Action="hide">Installed</Condition>
274         </Control>
275       </Dialog>
276
277       <Dialog Id="AddServerDepsDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">
278         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
279           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
280         </Control>
281         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
282                   <Publish Event="AddLocal" Value="feaClient"><![CDATA[&feaClient=2 OR (&feaClient<>3 AND !feaClient<>3)]]></Publish>
283                   <Publish Event="AddLocal" Value="feaControlCenter"><![CDATA[&feaControlCenter=2 OR (&feaControlCenter<>3 AND !feaControlCenter<>3)]]></Publish>
284                   <Publish Event="NewDialog" Value="ConfigClientDlg">
285                         <![CDATA[ &feaClient = 3 ]]>
286                   </Publish>
287           <Publish Event="NewDialog" Value="VerifyReadyDlg">
288             <![CDATA[ &feaClient <> 3 ]]>
289           </Publish>
290           <Subscribe Event="SelectionNoItems" Attribute="Enabled" />
291         </Control>
292         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
293         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
294           <Publish Event="NewDialog" Value="CustomizeDlg">1</Publish>
295         </Control>
296         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
297           <Text>Dependencies of the OpenAFS Server</Text>
298         </Control>
299         <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="30">
300           <Text>The OpenAFS Server component requires the following component(s) which are currently not set to be installed.  Click Next to add these components or click Back to review your selections.</Text>
301         </Control>
302         <Control Id="ClientIcon" Type="Icon" X="25" Y="110" Width="32" Height="32" IconSize="32" Text="[CustomSetupIcon]" Hidden="yes">
303           <Condition Action="show"><![CDATA[&feaClient=2 OR (&feaClient<>3 AND !feaClient<>3)]]></Condition>
304         </Control>
305         <Control Id="ClientText" Type="Text" X="60" Y="117" Width="200" Height="15" Hidden="yes" Transparent="yes" NoPrefix="yes">
306           <Text>OpenAFS Client</Text>
307           <Condition Action="show"><![CDATA[&feaClient=2 OR (&feaClient<>3 AND !feaClient<>3)]]></Condition>
308         </Control>
309         <Control Id="CCIcon" Type="Icon" X="25" Y="150" Width="32" Height="32" IconSize="32" Text="[CustomSetupIcon]" Hidden="yes">
310           <Condition Action="show"><![CDATA[&feaControlCenter=2 OR (&feaControlCenter<>3 AND !feaControlCenter<>3)]]></Condition>
311         </Control>
312         <Control Id="CCText" Type="Text" X="60" Y="157" Width="200" Height="15" Hidden="yes" Transparent="yes" NoPrefix="yes">
313           <Text>OpenAFS Control Center</Text>
314           <Condition Action="show"><![CDATA[&feaControlCenter=2 OR (&feaControlCenter<>3 AND !feaControlCenter<>3)]]></Condition>
315         </Control>
316         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
317         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
318         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
319           <Text>[DlgTitleFont]Server Dependencies</Text>
320         </Control>
321       </Dialog>
322
323       <Dialog Id="DiskCostDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
324         <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_OK]">
325           <Publish Event="EndDialog" Value="Return">1</Publish>
326         </Control>
327         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
328         <Control Id="Description" Type="Text" X="20" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
329           <Text>The disk space required for the installation of the selected features.</Text>
330         </Control>
331         <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">
332           <Text>The highlighted volumes (if any) do not have enough disk space available for the currently selected features.  You can either remove some files from the highlighted volumes, or choose to install less features onto local drive(s), or select different destination drive(s).</Text>
333         </Control>
334         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
335         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
336         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
337           <Text>[DlgTitleFont]Disk Space Requirements</Text>
338         </Control>
339         <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="100" Width="330" Height="120" Sunken="yes" Fixed="yes" Remote="yes">
340           <Text>{120}{70}{70}{70}{70}</Text>
341         </Control>
342       </Dialog>
343       <Dialog Id="ErrorDlg" Y="10" Width="270" Height="105" Title="Installer Information" ErrorDialog="yes" NoMinimize="yes">
344         <Control Id="ErrorText" Type="Text" X="48" Y="15" Width="205" Height="60" TabSkip="no" Text="Information text" />
345         <Control Id="Y" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Yes]">
346           <Publish Event="EndDialog" Value="ErrorYes">1</Publish>
347         </Control>
348         <Control Id="A" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Cancel]">
349           <Publish Event="EndDialog" Value="ErrorAbort">1</Publish>
350         </Control>
351         <Control Id="C" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Cancel]">
352           <Publish Event="EndDialog" Value="ErrorCancel">1</Publish>
353         </Control>
354         <Control Id="ErrorIcon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[InfoIcon]" />
355         <Control Id="I" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Ignore]">
356           <Publish Event="EndDialog" Value="ErrorIgnore">1</Publish>
357         </Control>
358         <Control Id="N" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_No]">
359           <Publish Event="EndDialog" Value="ErrorNo">1</Publish>
360         </Control>
361         <Control Id="O" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_OK]">
362           <Publish Event="EndDialog" Value="ErrorOk">1</Publish>
363         </Control>
364         <Control Id="R" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Retry]">
365           <Publish Event="EndDialog" Value="ErrorRetry">1</Publish>
366         </Control>
367       </Dialog>
368       <Dialog Id="ExitDialog" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
369         <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Finish]">
370           <Publish Event="EndDialog" Value="Return">1</Publish>
371         </Control>
372         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Cancel]" />
373         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
374         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
375         <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
376           <Text>Click the Finish button to exit the [Wizard].</Text>
377         </Control>
378         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
379         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
380           <Text>{\VerdanaBold13}Completing the [ProductName] [Wizard]</Text>
381         </Control>
382       </Dialog>
383       <Dialog Id="FatalError" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
384         <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Finish]">
385           <Publish Event="EndDialog" Value="Exit">1</Publish>
386         </Control>
387         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Cancel]" />
388         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
389         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
390         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
391         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
392           <Text>{\VerdanaBold13}[ProductName] [Wizard] ended prematurely</Text>
393         </Control>
394         <Control Id="Description1" Type="Text" X="135" Y="70" Width="220" Height="40" Transparent="yes" NoPrefix="yes">
395           <Text>[ProductName] setup ended prematurely because of an error.  Your system has not been modified.  To install this program at a later time, please run the installation again.</Text>
396         </Control>
397         <Control Id="Description2" Type="Text" X="135" Y="115" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
398           <Text>Click the Finish button to exit the [Wizard].</Text>
399         </Control>
400       </Dialog>
401       <Dialog Id="FilesInUse" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" KeepModeless="yes">
402         <Control Id="Retry" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Retry]">
403           <Publish Event="EndDialog" Value="Retry">1</Publish>
404         </Control>
405         <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="[ButtonText_Ignore]">
406           <Publish Event="EndDialog" Value="Ignore">1</Publish>
407         </Control>
408         <Control Id="Exit" Type="PushButton" X="166" Y="243" Width="56" Height="17" Text="[ButtonText_Exit]">
409           <Publish Event="EndDialog" Value="Exit">1</Publish>
410         </Control>
411         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
412         <Control Id="Description" Type="Text" X="20" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
413           <Text>Some files that need to be updated are currently in use.</Text>
414         </Control>
415         <Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="30">
416           <Text>The following applications are using files that need to be updated by this setup. Close these applications and then click Retry to continue the installation or Cancel to exit it.</Text>
417         </Control>
418         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
419         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
420         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
421           <Text>[DlgTitleFont]Files in Use</Text>
422         </Control>
423         <Control Id="List" Type="ListBox" X="20" Y="87" Width="330" Height="130" Property="FileInUseProcess" Sunken="yes" TabSkip="yes" />
424       </Dialog>
425       <Dialog Id="LicenseAgreementDlg" Width="370" Height="270" Title="[ProductName] License Agreement" NoMinimize="yes">
426         <Control Id="Buttons" Type="RadioButtonGroup" X="20" Y="187" Width="330" Height="40" Property="IAgree" />
427         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
428           <Publish Event="NewDialog" Value="WelcomeDlg">1</Publish>
429         </Control>
430         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
431           <Publish Event="NewDialog" Value="UserRegistrationDlg">IAgree = "yes" AND ShowUserRegistrationDlg = 1</Publish>
432           <Publish Event="SpawnWaitDialog" Value="WaitForCostingDlg">CostingComplete = 1</Publish>
433           <Publish Event="NewDialog" Value="RemovePreviousDlg">IAgree = "yes" AND ShowUserRegistrationDlg &lt;&gt; 1 AND (IBMAFS_UPGRADE OR OPENAFS_UPGRADE OR NSISUNINSTALL &lt;&gt; "")</Publish>
434           <Publish Event="NewDialog" Value="SetupTypeDlg">IAgree = "yes" AND ShowUserRegistrationDlg &lt;&gt; 1 AND NOT (IBMAFS_UPGRADE OR OPENAFS_UPGRADE OR NSISUNINSTALL &lt;&gt; "")</Publish>
435           <Condition Action="disable">IAgree &lt;&gt; "yes"</Condition>
436           <Condition Action="enable">IAgree = "yes"</Condition>
437         </Control>
438         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
439           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
440         </Control>
441         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
442         <Control Id="AgreementText" Type="ScrollableText" X="20" Y="60" Width="330" Height="120" Sunken="yes" TabSkip="no">
443           <Text src="licenses.rtf"></Text>
444         </Control>
445         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
446           <Text>Please read the following license agreement carefully</Text>
447         </Control>
448         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
449         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
450         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
451           <Text>[DlgTitleFont]End-User License Agreement</Text>
452         </Control>
453       </Dialog>
454       <Dialog Id="MaintenanceTypeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
455         <Control Id="ChangeLabel" Type="Text" X="105" Y="65" Width="100" Height="10" TabSkip="no">
456           <Text>[DlgTitleFont]&amp;Modify</Text>
457         </Control>
458         <Control Id="ChangeButton" Type="PushButton" X="50" Y="65" Width="38" Height="38" ToolTip="Modify Installation" Default="yes" Icon="yes" FixedSize="yes" IconSize="32" Text="[CustomSetupIcon]">
459           <Publish Property="InstallMode" Value="Change">1</Publish>
460           <Publish Property="Progress1" Value="Changing">1</Publish>
461           <Publish Property="Progress2" Value="changes">1</Publish>
462           <Publish Event="NewDialog" Value="CustomizeDlg">1</Publish>
463         </Control>
464         <Control Id="RepairLabel" Type="Text" X="105" Y="114" Width="100" Height="10" TabSkip="no">
465           <Text>[DlgTitleFont]Re&amp;pair</Text>
466         </Control>
467         <Control Id="RepairButton" Type="PushButton" X="50" Y="114" Width="38" Height="38" ToolTip="Repair Installation" Icon="yes" FixedSize="yes" IconSize="32" Text="[RepairIcon]">
468           <Publish Property="InstallMode" Value="Repair">1</Publish>
469           <Publish Property="Progress1" Value="Repairing">1</Publish>
470           <Publish Property="Progress2" Value="repaires">1</Publish>
471           <Publish Event="NewDialog" Value="VerifyRepairDlg">1</Publish>
472         </Control>
473         <Control Id="RemoveLabel" Type="Text" X="105" Y="163" Width="100" Height="10" TabSkip="no">
474           <Text>[DlgTitleFont]&amp;Remove</Text>
475         </Control>
476         <Control Id="RemoveButton" Type="PushButton" X="50" Y="163" Width="38" Height="38" ToolTip="Remove Installation" Icon="yes" FixedSize="yes" IconSize="32" Text="[RemoveIcon]">
477           <Publish Property="InstallMode" Value="Remove">1</Publish>
478           <Publish Property="Progress1" Value="Removing">1</Publish>
479           <Publish Property="Progress2" Value="removes">1</Publish>
480           <Publish Event="NewDialog" Value="VerifyRemoveDlg">1</Publish>
481         </Control>
482         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
483           <Publish Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish>
484         </Control>
485         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Next]" />
486         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
487           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
488         </Control>
489         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
490         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
491           <Text>Select the operation you wish to perform.</Text>
492         </Control>
493         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
494         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
495         <Control Id="Title" Type="Text" X="15" Y="6" Width="240" Height="15" Transparent="yes" NoPrefix="yes">
496           <Text>[DlgTitleFont]Modify, Repair or Remove installation</Text>
497         </Control>
498         <Control Id="ChangeText" Type="Text" X="105" Y="78" Width="230" Height="20">
499           <Text>Allows users to change the way features are installed.</Text>
500         </Control>
501         <Control Id="RemoveText" Type="Text" X="105" Y="176" Width="230" Height="20">
502           <Text>Removes [ProductName] from your computer.</Text>
503         </Control>
504         <Control Id="RepairText" Type="Text" X="105" Y="127" Width="230" Height="30">
505           <Text>Repairs errors in the most recent installation state - fixes missing or corrupt files, shortcuts and registry entries.</Text>
506         </Control>
507       </Dialog>
508       <Dialog Id="MaintenanceWelcomeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
509         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
510           <Publish Event="SpawnWaitDialog" Value="WaitForCostingDlg">CostingComplete = 1</Publish>
511           <Publish Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
512         </Control>
513         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
514           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
515         </Control>
516         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
517         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
518         <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
519           <Text>The [Wizard] will allow you to change the way [ProductName] features are installed on your computer or even to remove [ProductName] from your computer.  Click Next to continue or Cancel to exit the [Wizard].</Text>
520         </Control>
521         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
522         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
523           <Text>{\VerdanaBold13}Welcome to the [ProductName] [Wizard]</Text>
524         </Control>
525       </Dialog>
526       <Dialog Id="OutOfDiskDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
527         <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_OK]">
528           <Publish Event="EndDialog" Value="Return">1</Publish>
529         </Control>
530         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
531         <Control Id="Description" Type="Text" X="20" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
532           <Text>Disk space required for the installation exceeds available disk space.</Text>
533         </Control>
534         <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">
535           <Text>The highlighted volumes do not have enough disk space available for the currently selected features.  You can either remove some files from the highlighted volumes, or choose to install less features onto local drive(s), or select different destination drive(s).</Text>
536         </Control>
537         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
538         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
539         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
540           <Text>[DlgTitleFont]Out of Disk Space</Text>
541         </Control>
542         <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="100" Width="330" Height="120" Sunken="yes" Fixed="yes" Remote="yes">
543           <Text>{120}{70}{70}{70}{70}</Text>
544         </Control>
545       </Dialog>
546       <Dialog Id="OutOfRbDiskDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
547         <Control Id="no" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_No]">
548           <Publish Event="EndDialog" Value="Return">1</Publish>
549         </Control>
550         <Control Id="yes" Type="PushButton" X="240" Y="243" Width="56" Height="17" Text="[ButtonText_Yes]">
551           <Publish Event="EnableRollback" Value="False">1</Publish>
552           <Publish Event="EndDialog" Value="Return">1</Publish>
553         </Control>
554         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
555         <Control Id="Description" Type="Text" X="20" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
556           <Text>Disk space required for the installation exceeds available disk space.</Text>
557         </Control>
558         <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">
559           <Text>The highlighted volumes do not have enough disk space available for the currently selected features.  You can either remove some files from the highlighted volumes, or choose to install less features onto local drive(s), or select different destination drive(s).</Text>
560         </Control>
561         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
562         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
563         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
564           <Text>[DlgTitleFont]Out of Disk Space</Text>
565         </Control>
566         <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="140" Width="330" Height="80" Sunken="yes" Fixed="yes" Remote="yes" ShowRollbackCost="yes">
567           <Text>{120}{70}{70}{70}{70}</Text>
568         </Control>
569         <Control Id="Text2" Type="Text" X="20" Y="94" Width="330" Height="40">
570           <Text>Alternatively, you may choose to disable the installer's rollback functionality.  This allows the installer to restore your computer's original state should the installation be interrupted in any way.  Click yes if you wish to take the risk to disable rollback.</Text>
571         </Control>
572       </Dialog>
573       <Dialog Id="PrepareDlg" Width="370" Height="270" Title="[ProductName] [Setup]" Modeless="yes">
574         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Cancel]">
575           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
576         </Control>
577         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
578         <Control Id="ActionText" Type="Text" X="135" Y="100" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
579           <Subscribe Event="ActionText" Attribute="Text" />
580         </Control>
581         <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
582           <Text>Please wait while the [Wizard] prepares to guide you through the installation.</Text>
583         </Control>
584         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
585         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
586           <Text>{\VerdanaBold13}Welcome to the [ProductName] [Wizard]</Text>
587         </Control>
588         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" TabSkip="yes" Text="[ButtonText_Back]" />
589         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" TabSkip="yes" Text="[ButtonText_Next]" />
590         <Control Id="ActionData" Type="Text" X="135" Y="125" Width="220" Height="30" Transparent="yes" NoPrefix="yes">
591           <Subscribe Event="ActionData" Attribute="Text" />
592         </Control>
593       </Dialog>
594       <Dialog Id="ProgressDlg" Width="370" Height="270" Title="[ProductName] [Setup]" Modeless="yes">
595         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Cancel]">
596           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
597         </Control>
598         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
599         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
600         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Next]" />
601         <Control Id="ActionText" Type="Text" X="70" Y="100" Width="265" Height="10">
602           <Subscribe Event="ActionText" Attribute="Text" />
603         </Control>
604         <Control Id="ActionData" Type="Text" X="70" Y="110" Width="265" Height="10">
605           <Subscribe Event="ActionData" Attribute="Text" />
606         </Control>
607         <Control Id="Text" Type="Text" X="35" Y="65" Width="300" Height="20">
608           <Text>Please wait while the [Wizard] [Progress2] [ProductName].  This may take several minutes.</Text>
609         </Control>
610         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
611         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
612         <Control Id="Title" Type="Text" X="20" Y="15" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
613           <Text>[DlgTitleFont][Progress1] [ProductName]</Text>
614         </Control>
615         <Control Id="ProgressBar" Type="ProgressBar" X="35" Y="125" Width="300" Height="10" ProgressBlocks="yes" Text="Progress done">
616           <Subscribe Event="SetProgress" Attribute="Progress" />
617         </Control>
618         <Control Id="StatusLabel" Type="Text" X="35" Y="100" Width="35" Height="10" Text="Status:" />
619       </Dialog>
620       <Dialog Id="RemovePreviousDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
621         <Control Id="Confirm" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="Confirm">
622           <Publish Event="NewDialog" Value="SetupTypeDlg">1</Publish>
623         </Control>
624         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
625           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
626         </Control>
627         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
628         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
629           <Publish Event="NewDialog" Value="LicenseAgreementDlg">ShowUserRegistrationDlg &lt;&gt; 1</Publish>
630           <Publish Event="NewDialog" Value="UserRegistrationDlg">ShowUserRegistrationDlg = 1</Publish>
631         </Control>
632         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
633           <Text>Other versions of [ProductName] need to be removed.</Text>
634         </Control>
635         <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="45">
636           <Text>Click Confirm to uninstall the following version of AFS installed on this computer.  Installation of [ProductName] cannot continue unless this program is removed.</Text>
637         </Control>
638         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
639         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
640         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
641           <Text>[DlgTitleFont]Uninstall previous versions</Text>
642         </Control>
643         <Control Id="RemoveIcon" Type="Icon" X="25" Y="130" Width="32" Height="32" IconSize="32" Text="[RemoveIcon]" />
644         <Control Id="RemoveProductIBM" Type="Text" X="60" Y="146" Width="200" Height="15" Hidden="yes" Transparent="yes" NoPrefix="yes">
645           <Text>IBM AFS : Product code [IBMAFS_UPGRADE]</Text>
646           <Condition Action="show">IBMAFS_UPGRADE</Condition>
647         </Control>
648         <Control Id="RemoveProductOpen" Type="Text" X="60" Y="146" Width="200" Height="15" Hidden="yes" Transparent="yes" NoPrefix="yes">
649           <Text>OpenAFS : Product code [OPENAFS_UPGRADE]</Text>
650           <Condition Action="show">OPENAFS_UPGRADE</Condition>
651         </Control>
652         <Control Id="RemoveProductOpenNSIS" Type="Text" X="60" Y="146" Width="200" Height="15" Hidden="yes" Transparent="yes" NoPrefix="yes">
653           <Text>OpenAFS (NSIS installer): [NSISVERSION]</Text>
654           <Condition Action="show">NSISUNINSTALL &lt;&gt; ""</Condition>
655         </Control>
656       </Dialog>
657       <Dialog Id="ResumeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
658         <Control Id="Install" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Install]">
659           <Publish Event="SpawnWaitDialog" Value="WaitForCostingDlg">CostingComplete = 1</Publish>
660           <Publish Event="EndDialog" Value="Return">OutOfDiskSpace &lt;&gt; 1</Publish>
661           <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</Publish>
662           <Publish Event="EndDialog" Value="Return">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>
663           <Publish Event="EnableRollback" Value="False">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>
664           <Publish Event="SpawnDialog" Value="OutOfDiskDlg">(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</Publish>
665         </Control>
666         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
667           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
668         </Control>
669         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
670         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
671         <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="30" Transparent="yes" NoPrefix="yes">
672           <Text>The [Wizard] will complete the installation of [ProductName] on your computer.  Click Install to continue or Cancel to exit the [Wizard].</Text>
673         </Control>
674         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
675         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
676           <Text>{\VerdanaBold13}Resuming the [ProductName] [Wizard]</Text>
677         </Control>
678       </Dialog>
679       <Dialog Id="SetupTypeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
680         <Control Id="TypicalLabel" Type="Text" X="105" Y="65" Width="100" Height="10" TabSkip="no">
681           <Text>[DlgTitleFont]&amp;Typical</Text>
682         </Control>
683         <Control Id="TypicalButton" Type="PushButton" X="50" Y="65" Width="38" Height="38" ToolTip="Typical Installation" Default="yes" Icon="yes" FixedSize="yes" IconSize="32" Text="[InstallerIcon]">
684           <Publish Property="InstallMode" Value="Typical">1</Publish>
685           <Publish Event="SetInstallLevel" Value="100">1</Publish>
686           <Publish Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
687         </Control>
688         <Control Id="CustomLabel" Type="Text" X="105" Y="118" Width="100" Height="10" TabSkip="no">
689           <Text>[DlgTitleFont]C&amp;ustom</Text>
690         </Control>
691         <Control Id="CustomButton" Type="PushButton" X="50" Y="118" Width="38" Height="38" ToolTip="Custom Installation" Icon="yes" FixedSize="yes" IconSize="32" Text="[CustomSetupIcon]">
692           <Publish Property="InstallMode" Value="Custom">1</Publish>
693           <Publish Event="NewDialog" Value="CustomizeDlg">1</Publish>
694         </Control>
695         <Control Id="CompleteLabel" Type="Text" X="105" Y="171" Width="100" Height="10" TabSkip="no">
696           <Text>[DlgTitleFont]C&amp;omplete</Text>
697         </Control>
698         <Control Id="CompleteButton" Type="PushButton" X="50" Y="171" Width="38" Height="38" ToolTip="Complete Installation" Icon="yes" FixedSize="yes" IconSize="32" Text="[CompleteSetupIcon]">
699           <Publish Property="InstallMode" Value="Complete">1</Publish>
700           <Publish Event="SetInstallLevel" Value="1000">1</Publish>
701           <Publish Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
702         </Control>
703         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
704           <Publish Event="NewDialog" Value="LicenseAgreementDlg">ShowUserRegistrationDlg &lt;&gt; 1 AND NOT (IBMAFS_UPGRADE OR OPENAFS_UPGRADE)</Publish>
705           <Publish Event="NewDialog" Value="UserRegistrationDlg">ShowUserRegistrationDlg = 1 AND NOT (IBMAFS_UPGRADE OR OPENAFS_UPGRADE)</Publish>
706           <Publish Event="NewDialog" Value="RemovePreviousDlg">IBMAFS_UPGRADE OR OPENAFS_UPGRADE OR NSISUNINSTALL &lt;&gt; ""</Publish>
707         </Control>
708         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Next]" />
709         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
710           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
711         </Control>
712         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
713         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
714           <Text>Choose the setup type that best suits your needs</Text>
715         </Control>
716         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
717         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
718         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
719           <Text>[DlgTitleFont]Choose Setup Type</Text>
720         </Control>
721         <Control Id="CompleteText" Type="Text" X="105" Y="184" Width="230" Height="20">
722           <Text>All program features will be installed.  (Requires most disk space)</Text>
723         </Control>
724         <Control Id="CustomText" Type="Text" X="105" Y="131" Width="230" Height="30">
725           <Text>Allows users to choose which program features will be installed and where they will be installed. Recommended for advanced users.</Text>
726         </Control>
727         <Control Id="TypicalText" Type="Text" X="105" Y="78" Width="230" Height="20">
728           <Text>Installs the most common program features. Recommended for most users.</Text>
729         </Control>
730       </Dialog>
731
732       <Dialog Id="ConfigClientDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
733         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
734           <Publish Event="NewDialog" Value="CustomizeDlg">1</Publish>
735         </Control>
736         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Text="[ButtonText_Next]">
737           <Publish Event="NewDialog" Value="ConfigCredsDlg">1</Publish>
738         </Control>
739         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
740           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
741         </Control>
742         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
743         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
744           <Text>Choose the configuration options for the OpenAFS client.</Text>
745         </Control>
746         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
747         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
748         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
749           <Text>[DlgTitleFont]Configure AFS Client</Text>
750         </Control>
751         <Control Id="CellLabel" Type="Text" X="45" Y="73" Width="100" Height="15" TabSkip="no" Text="Default &amp;Cell" />
752         <Control Id="CellEdit" Type="Edit" X="150" Y="73" Width="115" Height="18" Property="AFSCELLNAME" Text="{120}" />
753         <Control Id="LogonOptionsLabel" Type="Text"                             X="45"  Y="100" Width="100" Height="15" Text="Integrated logon" />
754         <Control Id="LogonOptionSel" Type="RadioButtonGroup"    X="150" Y="100" Width="120" Height="20" Property="LOGONOPTIONS" />
755         <Control Id="SecurityLevelLabel" Type="Text"                    X="45"  Y="120" Width="100" Height="15" Text="AFS crypt security" />
756         <Control Id="SecurityLevelSel" Type="RadioButtonGroup"  X="150" Y="120" Width="120" Height="20" Property="SECURITYLEVEL" />
757         <Control Id="FreelanceLabel" Type="Text"                                X="45"  Y="140" Width="100" Height="15" Text="Freelance mode" />
758         <Control Id="FreelanceSel" Type="RadioButtonGroup"              X="150" Y="140" Width="120" Height="20" Property="FREELANCEMODE" />
759         <Control Id="DNSLabel" Type="Text"                                              X="45"  Y="160" Width="100" Height="15" Text="Lookup cells in DNS" />
760         <Control Id="DNSSel" Type="RadioButtonGroup"                    X="150" Y="160" Width="120" Height="20" Property="USEDNS" />
761       </Dialog>
762       <RadioButtonGroup Property="SECURITYLEVEL">
763                 <RadioButton X="5" Y="0" Width="55" Height="15" Text="Disable" Value="0"></RadioButton>
764                 <RadioButton X="65" Y="0" Width="55" Height="15" Text="Enable" Value="1"></RadioButton>
765       </RadioButtonGroup>
766       <RadioButtonGroup Property="FREELANCEMODE">
767                 <RadioButton X="5" Y="0" Width="55" Height="15" Text="Disable" Value="0"></RadioButton>
768                 <RadioButton X="65" Y="0" Width="55" Height="15" Text="Enable" Value="1"></RadioButton>
769       </RadioButtonGroup>
770       <RadioButtonGroup Property="USEDNS">
771                 <RadioButton X="5" Y="0" Width="55" Height="15" Text="Disable" Value="0"></RadioButton>
772                 <RadioButton X="65" Y="0" Width="55" Height="15" Text="Enable" Value="1"></RadioButton>
773       </RadioButtonGroup>
774       <RadioButtonGroup Property="LOGONOPTIONS">
775                 <RadioButton X="5" Y="0" Width="55" Height="15" Text="Disable" Value="0"></RadioButton>
776                 <RadioButton X="65" Y="0" Width="55" Height="15" Text="Enable" Value="1"></RadioButton>
777       </RadioButtonGroup>
778
779       <Dialog Id="ConfigCredsDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
780         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
781           <Publish Event="NewDialog" Value="ConfigClientDlg">1</Publish>
782         </Control>
783         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Text="[ButtonText_Next]">
784                         <Publish Event="AddLocal" Value="feaCredsStartup">CREDSSTARTUP = "1"</Publish>
785                         <Publish Event="Remove" Value="feaCredsStartup">CREDSSTARTUP &lt;&gt; "1"</Publish>
786                         <Publish Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
787         </Control>
788         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
789           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
790         </Control>
791         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
792         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
793           <Text>Choose the configuration options for AFS credentials.</Text>
794         </Control>
795         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
796         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
797         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
798           <Text>[DlgTitleFont]Options for AFS Credentials</Text>
799         </Control>
800         <Control Id="CredStartLabel" Type="Text" X="45" Y="53" Width="295" Height="15" TabSkip="yes" Text="Startup options for AFS Credentials" />
801         <Control Id="CredStartup" Type="CheckBox" X="50" Y="73" Width="300" Height="15" Property="CREDSSTARTUP" CheckBoxValue="1" Text="Start AFS Credentials at startup" />
802         <Control Id="CredCommandLabel" Type="Text" X="45" Y="93" Width="295" Height="15" TabSkip="yes" Text="Command line options for AFS Credentials" />
803         <Control Id="CredAutoInit" Type="CheckBox" X="50" Y="113" Width="300" Height="15" Property="CREDSAUTOINIT" CheckBoxValue="-a" Text="Auto initialize AFS Credentials" />
804         <Control Id="CredRenew" Type="CheckBox" X="50" Y="133" Width="300" Height="15" Property="CREDSRENEWDRMAP" CheckBoxValue="-m" Text="Renew drive maps" />
805         <Control Id="CredIPCg" Type="CheckBox" X="50" Y="153" Width="300" Height="15" Property="CREDSIPCHDET" CheckBoxValue="-n" Text="Detect IP address changes" />
806         <Control Id="CredQuiet" Type="CheckBox" X="50" Y="173" Width="300" Height="15" Property="CREDSQUIET" CheckBoxValue="-q" Text="Quiet mode" />
807         <Control Id="CredShow" Type="CheckBox" X="50" Y="193" Width="300" Height="15" Property="CREDSSHOW" CheckBoxValue="-s" Text="Show credentials window on startup" />
808       </Dialog>
809
810       <Dialog Id="UserExit" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
811         <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Finish]">
812           <Publish Event="EndDialog" Value="Exit">1</Publish>
813         </Control>
814         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Cancel]" />
815         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
816         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
817         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
818         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
819           <Text>{\VerdanaBold13}[ProductName] [Wizard] was interrupted</Text>
820         </Control>
821         <Control Id="Description1" Type="Text" X="135" Y="70" Width="220" Height="40" Transparent="yes" NoPrefix="yes">
822           <Text>[ProductName] setup was interrupted.  Your system has not been modified.  To install or modify this program at a later time, please run the installation again.</Text>
823         </Control>
824         <Control Id="Description2" Type="Text" X="135" Y="115" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
825           <Text>Click the Finish button to exit the [Wizard].</Text>
826         </Control>
827       </Dialog>
828       <Dialog Id="UserRegistrationDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
829         <Control Id="NameLabel" Type="Text" X="45" Y="73" Width="100" Height="15" TabSkip="no" Text="&amp;User Name:" />
830         <Control Id="NameEdit" Type="Edit" X="45" Y="85" Width="220" Height="18" Property="USERNAME" Text="{80}" />
831         <Control Id="OrganizationLabel" Type="Text" X="45" Y="110" Width="100" Height="15" TabSkip="no" Text="&amp;Organization:" />
832         <Control Id="OrganizationEdit" Type="Edit" X="45" Y="122" Width="220" Height="18" Property="COMPANYNAME" Text="{80}" />
833         <Control Id="CDKeyLabel" Type="Text" X="45" Y="147" Width="50" Height="10" TabSkip="no">
834           <Text>CD &amp;Key:</Text>
835         </Control>
836         <Control Id="CDKeyEdit" Type="MaskedEdit" X="45" Y="159" Width="250" Height="16" Property="PIDKEY" Text="[PIDTemplate]" />
837         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
838           <Publish Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>
839         </Control>
840         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
841           <Publish Event="ValidateProductID" Value="0">0</Publish>
842           <Publish Event="SpawnWaitDialog" Value="WaitForCostingDlg">CostingComplete = 1</Publish>
843           <Publish Event="NewDialog" Value="RemovePreviousDlg">ProductID</Publish>
844         </Control>
845         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
846           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
847         </Control>
848         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
849         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
850           <Text>Please enter your customer information</Text>
851         </Control>
852         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
853         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
854         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
855           <Text>[DlgTitleFont]Customer Information</Text>
856         </Control>
857       </Dialog>
858       <Dialog Id="VerifyReadyDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">
859         <Control Id="Install" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Install]">
860           <Publish Event="EndDialog" Value="Return">OutOfDiskSpace &lt;&gt; 1</Publish>
861           <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</Publish>
862           <Publish Event="EndDialog" Value="Return">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>
863           <Publish Event="EnableRollback" Value="False">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>
864           <Publish Event="SpawnDialog" Value="OutOfDiskDlg">(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</Publish>
865         </Control>
866         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
867           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
868         </Control>
869         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
870         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
871           <Publish Event="NewDialog" Value="AdminInstallPointDlg">InstallMode = "Server Image"</Publish>
872           <Publish Event="NewDialog" Value="CustomizeDlg">(InstallMode = "Custom" OR InstallMode = "Change") AND &amp;feaClient &lt;&gt; 3</Publish>
873           <Publish Event="NewDialog" Value="ConfigCredsDlg">(InstallMode = "Custom" OR InstallMode = "Change") AND &amp;feaClient = 3</Publish>
874           <Publish Event="NewDialog" Value="MaintenanceTypeDlg">InstallMode = "Repair"</Publish>
875           <Publish Event="NewDialog" Value="SetupTypeDlg">InstallMode = "Typical" OR InstallMode = "Complete"</Publish>
876         </Control>
877         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
878           <Text>The [Wizard] is ready to begin the [InstallMode] installation</Text>
879         </Control>
880         <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="20">
881           <Text>Click Install to begin the installation.  If you want to review or change any of your installation settings, click Back.  Click Cancel to exit the wizard.</Text>
882         </Control>
883         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
884         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
885         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
886           <Text>[DlgTitleFont]Ready to Install</Text>
887         </Control>
888       </Dialog>
889       <Dialog Id="VerifyRemoveDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">
890         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Back]">
891           <Publish Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
892         </Control>
893         <Control Id="Remove" Type="PushButton" X="236" Y="243" Width="56" Height="17" Text="[ButtonText_Remove]">
894           <Publish Event="Remove" Value="All">OutOfDiskSpace &lt;&gt; 1</Publish>
895           <Publish Event="EndDialog" Value="Return">OutOfDiskSpace &lt;&gt; 1</Publish>
896           <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</Publish>
897           <Publish Event="EndDialog" Value="Return">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>
898           <Publish Event="EnableRollback" Value="False">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>
899           <Publish Event="SpawnDialog" Value="OutOfDiskDlg">(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</Publish>
900         </Control>
901         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
902           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
903         </Control>
904         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
905         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
906           <Text>You have chosen to remove the program from your computer.</Text>
907         </Control>
908         <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="30">
909           <Text>Click Remove to remove [ProductName] from your computer.  If you want to review or change any of your installation settings, click Back.  Click Cancel to exit the wizard.</Text>
910         </Control>
911         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
912         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
913         <Control Id="Title" Type="Text" X="15" Y="6" Width="240" Height="15" Transparent="yes" NoPrefix="yes">
914           <Text>[DlgTitleFont]Remove OpenAFS for Windows</Text>
915         </Control>
916       </Dialog>
917       <Dialog Id="VerifyRepairDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">
918         <Control Id="Repair" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Repair]">
919           <Publish Event="ReinstallMode" Value="ecmus">OutOfDiskSpace &lt;&gt; 1</Publish>
920           <Publish Event="Reinstall" Value="All">OutOfDiskSpace &lt;&gt; 1</Publish>
921           <Publish Event="EndDialog" Value="Return">OutOfDiskSpace &lt;&gt; 1</Publish>
922           <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</Publish>
923           <Publish Event="EndDialog" Value="Return">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>
924           <Publish Event="EnableRollback" Value="False">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>
925           <Publish Event="SpawnDialog" Value="OutOfDiskDlg">(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</Publish>
926         </Control>
927         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
928           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
929         </Control>
930         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="[BannerBitmap]" />
931         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
932           <Publish Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
933         </Control>
934         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
935           <Text>The [Wizard] is ready to begin the repair of [ProductName].</Text>
936         </Control>
937         <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="30">
938           <Text>Click Repair to repair the installation of [ProductName].  If you want to review or change any of your installation settings, click Back.  Click Cancel to exit the wizard.</Text>
939         </Control>
940         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
941         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
942         <Control Id="Title" Type="Text" X="15" Y="6" Width="240" Height="15" Transparent="yes" NoPrefix="yes">
943           <Text>[DlgTitleFont]Repair OpenAFS for Windows</Text>
944         </Control>
945       </Dialog>
946       <Dialog Id="WaitForCostingDlg" Y="10" Width="260" Height="85" Title="[ProductName] [Setup]" NoMinimize="yes">
947         <Control Id="Return" Type="PushButton" X="102" Y="57" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Return]">
948           <Publish Event="EndDialog" Value="Exit">1</Publish>
949         </Control>
950         <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30">
951           <Text>Please wait while the installer finishes determining your disk space requirements.</Text>
952         </Control>
953         <Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Exclamation icon" FixedSize="yes" IconSize="32" Text="[ExclamationIcon]" />
954       </Dialog>
955       <Dialog Id="WelcomeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
956         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">
957           <Publish Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>
958         </Control>
959         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">
960           <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
961         </Control>
962         <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="[DialogBitmap]" />
963         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />
964         <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="30" Transparent="yes" NoPrefix="yes">
965           <Text>The [Wizard] will install [ProductName] on your computer.  Click Next to continue or Cancel to exit the [Wizard].</Text>
966         </Control>
967         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
968         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
969           <Text>{\VerdanaBold13}Welcome to the [ProductName] [Wizard]</Text>
970         </Control>
971       </Dialog>
972       <RadioButtonGroup Property="IAgree">
973         <RadioButton Text="{\DlgFont8}I &amp;accept the terms in the License Agreement" X="5" Y="0" Width="250" Height="15" Value="yes"></RadioButton>
974         <RadioButton Text="{\DlgFont8}I &amp;do not accept the terms in the License Agreement" X="5" Y="20" Width="250" Height="15" Value="no"></RadioButton>
975       </RadioButtonGroup>
976       <TextStyle Id="DlgFont8" FaceName="Tahoma" Size="8" />
977       <TextStyle Id="DlgFontBold8" FaceName="Tahoma" Size="8" Bold="yes" />
978       <TextStyle Id="VerdanaBold13" FaceName="Verdana" Size="13" Bold="yes" />
979       <UIText Id="AbsentPath" />
980       <UIText Id="bytes">bytes</UIText>
981       <UIText Id="GB">GB</UIText>
982       <UIText Id="KB">KB</UIText>
983       <UIText Id="MB">MB</UIText>
984       <UIText Id="MenuAbsent">Entire feature will be unavailable</UIText>
985       <UIText Id="MenuAdvertise">Feature will be installed when required</UIText>
986       <UIText Id="MenuAllCD">Entire feature will be installed to run from CD</UIText>
987       <UIText Id="MenuAllLocal">Entire feature will be installed on local hard drive</UIText>
988       <UIText Id="MenuAllNetwork">Entire feature will be installed to run from network</UIText>
989       <UIText Id="MenuCD">Will be installed to run from CD</UIText>
990       <UIText Id="MenuLocal">Will be installed on local hard drive</UIText>
991       <UIText Id="MenuNetwork">Will be installed to run from network</UIText>
992       <UIText Id="ScriptInProgress">Gathering required information...</UIText>
993       <UIText Id="SelAbsentAbsent">This feature will remain uninstalled</UIText>
994       <UIText Id="SelAbsentAdvertise">This feature will be set to be installed when required</UIText>
995       <UIText Id="SelAbsentCD">This feature will be installed to run from CD</UIText>
996       <UIText Id="SelAbsentLocal">This feature will be installed on the local hard drive</UIText>
997       <UIText Id="SelAbsentNetwork">This feature will be installed to run from the network</UIText>
998       <UIText Id="SelAdvertiseAbsent">This feature will become unavailable</UIText>
999       <UIText Id="SelAdvertiseAdvertise">Will be installed when required</UIText>
1000       <UIText Id="SelAdvertiseCD">This feature will be available to run from CD</UIText>
1001       <UIText Id="SelAdvertiseLocal">This feature will be installed on your local hard drive</UIText>
1002       <UIText Id="SelAdvertiseNetwork">This feature will be available to run from the network</UIText>
1003       <UIText Id="SelCDAbsent">This feature will be uninstalled completely, you won't be able to run it from CD</UIText>
1004       <UIText Id="SelCDAdvertise">This feature will change from run from CD state to set to be installed when required</UIText>
1005       <UIText Id="SelCDCD">This feature will remain to be run from CD</UIText>
1006       <UIText Id="SelCDLocal">This feature will change from run from CD state to be installed on the local hard drive</UIText>
1007       <UIText Id="SelChildCostNeg">This feature frees up [1] on your hard drive.</UIText>
1008       <UIText Id="SelChildCostPos">This feature requires [1] on your hard drive.</UIText>
1009       <UIText Id="SelCostPending">Compiling cost for this feature...</UIText>
1010       <UIText Id="SelLocalAbsent">This feature will be completely removed</UIText>
1011       <UIText Id="SelLocalAdvertise">This feature will be removed from your local hard drive, but will be set to be installed when required</UIText>
1012       <UIText Id="SelLocalCD">This feature will be removed from your local hard drive, but will be still available to run from CD</UIText>
1013       <UIText Id="SelLocalLocal">This feature will remain on you local hard drive</UIText>
1014       <UIText Id="SelLocalNetwork">This feature will be removed from your local hard drive, but will be still available to run from the network</UIText>
1015       <UIText Id="SelNetworkAbsent">This feature will be uninstalled completely, you won't be able to run it from the network</UIText>
1016       <UIText Id="SelNetworkAdvertise">This feature will change from run from network state to set to be installed when required</UIText>
1017       <UIText Id="SelNetworkLocal">This feature will change from run from network state to be installed on the local hard drive</UIText>
1018       <UIText Id="SelNetworkNetwork">This feature will remain to be run from the network</UIText>
1019       <UIText Id="SelParentCostNegNeg">This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.</UIText>
1020       <UIText Id="SelParentCostNegPos">This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.</UIText>
1021       <UIText Id="SelParentCostPosNeg">This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.</UIText>
1022       <UIText Id="SelParentCostPosPos">This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.</UIText>
1023       <UIText Id="TimeRemaining">Time remaining: {[1] minutes }{[2] seconds}</UIText>
1024       <UIText Id="VolumeCostAvailable">Available</UIText>
1025       <UIText Id="VolumeCostDifference">Difference</UIText>
1026       <UIText Id="VolumeCostRequired">Required</UIText>
1027       <UIText Id="VolumeCostSize">Disk Size</UIText>
1028       <UIText Id="VolumeCostVolume">Volume</UIText>
1029
1030           <!-- Localized ActionText and Error strings (processed from SDK)-->
1031           <?include "lang\$(var.Language)\ActionText.wxi"?>
1032           <?include "lang\$(var.Language)\Error.wxi"?>
1033           
1034           <!-- Additional error and action text strings -->
1035           <Error Id="4001">$(loc.ErrNPIFailed)</Error>
1036           <Error Id="4002">$(loc.ErrSCCFailed)</Error>
1037           <Error Id="4003">$(loc.ErrSCSFailed)</Error>
1038           <Error Id="4004">$(loc.ErrAbort)</Error>
1039           <Error Id="4005">$(loc.ErrNsisFailed)</Error>
1040           <Error Id="4006">$(loc.ErrCantCreateGroup)</Error>
1041           <Error Id="4007">$(loc.ErrCantAddMembers)</Error>
1042           <ProgressText Action="RemoveLoopback" Template="[1]:([2])([3])([4])">$(loc.ActRemoveLoopback)</ProgressText>
1043           <ProgressText Action="InstallLoopback" Template="[1]:([2])([3])([4])">$(loc.ActInstallLoopback)</ProgressText>
1044           <ProgressText Action="RemoveNetProvider">$(loc.ActRemoveNetProvider)</ProgressText>
1045           <ProgressText Action="InstallNetProvider">$(loc.ActInstallNetProvider)</ProgressText>
1046           <ProgressText Action="ConfigureClient">$(loc.ActConfigureClient)</ProgressText>
1047           <ProgressText Action="ConfigureServer">$(loc.ActConfigureServer)</ProgressText>
1048           <ProgressText Action="RemoveNsisInstallation">$(loc.ActRemoveNsisInstallation)</ProgressText>
1049           
1050           
1051       <AdminUISequence>
1052         <Show Dialog="FatalError" OnExit="error" />
1053         <Show Dialog="UserExit" OnExit="cancel" />
1054         <Show Dialog="ExitDialog" OnExit="success" />
1055         <Show Dialog="PrepareDlg" Before="CostInitialize" />
1056         <Show Dialog="AdminWelcomeDlg" After="CostFinalize" />
1057         <Show Dialog="ProgressDlg" After="AdminWelcomeDlg" />
1058       </AdminUISequence>
1059       <InstallUISequence>
1060         <Show Dialog="FatalError" OnExit="error" />
1061         <Show Dialog="UserExit" OnExit="cancel" />
1062         <Show Dialog="ExitDialog" OnExit="success" />
1063         <Show Dialog="PrepareDlg" After="LaunchConditions" />
1064         <Show Dialog="WelcomeDlg" After="MigrateFeatureStates">(NOT Installed) AND (NOT AFTERREBOOT)</Show>
1065         <Show Dialog="ResumeDlg" After="WelcomeDlg">Installed AND (RESUME OR Preselected)</Show>
1066         <Show Dialog="MaintenanceWelcomeDlg" After="ResumeDlg">Installed AND NOT RESUME AND NOT Preselected</Show>
1067         <Show Dialog="ContinueDlg" After="MaintenanceWelcomeDlg">(NOT Installed) AND AFTERREBOOT</Show>
1068         <Show Dialog="ProgressDlg" After="ContinueDlg" />
1069       </InstallUISequence>
1070     </UI>
1071     <Binary Id="Up" src="Binary\Up.ico" />
1072     <Binary Id="New" src="Binary\New.ico" />
1073     <Binary Id="bannrbmp" src="Binary\bannrbmp.bmp" />
1074     <Binary Id="completi" src="Binary\completi.ico" />
1075     <Binary Id="custicon" src="Binary\custicon.ico" />
1076     <Binary Id="dlgbmp" src="Binary\dlgbmp.bmp" />
1077     <Binary Id="exclamic" src="Binary\exclamic.ico" />
1078     <Binary Id="info" src="Binary\info.ico" />
1079     <Binary Id="insticon" src="Binary\insticon.ico" />
1080     <Binary Id="removico" src="Binary\removico.ico" />
1081     <Binary Id="repairic" src="Binary\repairic.ico" />
1082     <Icon Id="ico_AcctManager" src="Icon\ico_AcctManager.ico" />
1083     <Icon Id="ico_afscreds" src="Icon\ico_afscreds.ico" />
1084     <Icon Id="ico_Help" src="Icon\ico_Help.ico" />
1085     <Icon Id="ico_ServerManager" src="Icon\ico_ServerManager.ico" />
1086     <Icon Id="ico_afssvrcfg" src="Icon\ico_afssvrcfg.ico" />
1087     <Icon Id="ico_OpenAFS" src="Icon\ico_OpenAFS.ico" />
1088 </Include>