Move the matrix declarations to the .c file instead of the header
[sdlpango.git] / Wix / ui.xml
blob90155d207808cd51bc557c89b6ba984fdad70c2a
1 <?xml version="1.0"?>\r
2 <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi" xmlns:dx="http://tempuri.org/2003/01/dx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \r
3 xsi:schemaLocation="http://schemas.microsoft.com/wix/2003/01/wi C:\bin\wix-binaries\doc\wix.xsd">\r
4         <Fragment Id="UIFragment">\r
5                 <Property Id="AcceptLicense">No</Property>\r
6                 <Property Id="ErrorDialog">ErrorDlg</Property>\r
7                 <!--BUTTON TEXTS-->\r
8                 <Property Id="Button_Back">&lt; &amp;Back</Property>\r
9                 <Property Id="Button_Next">&amp;Next &gt;</Property>\r
10                 <Property Id="Button_Finish">&amp;Finish</Property>\r
11                 <Property Id="Button_OK">OK</Property>\r
12                 <Property Id="Button_Cancel">Cancel</Property>\r
13                 <Property Id="Button_Browse">Br&amp;owse...</Property>\r
14                 <Property Id="Button_Exit">&amp;Exit</Property>\r
15                 <Property Id="Button_Ignore">&amp;Ignore</Property>\r
16                 <Property Id="Button_Install">&amp;Install</Property>\r
17                 <Property Id="Button_Remove">&amp;Remove</Property>\r
18                 <Property Id="Button_Repair">&amp;Repair</Property>\r
19                 <Property Id="Button_Reset">&amp;Reset</Property>\r
20                 <Property Id="Button_Resume">&amp;Resume</Property>\r
21                 <Property Id="Button_Retry">&amp;Retry</Property>\r
22                 <Property Id="Button_Return">&amp;Return</Property>\r
23                 <Property Id="Button_Yes">&amp;Yes</Property>\r
24                 <Property Id="Button_No">&amp;No</Property>\r
25                 <!--END BUTTON TEXTS-->\r
26                 <CustomAction Id="SET_TARGETDIR" Property="TARGETDIR" Value="[ProgramFilesFolder]\[ProductName]" Execute="firstSequence"/>\r
27                 <!-- INSTALL DESCRIPTION -->\r
28                 <!-- END INSTALL DESCRIPTION -->\r
29                 <UI>\r
30                         <!-- FONT DEFINITION -->\r
31                         <Property Id="TitleFont">{&amp;DlgFontBold8}</Property>\r
32                         <Property Id="BigFont">{&amp;VerdanaBold13}</Property>\r
33                         <Property Id="DefaultUIFont">DlgFont8</Property>\r
34                         <TextStyle Id="DlgFont8" FaceName="Tahoma" Size="8"/>\r
35                         <TextStyle Id="DlgFontBold8" FaceName="Tahoma" Size="8" Bold="yes"/>\r
36                         <TextStyle Id="VerdanaBold13" FaceName="Verdana" Size="13" Bold="yes"/>\r
37                         <!-- END FONT DEFINITION -->\r
38                         <!-- DIALOG DEFINITION -->\r
39                         <Dialog Id="WelcomeDialog" Width="370" Height="270" Title="[ProductName] [Setup]">\r
40                                 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[Button_Next]">\r
41                                         <Publish Event="NewDialog" Value="ViewLicenseAgreement">1</Publish>\r
42                                 </Control>\r
43                                 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[Button_Cancel]">\r
44                                         <Publish Event="SpawnDialog" Value="CancelDialog">1</Publish>\r
45                                 </Control>\r
46                                 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="dialog.bmp"/>\r
47                                 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Back]"/>\r
48                                 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0"/>\r
49                                 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="90" Transparent="yes" NoPrefix="yes">\r
50                                         <Text>The installer will guide you through the steps required to install [ProductName] on your computer.</Text>\r
51                                 </Control>\r
52                                 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
53                                         <Text>[BigFont]Welcome to the [ProductName] installation</Text>\r
54                                 </Control>\r
55                         </Dialog>\r
56                         <Dialog Id="ErrorDlg" Y="10" Width="270" Height="105" Title="Installer Information" ErrorDialog="yes" NoMinimize="yes">\r
57                                 <Control Id="ErrorText" Type="Text" X="48" Y="15" Width="205" Height="60" TabSkip="no" Text="Information text"/>\r
58                                 <Control Id="Y" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[Button_Yes]">\r
59                                         <Publish Event="EndDialog" Value="ErrorYes">1</Publish>\r
60                                 </Control>\r
61                                 <Control Id="A" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[Button_Cancel]">\r
62                                         <Publish Event="EndDialog" Value="ErrorAbort">1</Publish>\r
63                                 </Control>\r
64                                 <Control Id="C" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[Button_Cancel]">\r
65                                         <Publish Event="EndDialog" Value="ErrorCancel">1</Publish>\r
66                                 </Control>\r
67                                 <Control Id="ErrorIcon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="info.bmp"/>\r
68                                 <Control Id="I" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[Button_Ignore]">\r
69                                         <Publish Event="EndDialog" Value="ErrorIgnore">1</Publish>\r
70                                 </Control>\r
71                                 <Control Id="N" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[Button_No]">\r
72                                         <Publish Event="EndDialog" Value="ErrorNo">1</Publish>\r
73                                 </Control>\r
74                                 <Control Id="O" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[Button_OK]">\r
75                                         <Publish Event="EndDialog" Value="ErrorOk">1</Publish>\r
76                                 </Control>\r
77                                 <Control Id="R" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[Button_Retry]">\r
78                                         <Publish Event="EndDialog" Value="ErrorRetry">1</Publish>\r
79                                 </Control>\r
80                         </Dialog>\r
81                         <Dialog Id="FilesInUse" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" KeepModeless="yes">\r
82                                 <Control Id="Retry" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Button_Retry]">\r
83                                         <Publish Event="EndDialog" Value="Retry">1</Publish>\r
84                                 </Control>\r
85                                 <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="[Button_Ignore]">\r
86                                         <Publish Event="EndDialog" Value="Ignore">1</Publish>\r
87                                 </Control>\r
88                                 <Control Id="Exit" Type="PushButton" X="166" Y="243" Width="56" Height="17" Text="[Button_Exit]">\r
89                                         <Publish Event="EndDialog" Value="Exit">1</Publish>\r
90                                 </Control>\r
91                                 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" TabSkip="no" Text="banner.bmp"/>\r
92                                 <Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="30">\r
93                                         <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>\r
94                                 </Control>\r
95                                 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0"/>\r
96                                 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0"/>\r
97                                 <Control Id="Description" Type="Text" X="20" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes">\r
98                                         <Text>Some files that need to be updated are currently in use.</Text>\r
99                                 </Control>\r
100                                 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">\r
101                                         <Text>[DlgTitleFont]Files in Use</Text>\r
102                                 </Control>\r
103                                 <Control Id="List" Type="ListBox" X="20" Y="87" Width="330" Height="130" Property="FileInUseProcess" Sunken="yes" TabSkip="yes"/>\r
104                         </Dialog>\r
105                         <Dialog Id="ViewLicenseAgreement" Width="370" Height="270" Title="[ProductName]">\r
106                                 <Control Id="Buttons" Type="RadioButtonGroup" X="20" Y="187" Width="330" Height="40" Property="AcceptLicense"/>\r
107                                 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[Button_Back]">\r
108                                         <Publish Event="NewDialog" Value="WelcomeDialog">1</Publish>\r
109                                 </Control>\r
110                                 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[Button_Next]">\r
111                                         <Publish Event="NewDialog" Value="SelectFolderDialog">AcceptLicense = "Yes"</Publish>\r
112                                         <Condition Action="disable">AcceptLicense &lt;&gt; "Yes"</Condition>\r
113                                         <Condition Action="enable">AcceptLicense = "Yes"</Condition>\r
114                                 </Control>\r
115                                 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[Button_Cancel]">\r
116                                         <Publish Event="SpawnDialog" Value="CancelDialog">1</Publish>\r
117                                 </Control>\r
118                                 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="banner.bmp"/>\r
119                                 <Control Id="AgreementText" Type="ScrollableText" X="20" Y="60" Width="330" Height="120" Sunken="yes" TabSkip="no">\r
120                                         <Text src="$(sys.SOURCEFILEDIR)/license.rtf"/>\r
121                                 </Control>\r
122                                 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0"/>\r
123                                 <Control Id="BottomLine" Type="Line" X="4" Y="234" Width="370" Height="0"/>\r
124                                 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">\r
125                                         <Text>Please read the following license agreement carefully!</Text>\r
126                                 </Control>\r
127                                 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">\r
128                                         <Text>[TitleFont]End-User License Agreement</Text>\r
129                                 </Control>\r
130                         </Dialog>\r
131                         <RadioGroup Property="AcceptLicense">\r
132                                 <RadioButton Text="I &amp;accept the terms in the License Agreement" X="5" Y="0" Width="300" Height="15">Yes</RadioButton>\r
133                                 <RadioButton Text="I &amp;do not accept the terms in the License Agreement" X="5" Y="20" Width="300" Height="15">No</RadioButton>\r
134                         </RadioGroup>\r
135                         <Dialog Id="SelectFolderDialog" Width="370" Height="270" Title="[ProductName]" TrackDiskSpace="yes">\r
136                                 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[Button_Next]">\r
137                                         <Publish Event="NewDialog" Value="VerifyReadyDialog">1</Publish>\r
138                                 </Control>\r
139                                 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[Button_Cancel]">\r
140                                         <Publish Event="SpawnDialog" Value="CancelDialog">1</Publish>\r
141                                 </Control>\r
142                                 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[Button_Back]">\r
143                                         <Publish Event="NewDialog" Value="ViewLicenseAgreement">1</Publish>\r
144                                 </Control>\r
145                                 <Control Id="FolderEdit" Type="PathEdit" X="18" Y="126" Width="252" Height="18" Property="TARGETDIR" Sunken="yes"/>\r
146                                 <Control Id="Browse" Type="PushButton" X="276" Y="126" Width="90" Height="18" Text="[Button_Browse]">\r
147                                         <Publish Property="_BrowseProperty" Value="TARGETDIR">1</Publish>\r
148                                         <Publish Event="SpawnDialog" Value="BrowseDialog">1</Publish>\r
149                                 </Control>\r
150                                 <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="40">\r
151                                         <Text>To install in this folder, click "Next". To install to a different folder, enter it below or click "Browse".</Text>\r
152                                 </Control>\r
153                                 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" Text="banner.bmp"/>\r
154                                 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0"/>\r
155                                 <Control Id="BottomLine" Type="Line" X="4" Y="234" Width="370" Height="0"/>\r
156                                 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">\r
157                                         <Text>This is the folder where [ProductName] will be installed.</Text>\r
158                                 </Control>\r
159                                 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">\r
160                                         <Text>[TitleFont]Select Installation Folder</Text>\r
161                                 </Control>\r
162                                 <Control Id="FolderLabel" Type="Text" X="20" Y="114" Width="348" Height="12" Text="&amp;Folder:"/>\r
163                         </Dialog>\r
164                         <Dialog Id="VerifyReadyDialog" Width="370" Height="270" Title="[ProductName]" TrackDiskSpace="yes">\r
165                                 <Control Id="Install" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[Button_Install]">\r
166                                         <Publish Event="EndDialog" Value="Return">OutOfDiskSpace &lt;&gt; 1</Publish>\r
167                                         <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</Publish>\r
168                                         <Publish Event="EndDialog" Value="Return">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>\r
169                                         <Publish Event="EnableRollback" Value="False">OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</Publish>\r
170                                         <Publish Event="SpawnDialog" Value="OutOfDiskDlg">(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</Publish>\r
171                                 </Control>\r
172                                 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[Button_Cancel]">\r
173                                         <Publish Event="SpawnDialog" Value="CancelDialog">1</Publish>\r
174                                 </Control>\r
175                                 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="banner.bmp"/>\r
176                                 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[Button_Back]">\r
177                                         <!--                                    <Publish Event="NewDialog" Value="AdminInstallPointDlg">InstallMode = "Server Image"</Publish>\r
178                                         <Publish Event="NewDialog" Value="CustomizeDlg">InstallMode = "Custom" OR InstallMode = "Change"</Publish>\r
179                                         <Publish Event="NewDialog" Value="MaintenanceTypeDlg">InstallMode = "Repair"</Publish> InstallMode = "Typical" OR InstallMode = "Complete" -->\r
180                                         <Publish Event="NewDialog" Value="SelectFolderDialog"/>\r
181                                 </Control>\r
182                                 <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="80">\r
183                                         <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>\r
184                                 </Control>\r
185                                 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0"/>\r
186                                 <Control Id="BottomLine" Type="Line" X="4" Y="234" Width="370" Height="0"/>\r
187                                 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">\r
188                                         <Text>The [Wizard] is ready to begin the [InstallMode] installation</Text>\r
189                                 </Control>\r
190                                 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">\r
191                                         <Text>[TitleFont]Ready to Install</Text>\r
192                                 </Control>\r
193                         </Dialog>\r
194                         <Dialog Id="ProgressDialog" Width="370" Height="270" Title="[ProductName]" Modeless="yes">\r
195                                 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Button_Cancel]">\r
196                                         <Publish Event="SpawnDialog" Value="CancelDialog">1</Publish>\r
197                                 </Control>\r
198                                 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="banner.bmp"/>\r
199                                 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Back]"/>\r
200                                 <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Next]"/>\r
201                                 <Control Id="Text" Type="Text" X="35" Y="65" Width="300" Height="20">\r
202                                         <Text>Please wait while [ProductName] is installed.</Text>\r
203                                 </Control>\r
204                                 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0"/>\r
205                                 <Control Id="BottomLine" Type="Line" X="4" Y="234" Width="370" Height="0"/>\r
206                                 <Control Id="Title" Type="Text" X="20" Y="15" Width="200" Height="15" Transparent="yes" NoPrefix="yes">\r
207                                         <Text>Install [ProductName]</Text>\r
208                                 </Control>\r
209                                 <Control Id="ActionText" Type="Text" X="70" Y="100" Width="265" Height="10">\r
210                                         <Subscribe Event="ActionText" Attribute="Text"/>\r
211                                 </Control>\r
212                                 <Control Id="ProgressBar" Type="ProgressBar" X="35" Y="115" Width="300" Height="10" ProgressBlocks="yes" Text="Progress done">\r
213                                         <Subscribe Event="SetProgress" Attribute="Progress"/>\r
214                                 </Control>\r
215                                 <Control Id="StatusLabel" Type="Text" X="35" Y="100" Width="35" Height="10" Text="Status:"/>\r
216                         </Dialog>\r
217                         <Dialog Id="CancelDialog" Width="260" Height="85" Title="[ProductName] [Setup]" NoMinimize="yes">\r
218                                 <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30">\r
219                                         <Text>Are you sure you want to cancel [ProductName] installation?</Text>\r
220                                 </Control>\r
221                                 <Control Id="Yes" Type="PushButton" X="72" Y="57" Width="56" Height="17" Text="[Button_Yes]">\r
222                                         <Publish Event="EndDialog" Value="Exit">1</Publish>\r
223                                 </Control>\r
224                                 <Control Id="No" Type="PushButton" X="132" Y="57" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Button_No]">\r
225                                         <Publish Event="EndDialog" Value="Return">1</Publish>\r
226                                 </Control>\r
227                                 <Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" FixedSize="yes" IconSize="32" Text="info.bmp"/>\r
228                         </Dialog>\r
229                         <Dialog Id="BrowseDialog" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
230                                 <Control Id="PathEdit" Type="PathEdit" X="84" Y="202" Width="261" Height="18" Property="_BrowseProperty" Indirect="yes"/>\r
231                                 <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Text="[Button_OK]">\r
232                                         <Publish Event="EndDialog" Value="Return">1</Publish>\r
233                                 </Control>\r
234                                 <Control Id="Cancel" Type="PushButton" X="240" Y="243" Width="56" Height="17" Cancel="yes" Text="[Button_Cancel]">\r
235                                         <Publish Event="Reset" Value="0">1</Publish>\r
236                                         <Publish Event="EndDialog" Value="Return">1</Publish>\r
237                                 </Control>\r
238                                 <Control Id="ComboLabel" Type="Text" X="25" Y="58" Width="44" Height="10" TabSkip="no" Text="&amp;Look in:"/>\r
239                                 <Control Id="DirectoryCombo" Type="DirectoryCombo" X="70" Y="55" Width="220" Height="80" Property="_BrowseProperty" Indirect="yes" Fixed="yes" Remote="yes">\r
240                                         <Subscribe Event="IgnoreChange" Attribute="IgnoreChange"/>\r
241                                 </Control>\r
242                                 <Control Id="Up" Type="PushButton" X="298" Y="55" Width="19" Height="19" Icon="yes" FixedSize="yes" IconSize="16" Text="up.bmp">\r
243                                         <Publish Event="DirectoryListUp" Value="0">1</Publish>\r
244                                 </Control>\r
245                                 <Control Id="NewFolder" Type="PushButton" X="325" Y="55" Width="19" Height="19" Icon="yes" FixedSize="yes" IconSize="16" Text="new.bmp">\r
246                                         <Publish Event="DirectoryListNew" Value="0">1</Publish>\r
247                                 </Control>\r
248                                 <Control Id="DirectoryList" Type="DirectoryList" X="25" Y="83" Width="320" Height="110" Property="_BrowseProperty" Sunken="yes" Indirect="yes" TabSkip="no"/>\r
249                                 <Control Id="PathLabel" Type="Text" X="25" Y="205" Width="59" Height="10" TabSkip="no" Text="&amp;Folder name:"/>\r
250                                 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="banner.bmp"/>\r
251                                 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0"/>\r
252                                 <Control Id="BottomLine" Type="Line" X="4" Y="234" Width="370" Height="0"/>\r
253                                 <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">\r
254                                         <Text>Browse to the destination folder</Text>\r
255                                 </Control>\r
256                                 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">\r
257                                         <Text>[TitleFont]Change current destination folder</Text>\r
258                                 </Control>\r
259                         </Dialog>\r
260                         <Dialog Id="UserExit" Width="370" Height="270" Title="[ProductName] [Setup]">\r
261                                 <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Button_Finish]">\r
262                                         <Publish Event="EndDialog" Value="Exit">1</Publish>\r
263                                 </Control>\r
264                                 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Cancel]"/>\r
265                                 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="dialog.bmp"/>\r
266                                 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Back]"/>\r
267                                 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0"/>\r
268                                 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
269                                         <Text>[BigFont][ProductName] installation was interrupted</Text>\r
270                                 </Control>\r
271                                 <Control Id="Description1" Type="Text" X="135" Y="70" Width="220" Height="40" Transparent="yes" NoPrefix="yes">\r
272                                         <Text>The installation was interrupted before [ProductName] could be installed. You need to restart the installer to try again.</Text>\r
273                                 </Control>\r
274                                 <Control Id="Description2" Type="Text" X="135" Y="215" Width="220" Height="20" Transparent="yes" NoPrefix="yes">\r
275                                         <Text>Click the Finish button to exit.</Text>\r
276                                 </Control>\r
277                         </Dialog>\r
278                         <Dialog Id="ExitDialog" Width="370" Height="270" Title="[ProductName]" NoMinimize="yes">\r
279                                 <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Button_Finish]">\r
280                                         <Publish Event="EndDialog" Value="Return">1</Publish>\r
281                                 </Control>\r
282                                 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Cancel]"/>\r
283                                 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="dialog.bmp"/>\r
284                                 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Back]"/>\r
285                                 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0"/>\r
286                                 <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="20" Transparent="yes" NoPrefix="yes">\r
287                                         <Text>Click the Finish button to exit.</Text>\r
288                                 </Control>\r
289                                 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
290                                         <Text>[BigFont]Completing the [ProductName] installation.</Text>\r
291                                 </Control>\r
292                         </Dialog>\r
293                         <Dialog Id="OutOfDiskDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
294                                 <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Button_OK]">\r
295                                         <Publish Event="EndDialog" Value="Return">1</Publish>\r
296                                 </Control>\r
297                                 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="banner.bmp"/>\r
298                                 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">\r
299                                         <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>\r
300                                 </Control>\r
301                                 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0"/>\r
302                                 <Control Id="BottomLine" Type="Line" X="4" Y="234" Width="370" Height="0"/>\r
303                                 <Control Id="Description" Type="Text" X="20" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">\r
304                                         <Text>Disk space required for the installation exceeds available disk space.</Text>\r
305                                 </Control>\r
306                                 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">\r
307                                         <Text>[TitleFont]Out of Disk Space</Text>\r
308                                 </Control>\r
309                                 <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="100" Width="330" Height="120" Sunken="yes" Fixed="yes" Remote="yes">\r
310                                         <Text>{120}{70}{70}{70}{70}</Text>\r
311                                 </Control>\r
312                         </Dialog>\r
313                         <Dialog Id="OutOfRbDiskDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
314                                 <Control Id="No" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Button_No]">\r
315                                         <Publish Event="EndDialog" Value="Return">1</Publish>\r
316                                 </Control>\r
317                                 <Control Id="Yes" Type="PushButton" X="240" Y="243" Width="56" Height="17" Text="[Button_Yes]">\r
318                                         <Publish Event="EnableRollback" Value="False">1</Publish>\r
319                                         <Publish Event="EndDialog" Value="Return">1</Publish>\r
320                                 </Control>\r
321                                 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="374" Height="44" FixedSize="yes" TabSkip="no" Text="banner.bmp"/>\r
322                                 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">\r
323                                         <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>\r
324                                 </Control>\r
325                                 <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0"/>\r
326                                 <Control Id="BottomLine" Type="Line" X="4" Y="234" Width="370" Height="0"/>\r
327                                 <Control Id="Description" Type="Text" X="20" Y="20" Width="280" Height="20" Transparent="yes" NoPrefix="yes">\r
328                                         <Text>Disk space required for the installation exceeds available disk space.</Text>\r
329                                 </Control>\r
330                                 <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">\r
331                                         <Text>[TitleFont]Out of Disk Space</Text>\r
332                                 </Control>\r
333                                 <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="140" Width="330" Height="80" Sunken="yes" Fixed="yes" Remote="yes" ShowRollbackCost="yes">\r
334                                         <Text>{120}{70}{70}{70}{70}</Text>\r
335                                 </Control>\r
336                                 <Control Id="Text2" Type="Text" X="20" Y="94" Width="330" Height="40">\r
337                                         <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>\r
338                                 </Control>\r
339                         </Dialog>\r
340                         <Dialog Id="FatalError" Width="370" Height="270" Title="[ProductName]" NoMinimize="yes">\r
341                                 <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Button_Finish]">\r
342                                         <Publish Event="EndDialog" Value="Exit">1</Publish>\r
343                                 </Control>\r
344                                 <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Cancel]"/>\r
345                                 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" FixedSize="yes" TabSkip="no" Text="dialog.bmp"/>\r
346                                 <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[Button_Back]"/>\r
347                                 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0"/>\r
348                                 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
349                                         <Text>[BigFont][ProductName] ended prematurely</Text>\r
350                                 </Control>\r
351                                 <Control Id="Description1" Type="Text" X="135" Y="70" Width="220" Height="40" Transparent="yes" NoPrefix="yes">\r
352                                         <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>\r
353                                 </Control>\r
354                                 <Control Id="Description2" Type="Text" X="135" Y="115" Width="220" Height="20" Transparent="yes" NoPrefix="yes">\r
355                                         <Text>Click the Finish button to exit the.</Text>\r
356                                 </Control>\r
357                         </Dialog>\r
358                         <!-- END DIALOG DEFINITION -->\r
359                         <InstallUISequence>\r
360                                 <Custom Action="SET_TARGETDIR" Before="CostInitialize">TARGETDIR=""</Custom>\r
361                                 <Show Dialog="WelcomeDialog" After="MigrateFeatureStates"/>\r
362                                 <Show Dialog="ProgressDialog" After="WelcomeDialog"/>\r
363                                 <Show Dialog="UserExit" OnExit="cancel"/>\r
364                                 <Show Dialog="ExitDialog" OnExit="success"/>\r
365                                 <Show Dialog="FatalError" OnExit="error"/>\r
366                         </InstallUISequence>\r
367                         <AdminUISequence>\r
368                                 <Custom Action="SET_TARGETDIR" Before="CostInitialize">TARGETDIR=""</Custom>\r
369                                 <Show Dialog="WelcomeDialog" After="CostFinalize"/>\r
370                                 <Show Dialog="ProgressDialog" After="WelcomeDialog"/>\r
371                                 <Show Dialog="UserExit" OnExit="cancel"/>\r
372                                 <Show Dialog="ExitDialog" OnExit="success"/>\r
373                                 <Show Dialog="FatalError" OnExit="error"/>\r
374                         </AdminUISequence>\r
375                 </UI>\r
376                 <Binary Id="dialog.bmp" src="bitmap/default-dialog.bmp"/>\r
377                 <Binary Id="banner.bmp" src="bitmap/default-banner.bmp"/>\r
378                 <Binary Id="info.bmp" src="bitmap/info.bmp"/>\r
379                 <Binary Id="up.bmp" src="bitmap/up.bmp"/>\r
380                 <Binary Id="new.bmp" src="bitmap/new.bmp"/>\r
381         </Fragment>\r
382 </Wix>\r