VirtualBox

source: vbox/trunk/src/VBox/Installer/win/UserInterface.wxi@ 69407

Last change on this file since 69407 was 64107, checked in by vboxsync, 8 years ago

Windows host installer: Added option to disable creation of start menu entries in customization dialog. Untested.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 84.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 User interface include for VirtualBox WiX script.
4
5 Copyright (C) 2006-2016 Oracle Corporation
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14-->
15
16<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
17 <UI>
18 <!-- This dialog will be shown when the user cancels the installation -->
19 <Dialog Id="VBoxCancelDlg" Width="260" Height="85" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
20 <Control Id="No" Type="PushButton" X="132" Y="57" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_No)">
21 <Publish Event="EndDialog" Value="Return">1</Publish>
22 </Control>
23 <Control Id="Yes" Type="PushButton" X="72" Y="57" Width="56" Height="17" Text="!(loc.ButtonText_Yes)">
24 <Publish Event="EndDialog" Value="Exit">1</Publish>
25 </Control>
26 <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30">
27 <Text>!(loc.CancelDlg_Question)</Text>
28 </Control>
29 <Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[InfoIcon]" />
30 </Dialog>
31
32 <!-- This is the very first page the user will see -->
33 <Dialog Id="VBoxWelcomeDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
34 <!-- The wizard has a bitmap as background. The source is defined as a property below. -->
35 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
36
37 <!-- Title text drawn on the background -->
38 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
39 <Text>{\DlgVerdanaBold13}!(loc.WelcomeDlg_Header)</Text>
40 </Control>
41
42 <!-- Text saying what we gonna do -->
43 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="130" Transparent="yes" NoPrefix="yes">
44 <Text>!(loc.WelcomeDlg_Body)</Text>
45 </Control>
46
47 <!-- And a line for looking nice... -->
48 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
49
50 <!-- Build number text drawn left bottom -->
51 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
52 <Text>[Version_text] $(var.Property_Version)</Text>
53 </Control>
54
55 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Next)">
56 <!-- Set the install mode -->
57 <Publish Property="InstallMode" Value="!(loc.InstallModeCustom)">1</Publish>
58 <?if $(env.VBOX_WITH_LICENSE_DISPLAY) = "yes" ?>
59 <!-- Next dialog is the license agreement -->
60 <Publish Event="NewDialog" Value="VBoxLicenseAgreementDlg">1</Publish>
61 <?else ?>
62 <!-- Decide which dialog to show next: The serial number dialog (if this is a branded build)
63 or directly proceed to the customization dialog (VBox not installed yet) -->
64 <?if $(env.VBOX_WITH_SERIALNUMBER_INSTALL) = "yes" ?>
65 <Publish Event="NewDialog" Value="VBoxCheckSerialDlg">1</Publish>
66 <?else ?>
67 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"><![CDATA[(PREVIOUSVERSIONSINSTALLED OR NEWERVERSIONDETECTED)]]></Publish>
68 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"><![CDATA[(NOT PREVIOUSVERSIONSINSTALLED) AND (NOT NEWERVERSIONDETECTED)]]></Publish>
69 <?endif ?>
70 <?endif ?>
71 </Control>
72
73 <!-- Canceling will bring up a confirmation dialog ('SpawnDialog' attribute) -->
74 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
75 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
76 </Control>
77
78 <!-- Uncomment if we need a 'back' button
79 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Back)" />
80 -->
81 </Dialog>
82
83 <!-- The radio button group used for the license agreement page -->
84 <RadioButtonGroup Property="IAgree">
85 <RadioButton Text="{\DlgFont8}!(loc.LicenseAgreementDlg_Accept)" Value="Yes" X="5" Y="0" Width="250" Height="15" />
86 <RadioButton Text="{\DlgFont8}!(loc.LicenseAgreementDlg_Decline)" Value="No" X="5" Y="20" Width="250" Height="15" />
87 </RadioButtonGroup>
88
89 <!-- The dialog page showing the license. The user has to set the appropriate check box to proceed -->
90 <Dialog Id="VBoxLicenseAgreementDlg" Width="370" Height="270" Title="[ProductName] License Agreement" NoMinimize="yes">
91 <!-- The bitmap at the top of the dialog. This dialog doesn't have a background -->
92 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
93
94 <!-- The font used here is defined below -->
95 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
96 <Text>[DlgTitleFont]!(loc.LicenseAgreementDlg_Header)</Text>
97 </Control>
98
99 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
100 <Text>!(loc.LicenseAgreementDlg_Body)</Text>
101 </Control>
102
103 <!-- The line directly below of the banner bmp -->
104 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
105
106 <!-- The license text should be a RTF text so we have formatting -->
107 <Control Id="AgreementText" Type="ScrollableText" X="20" Y="60" Width="330" Height="120" Sunken="yes" TabSkip="no" Text="!(loc.LicenseText)"/>
108
109 <!-- This radio button group is defined below -->
110 <Control Id="Buttons" Type="RadioButtonGroup" X="20" Y="187" Width="330" Height="40" Property="IAgree" />
111
112 <!-- And a line for looking nice... -->
113 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
114
115 <!-- Build number text drawn left bottom -->
116 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
117 <Text>[Version_text] $(var.Property_Version)</Text>
118 </Control>
119
120 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Back)">
121 <Publish Event="NewDialog" Value="VBoxWelcomeDlg">1</Publish>
122 </Control>
123
124 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Next)">
125 <!-- 'Next' button is only enabled when 'I agree' radio button is selected -->
126 <Condition Action="disable"><![CDATA[IAgree <> "Yes"]]></Condition>
127 <Condition Action="enable"><![CDATA[IAgree = "Yes"]]></Condition>
128 <!-- Decide which dialog to show next: The serial number dialog (if this is a branded build)
129 or directly proceed to the customization dialog (VBox not installed yet) -->
130 <?if $(env.VBOX_WITH_SERIALNUMBER_INSTALL) = "yes" ?>
131 <Publish Event="NewDialog" Value="VBoxCheckSerialDlg">1</Publish>
132 <?else ?>
133 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"><![CDATA[(PREVIOUSVERSIONSINSTALLED OR NEWERVERSIONDETECTED)]]></Publish>
134 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"><![CDATA[(NOT PREVIOUSVERSIONSINSTALLED) AND (NOT NEWERVERSIONDETECTED)]]></Publish>
135 <?endif ?>
136 </Control>
137
138 <!-- Canceling will bring up a confirmation dialog ('SpawnDialog' attribute) -->
139 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
140 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
141 </Control>
142 </Dialog>
143
144 <Dialog Id="VBoxCheckSerialDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
145 <!-- The wizard has a bitmap as background. The source is defined as a property below. -->
146 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
147
148 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
149 <Text>{\DlgVerdanaBold13}!(loc.CheckSerialDlg_Header)</Text>
150 </Control>
151
152 <!-- Text saying what we gonna do -->
153 <Control Id="Description" Type="Text" X="135" Y="50" Width="220" Height="130" Transparent="yes" NoPrefix="yes">
154 <Text>!(loc.CheckSerialDlg_Body)</Text>
155 </Control>
156
157 <Control Id="Serial1Edit" Type="Edit" X="135" Y="90" Width="30" Height="18" Property="Serial1" Text="{5}">
158 <!--<Publish Event="DoAction" Value="CheckSerial">1</Publish>-->
159 </Control>
160 <Control Id="Serial2Edit" Type="Edit" X="170" Y="90" Width="30" Height="18" Property="Serial2" Text="{5}">
161 <!--<Publish Event="DoAction" Value="CheckSerial">1</Publish>-->
162 </Control>
163 <Control Id="Serial3Edit" Type="Edit" X="205" Y="90" Width="30" Height="18" Property="Serial3" Text="{5}">
164 <!--<Publish Event="DoAction" Value="CheckSerial">1</Publish>-->
165 </Control>
166 <Control Id="Serial4Edit" Type="Edit" X="240" Y="90" Width="30" Height="18" Property="Serial4" Text="{5}">
167 <!--<Publish Event="DoAction" Value="CheckSerial">1</Publish>-->
168 </Control>
169 <Control Id="Serial5Edit" Type="Edit" X="275" Y="90" Width="30" Height="18" Property="Serial5" Text="{5}">
170 <!--<Publish Event="DoAction" Value="CheckSerial">1</Publish>-->
171 </Control>
172
173 <Control Id="Description3" Type="Text" X="135" Y="120" Width="220" Height="130" Transparent="yes" NoPrefix="yes">
174 <Text>!(loc.CheckSerialDlg_Footer)</Text>
175 </Control>
176
177 <!-- And a line for looking nice... -->
178 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
179
180 <!-- Build number text drawn left bottom -->
181 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
182 <Text>[Version_text] $(var.Property_Version)</Text>
183 </Control>
184
185 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Back)">
186 <?if $(env.VBOX_WITH_LICENSE_DISPLAY) = "yes" ?>
187 <Publish Event="NewDialog" Value="VBoxLicenseAgreementDlg">1</Publish>
188 <?else ?>
189 <Publish Event="NewDialog" Value="VBoxWelcomeDlg">1</Publish>
190 <?endif ?>
191 </Control>
192 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Check)">
193 <Publish Event="DoAction" Value="ca_CheckSerial">1</Publish>
194 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"><![CDATA[(PREVIOUSVERSIONSINSTALLED OR NEWERVERSIONDETECTED) AND (SERIALVALID = "1")]]></Publish>
195 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"><![CDATA[(NOT PREVIOUSVERSIONSINSTALLED) AND (NOT NEWERVERSIONDETECTED) AND (SERIALVALID = "1")]]></Publish>
196 <Publish Event="NewDialog" Value="VBoxWrongSerialDlg"><![CDATA[SERIALVALID = "0"]]></Publish>
197 </Control>
198 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
199 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
200 </Control>
201
202 </Dialog>
203
204 <Dialog Id="VBoxWrongSerialDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
205
206 <!-- The wizard has a bitmap as background. The source is defined as a property below. -->
207 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
208
209 <!-- Title text drawn on the background -->
210 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
211 <Text>{\DlgInvalidSerial}!(loc.WrongSerialDlg_Header)</Text>
212 </Control>
213
214 <!-- Text saying what we gonna do -->
215 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="130" Transparent="yes" NoPrefix="yes">
216 <Text>!(loc.WrongSerialDlg_Desc1)</Text>
217 </Control>
218
219 <Control Id="Description2" Type="Text" X="135" Y="95" Width="220" Height="130" Transparent="yes" NoPrefix="yes">
220 <Text>!(loc.WrongSerialDlg_Desc2)</Text>
221 </Control>
222
223 <!-- And a line for looking nice... -->
224 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
225
226 <!-- Build number text drawn left bottom -->
227 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
228 <Text>[Version_text] $(var.Property_Version)</Text>
229 </Control>
230
231 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Back)">
232 <Publish Event="NewDialog" Value="VBoxCheckSerialDlg">1</Publish>
233 </Control>
234
235 <!-- Canceling will bring up a confirmation dialog ('SpawnDialog' attribute) -->
236 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
237 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
238 </Control>
239
240 </Dialog>
241
242 <!-- Dialog used to set another installation path. This is taken from the tutorial template on the web and can also be
243 used for package selection etc. if necessary after some tweaking. -->
244 <Dialog Id="VBoxCustomizeDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes" TrackDiskSpace="yes">
245 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
246 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
247 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
248 <Text>[DlgTitleFont]!(loc.CustomizeDlg_CustomSetup)</Text>
249 </Control>
250 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
251 <Text>!(loc.CustomizeDlg_SelFeatures)</Text>
252 </Control>
253 <Control Id="Text" Type="Text" X="25" Y="55" Width="320" Height="20">
254 <Text>!(loc.CustomizeDlg_IconTree)</Text>
255 </Control>
256 <Control Id="Tree" Type="SelectionTree" X="25" Y="85" Width="175" Height="95" Property="_BrowseProperty"
257 Sunken="yes" TabSkip="no" Text="Tree of selections" />
258 <Control Id="Browse" Type="PushButton" X="304" Y="200" Width="56" Height="17" Text="!(loc.ButtonText_Browse)">
259 <Publish Event="SelectionBrowse" Value="VBoxBrowseDlg">1</Publish>
260 <Condition Action="hide">Installed</Condition>
261 </Control>
262 <Control Id="DiskCost" Type="PushButton" X="111" Y="243" Width="56" Height="17">
263 <Text>!(loc.CustomizeDlg_DiskUsage)</Text>
264 <Publish Event="SpawnDialog" Value="VBoxDiskCostDlg">1</Publish>
265 <Subscribe Event="SelectionNoItems" Attribute="Enabled" />
266 </Control>
267 <Control Id="Box" Type="GroupBox" X="210" Y="81" Width="140" Height="98" />
268 <Control Id="ItemDescription" Type="Text" X="215" Y="90" Width="131" Height="30">
269 <Text>!(loc.CustomizeDlg_SelItemDesc)</Text>
270 <Subscribe Event="SelectionDescription" Attribute="Text" />
271 </Control>
272 <Control Id="ItemSize" Type="Text" X="215" Y="130" Width="131" Height="45">
273 <Text>!(loc.CustomizeDlg_SelItemSize)</Text>
274 <Subscribe Event="SelectionSize" Attribute="Text" />
275 </Control>
276 <Control Id="Location" Type="Text" X="75" Y="200" Width="215" Height="20">
277 <Text>!(loc.CustomizeDlg_SelItemPath)</Text>
278 <Subscribe Event="SelectionPath" Attribute="Text" />
279 <Subscribe Event="SelectionPathOn" Attribute="Visible" />
280 <Condition Action="hide">Installed</Condition>
281 </Control>
282 <Control Id="LocationLabel" Type="Text" X="25" Y="200" Width="50" Height="10" Text="!(loc.CustomizeDlg_Location)">
283 <Subscribe Event="SelectionPathOn" Attribute="Visible" />
284 <Condition Action="hide">Installed</Condition>
285 </Control>
286
287 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Back)">
288 <?if $(env.VBOX_WITH_LICENSE_DISPLAY) = "yes" ?>
289 <Publish Event="NewDialog" Value="VBoxLicenseAgreementDlg"><![CDATA[(NOT CHECKSERIAL) AND (InstallMode = "!(loc.InstallModeCustom)")]]></Publish>
290 <Publish Event="NewDialog" Value="VBoxCheckSerialDlg"><![CDATA[CHECKSERIAL]]></Publish>
291 <?else ?>
292 <Publish Event="NewDialog" Value="VBoxWelcomeDlg">1</Publish>
293 <?endif ?>
294 </Control>
295 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Next)">
296 <?if $(env.VBOX_WITH_QTGUI) = "yes" ?>
297 <!--
298 uncomment next two lines if there is a need in wizard page VBoxSelectionNetworkTypeDlg
299 don't forget to comment one line after
300 -->
301 <!--
302 <Publish Event="NewDialog" Value="VBoxSelectionNetworkTypeDlg"><![CDATA[VersionNT >= 600]]></Publish>
303 <Publish Event="NewDialog" Value="VBoxCustomize2Dlg"><![CDATA[VersionNT < 600]]></Publish>
304 -->
305 <Publish Event="NewDialog" Value="VBoxCustomize2Dlg"/>
306 <?else ?>
307 <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg">1</Publish>
308 <?endif ?>
309 <Subscribe Event="SelectionNoItems" Attribute="Enabled" />
310 </Control>
311 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
312 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
313 </Control>
314
315 <!-- Build number text drawn left bottom -->
316 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
317 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
318 <Text>[Version_text] $(var.Property_Version)</Text>
319 </Control>
320 </Dialog>
321
322 <!-- Dialog for selection network adapters type (NDIS5 or NDIS6) -->
323 <RadioButtonGroup Property="NETWORKTYPE">
324 <RadioButton Text="!(loc.SelectionNetworkTypeDlg_RadioButtonNDIS5)" Value="NDIS5" X="5" Y="0" Width="120" Height="20" />
325 <RadioButton Text="!(loc.SelectionNetworkTypeDlg_RadioButtonNDIS6)" Value="NDIS6" X="5" Y="20" Width="120" Height="20" />
326 </RadioButtonGroup>
327 <Dialog Id="VBoxSelectionNetworkTypeDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
328 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
329 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
330 <Control Id="Title" Type="Text" X="15" Y="6" Width="220" Height="40" Transparent="yes" NoPrefix="yes">
331 <Text>[DlgTitleFont]!(loc.CustomizeDlg_CustomSetup)</Text>
332 </Control>
333 <Control Id="Description" Type="Text" X="25" Y="23" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
334 <Text>!(loc.CustomizeDlg_SelFeatures)</Text>
335 </Control>
336
337 <Control Id="CommonDescription" Type="Text" X="25" Y="55" Width="325" Height="20" Transparent="yes" NoPrefix="yes">
338 <Text>!(loc.SelectionNetworkTypeDlg_CommonDescription)</Text>
339 </Control>
340
341 <!-- The radio button group used for choosing NDIS5 or NDIS6 network drivers -->
342 <Control Id="Buttons" Type="RadioButtonGroup" X="25" Y="100" Width="130" Height="60" Property="NETWORKTYPE" />
343
344 <!-- Description text -->
345 <Control Id="DescriptionNDIS5" Type="Text" X="200" Y="105" Width="150" Height="60" Transparent="yes" NoPrefix="yes">
346 <Text>!(loc.SelectionNetworkTypeDlg_DescriptionNDIS5)</Text>
347 <Condition Action="hide"> NETWORKTYPE = "NDIS6"</Condition>
348 <Condition Action="show"> NETWORKTYPE = "NDIS5"</Condition>
349 </Control>
350 <Control Id="DescriptionNDIS6" Type="Text" X="200" Y="105" Width="150" Height="60" Transparent="yes" NoPrefix="yes">
351 <Text>!(loc.SelectionNetworkTypeDlg_DescriptionNDIS6)</Text>
352 <Condition Action="hide"> NETWORKTYPE = "NDIS5"</Condition>
353 <Condition Action="show"> NETWORKTYPE = "NDIS6"</Condition>
354 </Control>
355
356 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17"
357 Default="yes" Cancel="yes" Text="!(loc.ButtonText_Next)">
358 <Publish Event="NewDialog" Value="VBoxCustomize2Dlg">1</Publish>
359 </Control>
360 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17"
361 Text="!(loc.ButtonText_Back)">
362 <Publish Event="NewDialog" Value="VBoxCustomizeDlg">1</Publish>
363 </Control>
364 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17"
365 Text="!(loc.ButtonText_Cancel)">
366 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
367 </Control>
368
369 <!-- Build number text drawn left bottom -->
370 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
371 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
372 <Text>[Version_text] $(var.Property_Version)</Text>
373 </Control>
374 </Dialog>
375
376 <Dialog Id="VBoxCustomize2Dlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
377 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
378 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
379 <Control Id="Title" Type="Text" X="15" Y="6" Width="220" Height="40" Transparent="yes" NoPrefix="yes">
380 <Text>[DlgTitleFont]!(loc.CustomizeDlg_CustomSetup)</Text>
381 </Control>
382 <Control Id="Description" Type="Text" X="25" Y="23" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
383 <Text>!(loc.CustomizeDlg_SelFeatures)</Text>
384 </Control>
385 <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="20">
386 <Text>!(loc.Customize2Dlg_Desc)</Text>
387 </Control>
388 <!-- Note the gray background behind the checkboxes. Unfortunately there's no easy way to
389 fix this, without fixing it in the WiX source code. Because the control's background
390 uses the default dialog background color, changing the background image for the dialog to
391 match won't really solve anything. It would still look out of place on different versions
392 of Windows that use other default background colors, and on the machines of users that
393 change their Windows color scheme.
394 Also see: http://osdir.com/ml/windows.devel.wix.user/2005-02/msg00300.html -->
395 <Control Id="StartMenuEntriesCheckBox" Type="CheckBox" X="25" Y="95" Width="200" Height="17"
396 Property="VBOX_INSTALLSTARTMENUENTRIES" CheckBoxValue="1" Default="no">
397 <Text>!(loc.Customize2Dlg_CreateStartMenuEntries)</Text>
398 </Control>
399 <Control Id="DesktopShortcutCheckBox" Type="CheckBox" X="25" Y="115" Width="200" Height="17"
400 Property="VBOX_INSTALLDESKTOPSHORTCUT" CheckBoxValue="1" Default="no">
401 <Text>!(loc.Customize2Dlg_CreateDesktopShortcut)</Text>
402 </Control>
403 <Control Id="QuicklaunchShortcutCheckBox" Type="CheckBox" X="25" Y="135" Width="200" Height="17"
404 Property="VBOX_INSTALLQUICKLAUNCHSHORTCUT" CheckBoxValue="1" Default="no">
405 <Text>!(loc.Customize2Dlg_CreateQuickLaunch)</Text>
406 </Control>
407 <Control Id="RegisterFileExtensionsCheckBox" Type="CheckBox" X="25" Y="155" Width="200" Height="17"
408 Property="VBOX_REGISTERFILEEXTENSIONS" CheckBoxValue="1" Default="no">
409 <Text>!(loc.Customize2Dlg_RegisterFileExtensions)</Text>
410 </Control>
411 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17"
412 Default="yes" Cancel="yes" Text="!(loc.ButtonText_Next)">
413 <?if $(env.VBOX_WITH_NETFLT) = "yes" ?>
414 <Publish Event="NewDialog" Value="VBoxWarnDisconNetIfacesDlg"><![CDATA[(&VBoxNetworkFlt=3)]]></Publish>
415 <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg"><![CDATA[(&VBoxNetworkFlt<3)]]></Publish>
416 <?else ?>
417 <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg">1</Publish>
418 <?endif?>
419 </Control>
420 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17"
421 Text="!(loc.ButtonText_Back)">
422 <!--
423 uncomment next two lines if there is a need in wizard page VBoxSelectionNetworkTypeDlg
424 don't forget to comment one line after
425 -->
426 <!--
427 <Publish Event="NewDialog" Value="VBoxSelectionNetworkTypeDlg"><![CDATA[VersionNT >= 600]]></Publish>
428 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"><![CDATA[VersionNT < 600]]></Publish>
429 -->
430 <Publish Event="NewDialog" Value="VBoxCustomizeDlg"/>
431 </Control>
432 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17"
433 Text="!(loc.ButtonText_Cancel)">
434 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
435 </Control>
436
437 <!-- Build number text drawn left bottom -->
438 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
439 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
440 <Text>[Version_text] $(var.Property_Version)</Text>
441 </Control>
442 </Dialog>
443
444 <Dialog Id="VBoxWarnDisconNetIfacesDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
445
446 <!-- The wizard has a bitmap as background. The source is defined as a property below. -->
447 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
448
449 <!-- Title text drawn on the background -->
450 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
451 <Text>{\DlgWarnDisconNetIfaces}!(loc.WarnDisconNetIfacesDlg_Title)</Text>
452 </Control>
453
454 <Control Id="Title2" Type="Text" X="135" Y="40" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
455 <Text>{\DlgWarnDisconNetIfaces}!(loc.WarnDisconNetIfacesDlg_Title2)</Text>
456 </Control>
457
458 <!-- Text saying what we gonna do -->
459 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="130" Transparent="yes" NoPrefix="yes">
460 <Text>!(loc.WarnDisconNetIfacesDlg_Desc)</Text>
461 </Control>
462
463 <Control Id="Description2" Type="Text" X="135" Y="115" Width="220" Height="130" Transparent="yes" NoPrefix="yes">
464 <Text>!(loc.WarnDisconNetIfacesDlg_Question)</Text>
465 </Control>
466
467 <!-- And a line for looking nice... -->
468 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
469
470 <!-- Build number text drawn left bottom -->
471 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
472 <Text>[Version_text] $(var.Property_Version)</Text>
473 </Control>
474
475 <!-- Next dialog is the warning dialog for TAP devices -->
476 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Yes)">
477 <Publish Event="NewDialog" Value="VBoxVerifyReadyDlg">1</Publish>
478 </Control>
479
480 <!-- Canceling will bring up a confirmation dialog ('SpawnDialog' attribute) -->
481 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_No)">
482 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
483 </Control>
484
485 </Dialog>
486
487 <Dialog Id="VBoxDiskCostDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
488 <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_OK)">
489 <Publish Event="EndDialog" Value="Return">1</Publish>
490 </Control>
491 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
492 <Control Id="Description" Type="Text" X="20" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
493 <Text>!(loc.DiskCostDlg_SpaceRequired)</Text>
494 </Control>
495 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">
496 <Text>!(loc.DiskCostDlg_NotEnoughSpace)</Text>
497 </Control>
498 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
499 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
500 <Text>[DlgTitleFont]!(loc.DiskCostDlg_SpaceRequirements)</Text>
501 </Control>
502 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
503 <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="100" Width="330" Height="120" Sunken="yes" Fixed="yes" Remote="yes">
504 <Text>!(loc.DiskCostDlg_VolumeList)</Text>
505 </Control>
506 </Dialog>
507
508 <!-- Dialog used to change the installation directory -->
509 <Dialog Id="VBoxBrowseDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
510 <Control Id="PathEdit" Type="PathEdit" X="84" Y="202" Width="261" Height="18" Property="_BrowseProperty" Indirect="yes" />
511 <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_OK)">
512 <Publish Event="SetTargetPath" Value="[_BrowseProperty]">1</Publish>
513 <Publish Event="EndDialog" Value="Return">1</Publish>
514 </Control>
515 <Control Id="Cancel" Type="PushButton" X="240" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
516 <Publish Event="Reset" Value="0">1</Publish>
517 <Publish Event="EndDialog" Value="Return">1</Publish>
518 </Control>
519 <Control Id="ComboLabel" Type="Text" X="25" Y="58" Width="44" Height="10" TabSkip="no" Text="!(loc.BrowseDlg_LookIn)" />
520 <Control Id="DirectoryCombo" Type="DirectoryCombo" X="70" Y="55" Width="220" Height="80"
521 Property="_BrowseProperty" Indirect="yes" Fixed="yes" Remote="yes">
522 <Subscribe Event="IgnoreChange" Attribute="IgnoreChange" />
523 </Control>
524 <Control Id="Up" Type="PushButton" X="298" Y="55" Width="19" Height="19" ToolTip="!(loc.BrowseDlg_UpOneLevelTooltip)" Icon="yes" FixedSize="yes" IconSize="16" Text="[FolderUp]">
525 <Publish Event="DirectoryListUp" Value="0">1</Publish>
526 </Control>
527 <Control Id="NewFolder" Type="PushButton" X="325" Y="55" Width="19" Height="19"
528 ToolTip="!(loc.BrowseDlg_CreateNewFolderTooltip)" Icon="yes" FixedSize="yes" IconSize="16" Text="[FolderNew]">
529 <Publish Event="DirectoryListNew" Value="0">1</Publish>
530 </Control>
531 <Control Id="DirectoryList" Type="DirectoryList" X="25" Y="83" Width="320" Height="110"
532 Property="_BrowseProperty" Sunken="yes" Indirect="yes" TabSkip="no" />
533 <Control Id="PathLabel" Type="Text" X="25" Y="205" Width="59" Height="10" TabSkip="no" Text="!(loc.BrowseDlg_FolderName)" />
534 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
535 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
536 <Text>!(loc.BrowseDlg_BrowseDestFolder)</Text>
537 </Control>
538 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
539 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
540 <Text>[DlgTitleFont]!(loc.BrowseDlg_ChangeCurFolder)</Text>
541 </Control>
542 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
543 </Dialog>
544
545 <Dialog Id="VBoxPrepareDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" Modeless="yes">
546 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
547 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
548 </Control>
549 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
550 </Dialog>
551
552 <Dialog Id="VBoxVerifyReadyDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes" TrackDiskSpace="yes">
553 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
554 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
555 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
556 <Text>[DlgTitleFont]!(loc.VerifyReadyDlg_ReadyToInstall)</Text>
557 </Control>
558 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
559 <Text>!(loc.VerifyReadyDlg_ReadyToBegin)</Text>
560 </Control>
561 <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="80">
562 <Text>!(loc.VerifyReadyDlg_ClickInstall)</Text>
563 </Control>
564 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
565 <Control Id="Install" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Install)">
566 <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <> 1]]></Publish>
567 <Publish Event="SpawnDialog" Value="VBoxOutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)]]></Publish>
568 <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
569 <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
570 <Publish Event="SpawnDialog" Value="VBoxOutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]></Publish>
571 </Control>
572 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Back)">
573 <?if $(env.VBOX_WITH_QTGUI) = "yes" ?>
574 <Publish Event="NewDialog" Value="VBoxCustomize2Dlg"><![CDATA[InstallMode = "!(loc.InstallModeCustom)"]]></Publish>
575 <?else ?>
576 <Publish Event="NewDialog" Value="VBoxCustomizeDlg">1</Publish>
577 <?endif ?>
578 </Control>
579 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
580 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
581 </Control>
582
583 <!-- Build number text drawn left bottom -->
584 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
585 <Text>[Version_text] $(var.Property_Version)</Text>
586 </Control>
587 </Dialog>
588
589 <!-- This dialog is called after successful installation -->
590 <Dialog Id="VBoxExitDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
591 <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_Finish)">
592 <Publish Event="DoAction" Value="ca_StartVBox"><![CDATA[VBOX_START]]></Publish>
593 <Publish Event="EndDialog" Value="Return">1</Publish>
594 </Control>
595
596 <!-- Build number text drawn left bottom -->
597 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
598 <Text>[Version_text] $(var.Property_Version)</Text>
599 </Control>
600
601 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Cancel)" />
602 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
603 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Back)" />
604 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
605 <Text>!(loc.ExitDlg_ClickFinish)</Text>
606 </Control>
607
608 <!-- Note the gray background behind the checkboxes. Unfortunately there's no easy way to
609 fix this, without fixing it in the WiX source code. Because the control's background
610 uses the default dialog background color, changing the background image for the dialog to
611 match won't really solve anything. It would still look out of place on different versions
612 of Windows that use other default background colors, and on the machines of users that
613 change their Windows color scheme.
614 Also see: http://osdir.com/ml/windows.devel.wix.user/2005-02/msg00300.html -->
615 <Control Id="StartVBoxCheckBox" Type="CheckBox" X="135" Y="115" Width="200" Height="17"
616 Property="VBOX_START" CheckBoxValue="1" Default="no">
617 <Text>!(loc.ExitDlg_StartVBox)</Text>
618 <Condition Action="hide">
619 <![CDATA[(InstallMode="Repair") OR (InstallMode="Remove") OR
620 (InstallMode="Change")]]>
621 </Condition>
622 </Control>
623
624 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
625 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
626 <Text>{\DlgVerdanaBold13}!(loc.ExitDlg_InstComplete)</Text>
627 </Control>
628 </Dialog>
629
630 <!-- This dialog is called via the ErrorDialog property on an installation error. -->
631 <Dialog Id="VBoxErrorDlg" ErrorDialog="yes" Width="270" Height="150" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
632 <!-- Do *not* change the control IDs in the dialog! -->
633 <Control Id="ErrorText" Type="Text" X="75" Y="20" Width="155" Height="80" TabSkip="no" NoPrefix="yes" Text="Error information text" />
634 <Control Id="Y" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Yes)">
635 <Publish Event="EndDialog" Value="ErrorYes">1</Publish>
636 </Control>
637 <Control Id="A" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Cancel)">
638 <Publish Event="EndDialog" Value="ErrorAbort">1</Publish>
639 </Control>
640 <Control Id="C" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Cancel)">
641 <Publish Event="EndDialog" Value="ErrorCancel">1</Publish>
642 </Control>
643 <Control Id="ErrorIcon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[InfoIcon]" />
644 <Control Id="I" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Ignore)">
645 <Publish Event="EndDialog" Value="ErrorIgnore">1</Publish>
646 </Control>
647 <Control Id="N" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_No)">
648 <Publish Event="EndDialog" Value="ErrorNo">1</Publish>
649 </Control>
650 <Control Id="O" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_OK)">
651 <Publish Event="EndDialog" Value="ErrorOk">1</Publish>
652 </Control>
653 <Control Id="R" Type="PushButton" X="20" Y="110" Width="80" Height="18" TabSkip="yes" Text="!(loc.ButtonText_Retry)">
654 <Publish Event="EndDialog" Value="ErrorRetry">1</Publish>
655 </Control>
656 </Dialog>
657
658 <!-- Used to signal a fatal error in the 'OnExit="error"' fashion. -->
659 <Dialog Id="VBoxFatalErrorDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
660 <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_Finish)">
661 <Publish Event="EndDialog" Value="Exit">1</Publish>
662 </Control>
663 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Cancel)" />
664 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
665 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Back)" />
666 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
667 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.FatalErrorTitle)" />
668 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="80" Transparent="yes" NoPrefix="yes" Text="!(loc.FatalErrorDescription1) !(loc.FatalErrorDescription2)" />
669 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
670 <Text>[Version_text] $(var.Property_Version)</Text>
671 </Control>
672 </Dialog>
673
674 <Dialog Id="FilesInUse" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" KeepModeless="yes">
675 <Control Id="Retry" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_Retry)">
676 <Publish Event="EndDialog" Value="Retry">1</Publish>
677 </Control>
678 <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Ignore)">
679 <Publish Event="EndDialog" Value="Ignore">1</Publish>
680 </Control>
681 <Control Id="Exit" Type="PushButton" X="166" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Exit)">
682 <Publish Event="EndDialog" Value="Exit">1</Publish>
683 </Control>
684 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
685 <Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="50" Text="!(loc.FilesInUse_Text)" />
686 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
687 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
688 <Control Id="Description" Type="Text" X="20" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes" Text="!(loc.FilesInUse_Description)" />
689 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="[DlgTitleFont]!(loc.FilesInUse_Title)" />
690 <Control Id="List" Type="ListBox" X="20" Y="107" Width="330" Height="130" Property="FileInUseProcess" Sunken="yes" TabSkip="yes" />
691 </Dialog>
692
693 <!-- This dialog is shown if the user interrupts the installation process -->
694 <Dialog Id="VBoxUserExitDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
695 <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_Finish)">
696 <Publish Event="EndDialog" Value="Exit">1</Publish>
697 </Control>
698 <!-- Build number text drawn left bottom -->
699 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
700 <Text>[Version_text] $(var.Property_Version)</Text>
701 </Control>
702
703 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Cancel)" />
704 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
705 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Back)" />
706 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
707 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
708 <Text>{\DlgVerdanaBold13}!(loc.UserExitDlg_Header)</Text>
709 </Control>
710 <Control Id="Description1" Type="Text" X="135" Y="70" Width="220" Height="40" Transparent="yes" NoPrefix="yes">
711 <Text>!(loc.UserExitDlg_Desc)</Text>
712 </Control>
713 <Control Id="Description2" Type="Text" X="135" Y="115" Width="220" Height="20" Transparent="yes" NoPrefix="yes">
714 <Text>!(loc.UserExitDlg_Footer)</Text>
715 </Control>
716 </Dialog>
717
718 <!-- Progress dialog shown during file copying and other lengthy operations -->
719 <Dialog Id="VBoxProgressDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" Modeless="yes">
720 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
721 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
722 </Control>
723
724 <!-- Build number text drawn left bottom -->
725 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
726 <Text>[Version_text] $(var.Property_Version)</Text>
727 </Control>
728
729 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
730 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Back)" />
731 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Next)" />
732 <Control Id="ActionText" Type="Text" X="70" Y="100" Width="265" Height="10">
733 <Subscribe Event="ActionText" Attribute="Text" />
734 </Control>
735 <Control Id="Text" Type="Text" X="35" Y="65" Width="300" Height="20">
736 <Text>!(loc.ProgressDlg_PleaseWait)</Text>
737 </Control>
738 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
739 <Control Id="Title" Type="Text" X="20" Y="15" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
740 <Text>[DlgTitleFont][Progress1] [ProductName]</Text>
741 </Control>
742 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
743 <Control Id="ProgressBar" Type="ProgressBar" X="35" Y="115" Width="300" Height="10" ProgressBlocks="yes" Text="Progress done">
744 <Subscribe Event="SetProgress" Attribute="Progress" />
745 </Control>
746 <Control Id="StatusLabel" Type="Text" X="35" Y="100" Width="35" Height="10" Text="Status:" />
747 </Dialog>
748
749 <Dialog Id="VBoxResumeDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
750 <Control Id="Install" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Install)">
751 <Publish Event="SpawnWaitDialog" Value="VBoxWaitForCostingDlg">CostingComplete = 1</Publish>
752 <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <> 1]]></Publish>
753 <Publish Event="SpawnDialog" Value="VBoxOutOfRbDiskDlg">
754 <![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)]]>
755 </Publish>
756 <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
757 <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
758 <Publish Event="SpawnDialog" Value="VBoxOutOfDiskDlg">
759 <![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]>
760 </Publish>
761 </Control>
762
763 <!-- Build number text drawn left bottom -->
764 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
765 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
766 </Control>
767 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
768 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Back)" />
769 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
770 <Text>{\DlgVerdanaBold13}!(loc.ResumeDlg_Header)</Text>
771 </Control>
772 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="30" Transparent="yes" NoPrefix="yes">
773 <Text>!(loc.ResumeDlg_Desc)</Text>
774 </Control>
775 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
776 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
777 <Text>[Version_text] $(var.Property_Version)</Text>
778 </Control>
779 </Dialog>
780
781 <!-- This dialog is shown after the welcome page if the user restarts the MSI package on a system where the product is already installed. The user
782 may choose to repair the installation or remove it. -->
783 <Dialog Id="VBoxMaintenanceTypeDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
784 <Control Id="RepairLabel" Type="Text" X="105" Y="90" Width="100" Height="10" TabSkip="no">
785 <Text>[DlgTitleFont]!(loc.MaintenanceTypeDlg_Repair)</Text>
786 </Control>
787 <Control Id="RepairButton" Type="PushButton" X="50" Y="90" Width="38" Height="38" ToolTip="!(loc.MaintenanceTypeDlg_RepairTooltip)"
788 Icon="yes" FixedSize="yes" IconSize="32" Text="[RepairIcon]">
789 <Publish Property="InstallMode" Value="Repair">1</Publish>
790 <Publish Property="Progress1" Value="!(loc.MaintenanceTypeDlg_RepairProgress1)">1</Publish>
791 <Publish Property="Progress2" Value="!(loc.MaintenanceTypeDlg_RepairProgress2)">1</Publish>
792 <Publish Event="NewDialog" Value="VBoxVerifyRepairDlg">1</Publish>
793 </Control>
794 <Control Id="RemoveLabel" Type="Text" X="105" Y="163" Width="100" Height="10" TabSkip="no">
795 <Text>[DlgTitleFont]!(loc.MaintenanceTypeDlg_Remove)</Text>
796 </Control>
797 <Control Id="RemoveButton" Type="PushButton" X="50" Y="163" Width="38" Height="38" ToolTip="!(loc.MaintenanceTypeDlg_RemoveTooltip)"
798 Icon="yes" FixedSize="yes" IconSize="32" Text="[RemoveIcon]">
799 <Publish Property="InstallMode" Value="Remove">1</Publish>
800 <Publish Property="Progress1" Value="!(loc.MaintenanceTypeDlg_RemoveProgress1)">1</Publish>
801 <Publish Property="Progress2" Value="!(loc.MaintenanceTypeDlg_RemoveProgress2)">1</Publish>
802 <Publish Event="NewDialog" Value="VBoxVerifyRemoveDlg">1</Publish>
803 </Control>
804
805 <!-- Build number text drawn left bottom -->
806 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
807 <Text>[Version_text] $(var.Property_Version)</Text>
808 </Control>
809
810 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Back)">
811 <Publish Event="NewDialog" Value="VBoxMaintenanceWelcomeDlg">1</Publish>
812 </Control>
813 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Next)" />
814 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
815 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
816 </Control>
817 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
818 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
819 <Text>!(loc.MaintenanceTypeDlg_SelOption)</Text>
820 </Control>
821 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
822 <Control Id="Title" Type="Text" X="15" Y="6" Width="240" Height="15" Transparent="yes" NoPrefix="yes">
823 <Text>[DlgTitleFont]!(loc.MaintenanceTypeDlg_Header)</Text>
824 </Control>
825 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
826 <Control Id="RemoveText" Type="Text" X="105" Y="176" Width="230" Height="20">
827 <Text>!(loc.MaintenanceTypeDlg_RemoveText)</Text>
828 </Control>
829 <Control Id="RepairText" Type="Text" X="105" Y="102" Width="230" Height="30">
830 <Text>!(loc.MaintenanceTypeDlg_RepairText)</Text>
831 </Control>
832 </Dialog>
833
834 <!-- This dialog is shown if the app is installed and the installation package is started again. It's the welcome
835 screen for maintenance -->
836 <Dialog Id="VBoxMaintenanceWelcomeDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
837 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
838 <Text>{\DlgVerdanaBold13}!(loc.MaintenanceWelcomeDlg_Header)</Text>
839 </Control>
840
841 <!-- Build number text drawn left bottom -->
842 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
843 <Text>[Version_text] $(var.Property_Version)</Text>
844 </Control>
845
846 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Next)">
847 <Publish Event="SpawnWaitDialog" Value="VBoxWaitForCostingDlg">CostingComplete = 1</Publish>
848 <Publish Event="NewDialog" Value="VBoxMaintenanceTypeDlg">1</Publish>
849 </Control>
850 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
851 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
852 </Control>
853 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />
854 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.ButtonText_Back)" />
855 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="60" Transparent="yes" NoPrefix="yes">
856 <Text>!(loc.MaintenanceWelcomeDlg_Desc)</Text>
857 </Control>
858 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
859 </Dialog>
860
861 <!-- Out of disk error dialog -->
862 <Dialog Id="VBoxOutOfDiskDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
863
864 <!-- Build number text drawn left bottom -->
865 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
866 <Text>[Version_text] $(var.Property_Version)</Text>
867 </Control>
868
869 <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_OK)">
870 <Publish Event="EndDialog" Value="Return">1</Publish>
871 </Control>
872 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
873 <Control Id="Description" Type="Text" X="20" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
874 <Text>!(loc.OutOfDiskDlg_InstallationExceeds)</Text>
875 </Control>
876 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">
877 <Text>!(loc.OutOfDiskDlg_NotEnoughDiskSpace)</Text>
878 </Control>
879 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
880 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
881 <Text>[DlgTitleFont]!(loc.OutOfDiskDlg_OutOfDiskSpace)</Text>
882 </Control>
883 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
884 <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="100" Width="330" Height="120" Sunken="yes" Fixed="yes" Remote="yes">
885 <Text>{120}{70}{70}{70}{70}</Text>
886 </Control>
887 </Dialog>
888
889 <Dialog Id="VBoxOutOfRbDiskDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
890 <Control Id="No" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_No)">
891 <Publish Event="EndDialog" Value="Return">1</Publish>
892 </Control>
893 <Control Id="Yes" Type="PushButton" X="240" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Yes)">
894 <Publish Event="EnableRollback" Value="False">1</Publish>
895 <Publish Event="EndDialog" Value="Return">1</Publish>
896 </Control>
897 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
898 <Control Id="Description" Type="Text" X="20" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">
899 <Text>!(loc.OutOfRbDiskDlg_InstallationExceeds)</Text>
900 </Control>
901 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">
902 <Text>!(loc.OutOfRbDiskDlg_NotEnoughDiskSpace)</Text>
903 </Control>
904 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
905 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
906 <Text>[DlgTitleFont]!(loc.OutOfRbDiskDlg_OutOfDiskSpace)</Text>
907 </Control>
908 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
909 <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="140" Width="330" Height="80" Sunken="yes" Fixed="yes" Remote="yes" ShowRollbackCost="yes">
910 <Text>{120}{70}{70}{70}{70}</Text>
911 </Control>
912 <Control Id="Text2" Type="Text" X="20" Y="94" Width="330" Height="40">
913 <Text>!(loc.OutOfRbDiskDlg_Desc)</Text>
914 </Control>
915 </Dialog>
916
917 <Dialog Id="VBoxVerifyRemoveDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes" TrackDiskSpace="yes">
918
919 <!-- Build number text drawn left bottom -->
920 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
921 <Text>[Version_text] $(var.Property_Version)</Text>
922 </Control>
923
924 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Back)">
925 <Publish Event="NewDialog" Value="VBoxMaintenanceTypeDlg">1</Publish>
926 </Control>
927 <Control Id="Remove" Type="PushButton" X="236" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Remove)">
928 <Publish Event="Remove" Value="All"><![CDATA[OutOfDiskSpace <> 1]]></Publish>
929 <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <> 1]]></Publish>
930 <Publish Event="SpawnDialog" Value="VBoxOutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)]]></Publish>
931 <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
932 <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
933 <Publish Event="SpawnDialog" Value="VBoxOutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]></Publish>
934 </Control>
935 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
936 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
937 </Control>
938 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
939 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
940 <Text>!(loc.VerifyRemoveDlg_Desc)</Text>
941 </Control>
942 <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="30">
943 <Text>!(loc.VerifyRemoveDlg_ClickRemove)</Text>
944 </Control>
945 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
946 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
947 <Text>[DlgTitleFont]!(loc.VerifyRemoveDlg_Header)</Text>
948 </Control>
949 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
950 </Dialog>
951
952 <Dialog Id="VBoxVerifyRepairDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes" TrackDiskSpace="yes">
953 <Control Id="Repair" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.ButtonText_Repair)">
954 <Publish Event="ReinstallMode" Value="ecmus"><![CDATA[OutOfDiskSpace <> 1]]></Publish>
955 <Publish Event="Reinstall" Value="All"><![CDATA[OutOfDiskSpace <> 1]]></Publish>
956 <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <> 1]]></Publish>
957 <Publish Event="SpawnDialog" Value="VBoxOutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)]]></Publish>
958 <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
959 <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>
960 <Publish Event="SpawnDialog" Value="VBoxOutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]></Publish>
961 </Control>
962
963 <!-- Build number text drawn left bottom -->
964 <Control Id="Build" Type="Text" X="20" Y="247" Width="220" Height="10" Transparent="yes" NoPrefix="yes">
965 <Text>[Version_text] $(var.Property_Version)</Text>
966 </Control>
967
968 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.ButtonText_Cancel)">
969 <Publish Event="SpawnDialog" Value="VBoxCancelDlg">1</Publish>
970 </Control>
971 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />
972 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.ButtonText_Back)">
973 <Publish Event="NewDialog" Value="VBoxMaintenanceTypeDlg">1</Publish>
974 </Control>
975 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
976 <Text>!(loc.VerifyRepairDlg_ReadyToBegin)</Text>
977 </Control>
978 <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="30">
979 <Text>!(loc.VerifyRepairDlg_ClickRepair)</Text>
980 </Control>
981 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
982 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
983 <Text>[DlgTitleFont]!(loc.VerifyRepairDlg_Header)</Text>
984 </Control>
985 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
986 </Dialog>
987
988 <Dialog Id="VBoxWaitForCostingDlg" Width="260" Height="85" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
989 <Control Id="Return" Type="PushButton" X="102" Y="57" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Return]">
990 <Publish Event="EndDialog" Value="Exit">1</Publish>
991 </Control>
992 <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30">
993 <Text>!(loc.WaitForCostingDlg_PleaseWait)</Text>
994 </Control>
995 <Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Exclamation icon" FixedSize="yes" IconSize="32" Text="[ExclamationIcon]" />
996 </Dialog>
997
998 <!-- Dialog property table. -->
999 <Property Id="ErrorDialog" Value="VBoxErrorDlg"/>
1000
1001 <!-- Define some textstyles used for formatting dialog items. -->
1002 <Property Id="DefaultUIFont">DlgFont8</Property>
1003 <TextStyle Id="DlgFont8" FaceName="Tahoma" Size="8" />
1004 <TextStyle Id="DlgFontBold8" FaceName="Tahoma" Size="8" Bold="yes" />
1005 <TextStyle Id="DlgVerdanaBold13" FaceName="Verdana" Size="13" Bold="yes" />
1006 <TextStyle Id="DlgInvalidSerial" FaceName="Verdana" Size="13" Bold="yes" Red="255" />
1007 <TextStyle Id="DlgWarnDisconNetIfaces" FaceName="Verdana" Size="13" Bold="yes" Red="255" />
1008
1009 <!-- The UIText table contains the localized versions of some of the strings used in the user interface.
1010 These strings are not part of any other table. The UIText table is for strings that have no logical place in any other table. -->
1011 <ProgressText Action="CostFinalize">!(loc.ProgressTextCostFinalize)</ProgressText>
1012 <ProgressText Action="CostInitialize">!(loc.ProgressTextCostInitialize)</ProgressText>
1013 <ProgressText Action="FileCost">!(loc.ProgressTextFileCost)</ProgressText>
1014 <ProgressText Action="InstallValidate">!(loc.ProgressTextInstallValidate)</ProgressText>
1015 <ProgressText Action="InstallFiles" Template="File: [1], Directory: [9], Size: [6]">!(loc.ProgressTextInstallFiles)</ProgressText>
1016 <ProgressText Action="InstallAdminPackage" Template="File: [1], Directory: [9], Size: [6]">!(loc.ProgressTextInstallAdminPackage)</ProgressText>
1017 <ProgressText Action="CreateShortcuts" Template="Shortcut: [1]">!(loc.ProgressTextCreateShortcuts)</ProgressText>
1018 <ProgressText Action="PublishComponents" Template="Component ID: [1], Qualifier: [2]">!(loc.ProgressTextPublishComponents)</ProgressText>
1019 <ProgressText Action="PublishFeatures" Template="Feature: [1]">!(loc.ProgressTextPublishFeatures)</ProgressText>
1020 <ProgressText Action="PublishProduct">!(loc.ProgressTextPublishProduct)</ProgressText>
1021 <ProgressText Action="RegisterClassInfo" Template="Class Id: [1]">!(loc.ProgressTextRegisterClassInfo)</ProgressText>
1022 <ProgressText Action="RegisterExtensionInfo" Template="Extension: [1]">!(loc.ProgressTextRegisterExtensionInfo)</ProgressText>
1023 <ProgressText Action="RegisterMIMEInfo" Template="MIME Content Type: [1], Extension: [2]">!(loc.ProgressTextRegisterMIMEInfo)</ProgressText>
1024 <ProgressText Action="RegisterProgIdInfo" Template="ProgId: [1]">!(loc.ProgressTextRegisterProgIdInfo)</ProgressText>
1025 <ProgressText Action="AllocateRegistrySpace" Template="Free space: [1]">!(loc.ProgressTextAllocateRegistrySpace)</ProgressText>
1026 <ProgressText Action="AppSearch" Template="Property: [1], Signature: [2]">!(loc.ProgressTextAppSearch)</ProgressText>
1027 <ProgressText Action="BindImage" Template="File: [1]">!(loc.ProgressTextBindImage)</ProgressText>
1028 <ProgressText Action="CCPSearch">!(loc.ProgressTextCCPSearch)</ProgressText>
1029 <ProgressText Action="CreateFolders" Template="Folder: [1]">!(loc.ProgressTextCreateFolders)</ProgressText>
1030 <ProgressText Action="DeleteServices" Template="Service: [1]">!(loc.ProgressTextDeleteServices)</ProgressText>
1031 <ProgressText Action="DuplicateFiles" Template="File: [1], Directory: [9], Size: [6]">!(loc.ProgressTextDuplicateFiles)</ProgressText>
1032 <ProgressText Action="FindRelatedProducts" Template="Found application: [1]">!(loc.ProgressTextFindRelatedProducts)</ProgressText>
1033 <ProgressText Action="InstallODBC">!(loc.ProgressTextInstallODBC)</ProgressText>
1034 <ProgressText Action="InstallServices" Template="Service: [2]">!(loc.ProgressTextInstallServices)</ProgressText>
1035 <ProgressText Action="LaunchConditions">!(loc.ProgressTextLaunchConditions)</ProgressText>
1036 <ProgressText Action="MigrateFeatureStates" Template="Application: [1]">!(loc.ProgressTextMigrateFeatureStates)</ProgressText>
1037 <ProgressText Action="MoveFiles" Template="File: [1], Directory: [9], Size: [6]">!(loc.ProgressTextMoveFiles)</ProgressText>
1038 <ProgressText Action="PatchFiles" Template="File: [1], Directory: [2], Size: [3]">!(loc.ProgressTextPatchFiles)</ProgressText>
1039 <ProgressText Action="ProcessComponents">!(loc.ProgressTextProcessComponents)</ProgressText>
1040 <ProgressText Action="RegisterComPlus" Template="AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}">!(loc.ProgressTextRegisterComPlus)</ProgressText>
1041 <ProgressText Action="RegisterFonts" Template="Font: [1]">!(loc.ProgressTextRegisterFonts)</ProgressText>
1042 <ProgressText Action="RegisterProduct" Template="[1]">!(loc.ProgressTextRegisterProduct)</ProgressText>
1043 <ProgressText Action="RegisterTypeLibraries" Template="LibID: [1]">!(loc.ProgressTextRegisterTypeLibraries)</ProgressText>
1044 <ProgressText Action="RegisterUser" Template="[1]">!(loc.ProgressTextRegisterUser)</ProgressText>
1045 <ProgressText Action="RemoveDuplicateFiles" Template="File: [1], Directory: [9]">!(loc.ProgressTextRemoveDuplicateFiles)</ProgressText>
1046 <ProgressText Action="RemoveEnvironmentStrings" Template="Name: [1], Value: [2], Action [3]">!(loc.ProgressTextRemoveEnvironmentStrings)</ProgressText>
1047 <ProgressText Action="RemoveExistingProducts" Template="Application: [1], Command line: [2]">!(loc.ProgressTextRemoveExistingProducts)</ProgressText>
1048 <ProgressText Action="RemoveFiles" Template="File: [1], Directory: [9]">!(loc.ProgressTextRemoveFiles)</ProgressText>
1049 <ProgressText Action="RemoveFolders" Template="Folder: [1]">!(loc.ProgressTextRemoveFolders)</ProgressText>
1050 <ProgressText Action="RemoveIniValues" Template="File: [1], Section: [2], Key: [3], Value: [4]">!(loc.ProgressTextRemoveIniValues)</ProgressText>
1051 <ProgressText Action="RemoveODBC">!(loc.ProgressTextRemoveODBC)</ProgressText>
1052 <ProgressText Action="RemoveRegistryValues" Template="Key: [1], Name: [2]">!(loc.ProgressTextRemoveRegistryValues)</ProgressText>
1053 <ProgressText Action="RemoveShortcuts" Template="Shortcut: [1]">!(loc.ProgressTextRemoveShortcuts)</ProgressText>
1054 <ProgressText Action="RMCCPSearch">!(loc.ProgressTextRMCCPSearch)</ProgressText>
1055 <ProgressText Action="SelfRegModules" Template="File: [1], Folder: [2]">!(loc.ProgressTextSelfRegModules)</ProgressText>
1056 <ProgressText Action="SelfUnregModules" Template="File: [1], Folder: [2]">!(loc.ProgressTextSelfUnregModules)</ProgressText>
1057 <ProgressText Action="SetODBCFolders">!(loc.ProgressTextSetODBCFolders)</ProgressText>
1058 <ProgressText Action="StartServices" Template="Service: [1]">!(loc.ProgressTextStartServices)</ProgressText>
1059 <ProgressText Action="StopServices" Template="Service: [1]">!(loc.ProgressTextStopServices)</ProgressText>
1060 <ProgressText Action="UnpublishComponents" Template="Component ID: [1], Qualifier: [2]">!(loc.ProgressTextUnpublishComponents)</ProgressText>
1061 <ProgressText Action="UnpublishFeatures" Template="Feature: [1]">!(loc.ProgressTextUnpublishFeatures)</ProgressText>
1062 <ProgressText Action="UnregisterClassInfo" Template="Class Id: [1]">!(loc.ProgressTextUnregisterClassInfo)</ProgressText>
1063 <ProgressText Action="UnregisterComPlus" Template="AppId: [1]{{, AppType: [2]}}">!(loc.ProgressTextUnregisterComPlus)</ProgressText>
1064 <ProgressText Action="UnregisterExtensionInfo" Template="Extension: [1]">!(loc.ProgressTextUnregisterExtensionInfo)</ProgressText>
1065 <ProgressText Action="UnregisterFonts" Template="Font: [1]">!(loc.ProgressTextUnregisterFonts)</ProgressText>
1066 <ProgressText Action="UnregisterMIMEInfo" Template="MIME Content Type: [1], Extension: [2]">!(loc.ProgressTextUnregisterMIMEInfo)</ProgressText>
1067 <ProgressText Action="UnregisterProgIdInfo" Template="ProgId: [1]">!(loc.ProgressTextUnregisterProgIdInfo)</ProgressText>
1068 <ProgressText Action="UnregisterTypeLibraries" Template="LibID: [1]">!(loc.ProgressTextUnregisterTypeLibraries)</ProgressText>
1069 <ProgressText Action="WriteEnvironmentStrings" Template="Name: [1], Value: [2], Action [3]">!(loc.ProgressTextWriteEnvironmentStrings)</ProgressText>
1070 <ProgressText Action="WriteIniValues" Template="File: [1], Section: [2], Key: [3], Value: [4]">!(loc.ProgressTextWriteIniValues)</ProgressText>
1071 <ProgressText Action="WriteRegistryValues" Template="Key: [1], Name: [2], Value: [3]">!(loc.ProgressTextWriteRegistryValues)</ProgressText>
1072 <ProgressText Action="Advertise">!(loc.ProgressTextAdvertise)</ProgressText>
1073 <ProgressText Action="GenerateScript" Template="[1]">!(loc.ProgressTextGenerateScript)</ProgressText>
1074 <ProgressText Action="InstallSFPCatalogFile" Template="File: [1], Dependencies: [2]">!(loc.ProgressTextInstallSFPCatalogFile)</ProgressText>
1075 <ProgressText Action="MsiPublishAssemblies" Template="Application Context:[1], Assembly Name:[2]">!(loc.ProgressTextMsiPublishAssemblies)</ProgressText>
1076 <ProgressText Action="MsiUnpublishAssemblies" Template="Application Context:[1], Assembly Name:[2]">!(loc.ProgressTextMsiUnpublishAssemblies)</ProgressText>
1077 <ProgressText Action="Rollback" Template="[1]">!(loc.ProgressTextRollback)</ProgressText>
1078 <ProgressText Action="RollbackCleanup" Template="File: [1]">!(loc.ProgressTextRollbackCleanup)</ProgressText>
1079 <ProgressText Action="UnmoveFiles" Template="File: [1], Directory: [9]">!(loc.ProgressTextUnmoveFiles)</ProgressText>
1080 <ProgressText Action="UnpublishProduct">!(loc.ProgressTextUnpublishProduct)</ProgressText>
1081
1082 <UIText Id="bytes">!(loc.UITextbytes)</UIText>
1083 <UIText Id="GB">!(loc.UITextGB)</UIText>
1084 <UIText Id="KB">!(loc.UITextKB)</UIText>
1085 <UIText Id="MB">!(loc.UITextMB)</UIText>
1086 <UIText Id="AbsentPath"><![CDATA[-]]></UIText>
1087 <UIText Id="MenuAbsent">!(loc.UITextMenuAbsent)</UIText>
1088 <UIText Id="MenuAdvertise">!(loc.UITextMenuAdvertise)</UIText>
1089 <UIText Id="MenuAllCD">!(loc.UITextMenuAllCD)</UIText>
1090 <UIText Id="MenuAllLocal">!(loc.UITextMenuAllLocal)</UIText>
1091 <UIText Id="MenuAllNetwork">!(loc.UITextMenuAllNetwork)</UIText>
1092 <UIText Id="MenuCD">!(loc.UITextMenuCD)</UIText>
1093 <UIText Id="MenuLocal">!(loc.UITextMenuLocal)</UIText>
1094 <UIText Id="MenuNetwork">!(loc.UITextMenuNetwork)</UIText>
1095 <UIText Id="ScriptInProgress">!(loc.UITextScriptInProgress)</UIText>
1096 <UIText Id="SelAbsentAbsent">!(loc.UITextSelAbsentAbsent)</UIText>
1097 <UIText Id="SelAbsentAdvertise">!(loc.UITextSelAbsentAdvertise)</UIText>
1098 <UIText Id="SelAbsentCD">!(loc.UITextSelAbsentCD)</UIText>
1099 <UIText Id="SelAbsentLocal">!(loc.UITextSelAbsentLocal)</UIText>
1100 <UIText Id="SelAbsentNetwork">!(loc.UITextSelAbsentNetwork)</UIText>
1101 <UIText Id="SelAdvertiseAbsent">!(loc.UITextSelAdvertiseAbsent)</UIText>
1102 <UIText Id="SelAdvertiseAdvertise">!(loc.UITextSelAdvertiseAdvertise)</UIText>
1103 <UIText Id="SelAdvertiseCD">!(loc.UITextSelAdvertiseCD)</UIText>
1104 <UIText Id="SelAdvertiseLocal">!(loc.UITextSelAdvertiseLocal)</UIText>
1105 <UIText Id="SelAdvertiseNetwork">!(loc.UITextSelAdvertiseNetwork)</UIText>
1106 <UIText Id="SelCDAbsent">!(loc.UITextSelCDAbsent)</UIText>
1107 <UIText Id="SelCDAdvertise">!(loc.UITextSelCDAdvertise)</UIText>
1108 <UIText Id="SelCDCD">!(loc.UITextSelCDCD)</UIText>
1109 <UIText Id="SelCDLocal">!(loc.UITextSelCDLocal)</UIText>
1110 <UIText Id="SelChildCostNeg">!(loc.UITextSelChildCostNeg)</UIText>
1111 <UIText Id="SelChildCostPos">!(loc.UITextSelChildCostPos)</UIText>
1112 <UIText Id="SelCostPending">!(loc.UITextSelCostPending)</UIText>
1113 <UIText Id="SelLocalAbsent">!(loc.UITextSelLocalAbsent)</UIText>
1114 <UIText Id="SelLocalAdvertise">!(loc.UITextSelLocalAdvertise)</UIText>
1115 <UIText Id="SelLocalCD">!(loc.UITextSelLocalCD)</UIText>
1116 <UIText Id="SelLocalLocal">!(loc.UITextSelLocalLocal)</UIText>
1117 <UIText Id="SelLocalNetwork">!(loc.UITextSelLocalNetwork)</UIText>
1118 <UIText Id="SelNetworkAbsent">!(loc.UITextSelNetworkAbsent)</UIText>
1119 <UIText Id="SelNetworkAdvertise">!(loc.UITextSelNetworkAdvertise)</UIText>
1120 <UIText Id="SelNetworkLocal">!(loc.UITextSelNetworkLocal)</UIText>
1121 <UIText Id="SelNetworkNetwork">!(loc.UITextSelNetworkNetwork)</UIText>
1122 <UIText Id="SelParentCostNegNeg">!(loc.UITextSelParentCostNegNeg)</UIText>
1123 <UIText Id="SelParentCostNegPos">!(loc.UITextSelParentCostNegPos)</UIText>
1124 <UIText Id="SelParentCostPosNeg">!(loc.UITextSelParentCostPosNeg)</UIText>
1125 <UIText Id="SelParentCostPosPos">!(loc.UITextSelParentCostPosPos)</UIText>
1126 <UIText Id="TimeRemaining">!(loc.UITextTimeRemaining)</UIText>
1127 <UIText Id="VolumeCostAvailable">!(loc.UITextVolumeCostAvailable)</UIText>
1128 <UIText Id="VolumeCostDifference">!(loc.UITextVolumeCostDifference)</UIText>
1129 <UIText Id="VolumeCostRequired">!(loc.UITextVolumeCostRequired)</UIText>
1130 <UIText Id="VolumeCostSize">!(loc.UITextVolumeCostSize)</UIText>
1131 <UIText Id="VolumeCostVolume">!(loc.UITextVolumeCostVolume)</UIText>
1132
1133 <!-- Own error messages -->
1134 <Error Id="25001">!(loc.Error25001)</Error>
1135
1136 <!-- The text used in front of the build number -->
1137 <Property Id="Version_text">Version</Property>
1138
1139 <!-- Define an alias for the font to be used in dialogs -->
1140 <Property Id="DlgTitleFont">{&amp;DlgFontBold8}</Property>
1141
1142 <!-- This property preselects the "Don't agree" radio button in the license page -->
1143 <Property Id="IAgree">No</Property>
1144
1145 <!-- Icon files used for the UI -->
1146 <Binary Id="infoico" SourceFile="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\Info.ico" />
1147 <Binary Id="exclico" SourceFile="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\Exclamation.ico" />
1148 <Binary Id="folderupico" SourceFile="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\Up.ico" />
1149 <Binary Id="foldernewico" SourceFile="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\New.ico" />
1150 <Binary Id="removico" SourceFile="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\Remove.ico" />
1151 <Binary Id="repairic" SourceFile="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\Repair.ico" />
1152
1153 <!-- Graphic files used for the UI -->
1154 <!-- See: http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm -->
1155 <Binary Id="bannerjpg" SourceFile="$(env.VBOX_PATH_WIN_INST_SRC)\Binary\Banner.jpg" />
1156 <Binary Id="dlgjpg" SourceFile="$(env.VBOX_BRAND_WIN_INST_DLGJPG)" />
1157
1158 <!-- Aliases for the graphic files -->
1159 <Property Id="InfoIcon">infoico</Property>
1160 <Property Id="ExclamationIcon">exclico</Property>
1161 <Property Id="RemoveIcon">removico</Property>
1162 <Property Id="RepairIcon">repairic</Property>
1163 <Property Id="DialogBitmap">dlgjpg</Property>
1164 <Property Id="BannerBitmap">bannerjpg</Property>
1165 <Property Id="FolderUp">folderupico</Property>
1166 <Property Id="FolderNew">foldernewico</Property>
1167
1168 <!-- This defines the order in which the GUI panels will be shown to the user -->
1169 <InstallUISequence>
1170
1171 <Custom Action="ca_OriginalTargetDir" After="FileCost"><![CDATA[(NOT INSTALLDIR) AND (NOT EXISTINGINSTALLDIR)]]></Custom>
1172 <Custom Action="ca_DefaultTargetDir" After="FileCost"><![CDATA[NOT Installed AND (NOT INSTALLDIR) AND EXISTINGINSTALLDIR]]></Custom>
1173
1174 <FindRelatedProducts Suppress="no">1</FindRelatedProducts>
1175
1176 <Show Dialog="VBoxFatalErrorDlg" OnExit="error" />
1177 <Show Dialog="VBoxUserExitDlg" OnExit="cancel" />
1178 <Show Dialog="VBoxPrepareDlg" After="LaunchConditions" />
1179 <Show Dialog="VBoxWelcomeDlg" After="MigrateFeatureStates">NOT Installed</Show>
1180 <Show Dialog="VBoxResumeDlg" After="VBoxWelcomeDlg">Installed AND (RESUME OR Preselected)</Show>
1181 <Show Dialog="VBoxMaintenanceWelcomeDlg" After="VBoxResumeDlg">Installed AND (NOT RESUME) AND (NOT Preselected)</Show>
1182 <Show Dialog="VBoxExitDlg" OnExit="success">1</Show>
1183 <Show Dialog="VBoxProgressDlg" After="VBoxMaintenanceWelcomeDlg" />
1184 </InstallUISequence>
1185
1186 <!-- The AdminUISequence table lists actions that the installer calls in sequence when the top-level ADMIN
1187 action is executed and the internal user interface level is set to full UI or reduced UI. The installer
1188 skips the actions in this table if the user interface level is set to basic UI or no UI. -->
1189 <AdminUISequence>
1190 <Show Dialog="VBoxFatalErrorDlg" OnExit="error" />
1191 <Show Dialog="VBoxUserExitDlg" OnExit="cancel" />
1192 <Show Dialog="VBoxExitDlg" OnExit="success" />
1193 </AdminUISequence>
1194 </UI>
1195
1196</Include>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette