OSDN Git Service

Success Build TortoiseMerge release version and modify install script
[tortoisegit/TortoiseGitJp.git] / src / TortoiseGitSetup / UIFragment.wxi
1 <?xml version="1.0"?>\r
2 <Include>\r
3     <UI>\r
4       <!-- Add/Remove Programs (ARP) related properties ................................ -->\r
5       <Property Id="ARPCOMMENTS">$(var.PackageComments)</Property>\r
6       <Property Id="ARPCONTACT">$(var.PackageManufacturer)</Property>\r
7       <Property Id="ARPHELPLINK">$(var.TortoiseSvnOrg)</Property>\r
8       <Property Id="ARPPRODUCTICON">TSVNIcon</Property>\r
9       <Property Id="ARPNOMODIFY">1</Property>\r
10       <Property Id="ARPNOREPAIR">1</Property>\r
11       <Property Id="ARPURLINFOABOUT">$(var.TortoiseSvnOrg)</Property>\r
12 \r
13       <!-- UI Button Texts ............................................................. -->\r
14       <Property Id="ButtonText_Back"><![CDATA[< &Back]]></Property>\r
15       <Property Id="ButtonText_Browse"><![CDATA[Br&owse]]></Property>\r
16       <Property Id="ButtonText_Cancel"><![CDATA[Cancel]]></Property>\r
17       <Property Id="ButtonText_Exit"><![CDATA[&Exit]]></Property>\r
18       <Property Id="ButtonText_Finish"><![CDATA[&Finish]]></Property>\r
19       <Property Id="ButtonText_Ignore"><![CDATA[&Ignore]]></Property>\r
20       <Property Id="ButtonText_Install"><![CDATA[&Install]]></Property>\r
21       <Property Id="ButtonText_Next"><![CDATA[&Next >]]></Property>\r
22       <Property Id="ButtonText_No"><![CDATA[&No]]></Property>\r
23       <Property Id="ButtonText_OK"><![CDATA[OK]]></Property>\r
24       <Property Id="ButtonText_Remove"><![CDATA[&Remove]]></Property>\r
25       <Property Id="ButtonText_Repair"><![CDATA[&Repair]]></Property>\r
26       <Property Id="ButtonText_Reset"><![CDATA[&Reset]]></Property>\r
27       <Property Id="ButtonText_Resume"><![CDATA[&Resume]]></Property>\r
28       <Property Id="ButtonText_Retry"><![CDATA[&Retry]]></Property>\r
29       <Property Id="ButtonText_Return"><![CDATA[&Return]]></Property>\r
30       <Property Id="ButtonText_Yes"><![CDATA[&Yes]]></Property>\r
31 \r
32       <!-- UI Variables ................................................................ -->\r
33       <Property Id="IAgree">No</Property>\r
34       <Property Id="InstallMode">Complete</Property>\r
35       <Property Id="Setup">Setup</Property>\r
36       <Property Id="Progress1">Installing</Property>\r
37       <Property Id="Progress2">installs</Property>\r
38       <Property Id="Wizard">Setup Wizard</Property>\r
39 \r
40       <!-- UI Icons .................................................................... -->\r
41       <Property Id="CompleteSetupIcon">completi</Property>\r
42       <Property Id="CustomSetupIcon">custicon</Property>\r
43       <Property Id="ExclamationIcon">exclamic</Property>\r
44       <Property Id="InfoIcon">info</Property>\r
45       <Property Id="InstallerIcon">insticon</Property>\r
46       <Property Id="RemoveIcon">removico</Property>\r
47       <Property Id="RepairIcon">repairic</Property>\r
48 \r
49       <!-- UI Bitmaps .................................................................. -->\r
50       <Property Id="BannerBitmap">bannrbmp</Property>\r
51       <Property Id="DialogBitmap">dlgbmp</Property>\r
52 \r
53       <!-- UI Fonts .................................................................... -->\r
54       <Property Id="DefaultUIFont">DlgFont8</Property>\r
55       <Property Id="DlgTitleFont"><![CDATA[{&DlgFontBold8}]]></Property>\r
56 \r
57       <!-- UI Other .................................................................... -->\r
58       <Property Id="ErrorDialog">ErrorPopup</Property>\r
59       <Property Id="INSTALLLEVEL">3</Property>\r
60       <!-- http://msdn2.microsoft.com/en-us/library/aa369536.aspx -->\r
61       <Property Id="ProductID">none</Property>\r
62       <!-- http://msdn2.microsoft.com/en-us/library/aa370855.aspx -->\r
63       <Property Id="PROMPTROLLBACKCOST">P</Property>\r
64       <!-- http://msdn2.microsoft.com/en-us/library/aa370887.aspx -->\r
65 \r
66       <!-- UI Binaries ................................................................. -->\r
67       <Binary Id="Up" src="include\Up.ico" />\r
68       <Binary Id="New" src="include\New.ico" />\r
69       <Binary Id="custicon" src="include\Custom.ico" />\r
70       <Binary Id="repairic" src="include\Repair.ico" />\r
71       <Binary Id="exclamic" src="include\Exclam.ico" />\r
72       <Binary Id="removico" src="include\Remove.ico" />\r
73       <Binary Id="completi" src="include\Complete.ico" />\r
74       <Binary Id="insticon" src="include\Typical.ico" />\r
75       <Binary Id="info" src="include\Info.ico" />\r
76       <Binary Id="bannrbmp" src="include\Banner.jpg" />\r
77       <Binary Id="dlgbmp" src="include\Dialog.jpg" />\r
78 \r
79       <!-- Text Styles .............................................................................................. -->\r
80       <TextStyle Id="DlgFont8" FaceName="Tahoma" Size="8" />\r
81       <TextStyle Id="DlgFontBold8" FaceName="Tahoma" Size="8" Bold="yes" />\r
82       <TextStyle Id="VerdanaBold13" FaceName="Verdana" Size="13" Bold="yes" />\r
83 \r
84       <!-- Dialogs .................................................................................................. -->\r
85       <!-- The dialogs' code is laid out: wizard-buttons, content, common-presentation-elements ..................... -->\r
86       <Dialog Id="AdminBrowseDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
87         <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_OK]">\r
88           <Publish Event="SetTargetPath" Value="TARGETDIR">1</Publish>\r
89           <Publish Event="EndDialog" Value="Return">1</Publish>\r
90         </Control>\r
91         <Control Id="Cancel" Type="PushButton" X="240" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
92           <Publish Event="Reset" Value="0">1</Publish>\r
93           <Publish Event="EndDialog" Value="Return">1</Publish>\r
94         </Control>\r
95 \r
96         <Control Id="ComboLabel" Type="Text" X="25" Y="58" Width="44" Height="10" TabSkip="no" Text="&amp;Look in:" />\r
97         <Control Id="DirectoryCombo" Type="DirectoryCombo" X="70" Y="55" Width="220" Height="80" Property="TARGETDIR" Removable="yes" Fixed="yes" Remote="yes">\r
98           <Subscribe Event="IgnoreChange" Attribute="IgnoreChange" />\r
99         </Control>\r
100         <Control Id="Up" Type="PushButton" X="298" Y="55" Width="19" Height="19" ToolTip="Up One Level" Icon="yes" FixedSize="yes" IconSize="16" Text="Up">\r
101           <Publish Event="DirectoryListUp" Value="0">1</Publish>\r
102         </Control>\r
103         <Control Id="NewFolder" Type="PushButton" X="325" Y="55" Width="19" Height="19" ToolTip="Create A New Folder" Icon="yes" FixedSize="yes" IconSize="16" Text="New">\r
104           <Publish Event="DirectoryListNew" Value="0">1</Publish>\r
105         </Control>\r
106         <Control Id="DirectoryList" Type="DirectoryList" X="25" Y="83" Width="320" Height="110" Property="TARGETDIR" Sunken="yes" TabSkip="no" />\r
107         <Control Id="PathLabel" Type="Text" X="25" Y="205" Width="59" Height="10" TabSkip="no" Text="&amp;Folder name:" />\r
108         <Control Id="PathEdit" Type="PathEdit" X="84" Y="202" Width="261" Height="17" Property="TARGETDIR" />\r
109 \r
110         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
111         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
112           <Text>[DlgTitleFont]Change current destination folder</Text>\r
113         </Control>\r
114         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
115         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
116           <Text>Browse to the destination folder</Text>\r
117         </Control>\r
118         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
119       </Dialog>\r
120 \r
121       <Dialog Id="AdminInstallPointDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
122         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">\r
123           <Publish Event="NewDialog" Value="AdminWelcomeDlg">1</Publish>\r
124         </Control>\r
125         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">\r
126           <Publish Event="SetTargetPath" Value="TARGETDIR">1</Publish>\r
127           <Publish Event="NewDialog" Value="VerifyReadyDlg">1</Publish>\r
128         </Control>\r
129         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
130           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
131         </Control>\r
132 \r
133         <Control Id="Text" Type="Text" X="25" Y="80" Width="320" Height="10" TabSkip="no">\r
134           <Text>&amp;Enter a new network location or click Browse to browse to one.</Text>\r
135         </Control>\r
136         <Control Id="PathEdit" Type="PathEdit" X="25" Y="93" Width="320" Height="18" Property="TARGETDIR" />\r
137         <Control Id="Browse" Type="PushButton" X="289" Y="119" Width="56" Height="17" Text="[ButtonText_Browse]">\r
138           <Publish Event="SpawnDialog" Value="AdminBrowseDlg">1</Publish>\r
139         </Control>\r
140 \r
141         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
142         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
143           <Text>[DlgTitleFont]Network Location</Text>\r
144         </Control>\r
145         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
146         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
147           <Text>Please specify a network location for the server image of [ProductName] product</Text>\r
148         </Control>\r
149         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
150       </Dialog>\r
151 \r
152       <Dialog Id="MSysGitLocation" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
153         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">\r
154           <Publish Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>\r
155         </Control>\r
156         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">\r
157           <Publish Event="SetTargetPath" Value="MSYSGITDIR">1</Publish>\r
158           <Publish Event="NewDialog" Value="CustomizeDlg">1</Publish>\r
159         </Control>\r
160         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
161           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
162         </Control>\r
163 \r
164         <Control Id="Text" Type="Text" X="25" Y="80" Width="320" Height="10" TabSkip="no">\r
165           <Text>&amp;Input MsysGit install path or click browse.</Text>\r
166         </Control>\r
167         <Control Id="PathEdit" Type="PathEdit" X="25" Y="93" Width="320" Height="18" Property="MSYSGITDIR" />\r
168         <Control Id="Browse" Type="PushButton" X="289" Y="119" Width="56" Height="17" Text="[ButtonText_Browse]">\r
169           <Publish Event="SpawnDialog" Value="AdminBrowseDlg">1</Publish>\r
170         </Control>\r
171 \r
172         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
173         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
174           <Text>[DlgTitleFont]Network Location</Text>\r
175         </Control>\r
176         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
177         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
178           <Text>Please specify a network location for the server image of [ProductName] product</Text>\r
179         </Control>\r
180         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
181       </Dialog>\r
182 \r
183       <Dialog Id="AdminWelcomeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
184         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />\r
185         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">\r
186           <Publish Property="InstallMode" Value="Server Image">1</Publish>\r
187           <Publish Event="ValidateProductID" Value="0">0</Publish>\r
188           <Publish Event="NewDialog" Value="AdminInstallPointDlg">ProductID</Publish>\r
189         </Control>\r
190         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
191           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
192         </Control>\r
193 \r
194         <Control Id="BackgroundBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />\r
195         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
196           <Text>{\VerdanaBold13}Welcome to the [ProductName] [Wizard]</Text>\r
197         </Control>\r
198         <Control Id="DialogDescription" Type="Text" X="135" Y="70" Width="220" Height="30" Transparent="yes" NoPrefix="yes">\r
199           <Text>The [Wizard] will create a server image of [ProductName], at a specified network location. Click Next to continue or Cancel to exit the [Wizard].</Text>\r
200         </Control>\r
201         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
202       </Dialog>\r
203       \r
204       <Dialog Id="SSHClient" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
205         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">\r
206           <Publish Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>\r
207         </Control>\r
208         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">\r
209           <Publish Event="SpawnWaitDialog" Value="WaitForCostingPopup">CostingComplete = 1</Publish>\r
210           <Publish Property="InstallMode" Value="Custom">1</Publish>     \r
211                   <Publish Event="ValidateProductID" Value="0">0</Publish>\r
212 \r
213                   \r
214                   <Publish Event="AddLocal" Value="SSHPlink">1</Publish>\r
215                   <Publish Event="AddLocal" Value="SSHOpenSSH">1</Publish>\r
216                   \r
217                   <Publish Event="Remove" Value="SSHPlink">SSHRadio = "OpenSSH"</Publish>\r
218                   <Publish Event="Remove" Value="SSHOpenSSH">SSHRadio = "Plink"</Publish>\r
219                   \r
220           <Publish Event="NewDialog" Value="CustomizeDlg">"Yes"</Publish>\r
221                   \r
222         </Control>\r
223         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
224           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
225         </Control>\r
226 \r
227         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
228         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
229           <Text>[DlgTitleFont]Choose SSH Client</Text>\r
230         </Control>\r
231         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
232         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
233           <Text>Choose a kind of SSH Client</Text>\r
234         </Control>\r
235         \r
236         <Control Id="Buttons" Type="RadioButtonGroup" X="10" Y="60" Width="330" Height="150" Property="SSHRadio" />\r
237         \r
238         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
239         \r
240       </Dialog>\r
241       \r
242       <RadioButtonGroup Property="SSHRadio">\r
243         <RadioButton Text="{\DlgFont8}TortoisePLink, coming from Putty, which is better integrate with windows" Value="Plink" X="5" Y="0" Width="300" Height="30" />\r
244         <RadioButton Text="{\DlgFont8}OpenSSH, Git default SSH Client" Value="OpenSSH" X="5" Y="60" Width="300" Height="30" />\r
245       </RadioButtonGroup>\r
246       \r
247 \r
248       <Dialog Id="BrowseDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
249         <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_OK]">\r
250           <Publish Event="SetTargetPath" Value="[_BrowseProperty]">1</Publish>\r
251           <Publish Event="EndDialog" Value="Return">1</Publish>\r
252         </Control>\r
253         <Control Id="Cancel" Type="PushButton" X="240" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
254           <Publish Event="Reset" Value="0">1</Publish>\r
255           <Publish Event="EndDialog" Value="Return">1</Publish>\r
256         </Control>\r
257 \r
258         <Control Id="ComboLabel" Type="Text" X="25" Y="58" Width="44" Height="10" TabSkip="no" Text="&amp;Look in:" />\r
259         <Control Id="DirectoryCombo" Type="DirectoryCombo" X="70" Y="55" Width="220" Height="80" Property="_BrowseProperty" Indirect="yes" Fixed="yes" Remote="yes">\r
260           <Subscribe Event="IgnoreChange" Attribute="IgnoreChange" />\r
261         </Control>\r
262         <Control Id="Up" Type="PushButton" X="298" Y="55" Width="19" Height="19" ToolTip="Up One Level" Icon="yes" FixedSize="yes" IconSize="16" Text="Up">\r
263           <Publish Event="DirectoryListUp" Value="0">1</Publish>\r
264         </Control>\r
265         <Control Id="NewFolder" Type="PushButton" X="325" Y="55" Width="19" Height="19" ToolTip="Create A New Folder" Icon="yes" FixedSize="yes" IconSize="16" Text="New">\r
266           <Publish Event="DirectoryListNew" Value="0">1</Publish>\r
267         </Control>\r
268         <Control Id="DirectoryList" Type="DirectoryList" X="25" Y="83" Width="320" Height="110" Property="_BrowseProperty" Sunken="yes" Indirect="yes" TabSkip="no" />\r
269         <Control Id="PathLabel" Type="Text" X="25" Y="205" Width="59" Height="10" TabSkip="no" Text="&amp;Folder name:" />\r
270         <Control Id="PathEdit" Type="PathEdit" X="84" Y="202" Width="261" Height="18" Property="_BrowseProperty" Indirect="yes" />\r
271 \r
272         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
273         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
274           <Text>[DlgTitleFont]Change current destination folder</Text>\r
275         </Control>\r
276         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
277         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
278           <Text>Browse to the destination folder</Text>\r
279         </Control>\r
280         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
281       </Dialog>\r
282 \r
283       <Dialog Id="CancelPopup" Width="260" Height="85" Title="[ProductName] [Setup]" NoMinimize="yes">\r
284         <Control Id="No" Type="PushButton" X="132" Y="57" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_No]">\r
285           <Publish Event="EndDialog" Value="Return">1</Publish>\r
286         </Control>\r
287         <Control Id="Yes" Type="PushButton" X="72" Y="57" Width="56" Height="17" Text="[ButtonText_Yes]">\r
288           <Publish Event="EndDialog" Value="Exit">1</Publish>\r
289         </Control>\r
290 \r
291         <Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[InfoIcon]" />\r
292         <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30">\r
293           <Text>Are you sure you want to cancel [ProductName] installation?</Text>\r
294         </Control>\r
295       </Dialog>\r
296 \r
297       <Dialog Id="CustomizeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">\r
298         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">\r
299           <Publish Event="NewDialog" Value="MaintenanceTypeDlg"><![CDATA[InstallMode = "Change"]]></Publish>\r
300           <Publish Event="NewDialog" Value="SSHClient"><![CDATA[InstallMode = "Custom"]]></Publish>\r
301         </Control>\r
302         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">\r
303           <Publish Event="NewDialog" Value="VerifyReadyDlg">1</Publish>\r
304           <Subscribe Event="SelectionNoItems" Attribute="Enabled" />\r
305         </Control>\r
306         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
307           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
308         </Control>\r
309         <Control Id="Reset" Type="PushButton" X="42" Y="243" Width="56" Height="17" Text="[ButtonText_Reset]">\r
310           <Publish Event="Reset" Value="0">1</Publish>\r
311           <Subscribe Event="SelectionNoItems" Attribute="Enabled" />\r
312         </Control>\r
313         <Control Id="DiskCost" Type="PushButton" X="111" Y="243" Width="56" Height="17">\r
314           <Text>Disk &amp;Usage</Text>\r
315           <Publish Event="SpawnDialog" Value="DiskCostDlg">1</Publish>\r
316           <Subscribe Event="SelectionNoItems" Attribute="Enabled" />\r
317         </Control>\r
318 \r
319         <Control Id="Text" Type="Text" X="25" Y="50" Width="320" Height="12">\r
320           <Text>Click on the icons in the tree below to change the way features will be installed.</Text>\r
321         </Control>\r
322         <Control Id="Tree" Type="SelectionTree" X="25" Y="70" Width="175" Height="130" Property="_BrowseProperty" Sunken="yes" TabSkip="no" Text="Tree of selections" />\r
323         <Control Id="DescriptionBox" X="205" Y="66" Width="140" Height="75" Type="GroupBox" Text="Feature Description" />\r
324         <Control Id="ItemDescription" X="210" Y="76" Width="130" Height="80" Text="Multiline description of the currently selected item." Type="Text">\r
325           <Text>Multiline description of the currently selected item.</Text>\r
326           <Subscribe Event="SelectionDescription" Attribute="Text" />\r
327         </Control>\r
328         <Control Id="SizeBox" X="205" Y="143" Width="140" Height="58" Type="GroupBox" Text="Feature Size" />\r
329         <Control Id="ItemSize" Type="Text" X="210" Y="153" Width="130" Height="43">\r
330           <Text>The size of the currently selected item.</Text>\r
331           <Subscribe Event="SelectionSize" Attribute="Text" />\r
332         </Control>\r
333 \r
334         <Control Id="LocationLabel" Type="Text" X="25" Y="210" Width="50" Height="10" Text="Location:">\r
335           <Subscribe Event="SelectionPathOn" Attribute="Visible" />\r
336           <Condition Action="hide">Installed</Condition>\r
337         </Control>\r
338         <Control Id="Location" Type="Text" X="75" Y="210" Width="215" Height="20">\r
339           <Text>&lt;The selection's path&gt;</Text>\r
340           <Subscribe Event="SelectionPath" Attribute="Text" />\r
341           <Subscribe Event="SelectionPathOn" Attribute="Visible" />\r
342           <Condition Action="hide">Installed</Condition>\r
343         </Control>\r
344         <Control Id="Browse" Type="PushButton" X="304" Y="210" Width="56" Height="17" Text="[ButtonText_Browse]">\r
345           <Publish Event="SelectionBrowse" Value="BrowseDlg">1</Publish>\r
346           <Condition Action="hide">Installed</Condition>\r
347         </Control>\r
348 \r
349         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
350         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
351           <Text>[DlgTitleFont]Custom Setup</Text>\r
352         </Control>\r
353         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
354         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
355           <Text>Pick an install location and which features you want.</Text>\r
356         </Control>\r
357         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
358       </Dialog>\r
359 \r
360       <Dialog Id="DiskCostDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
361         <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_OK]">\r
362           <Publish Event="EndDialog" Value="Return">1</Publish>\r
363         </Control>\r
364 \r
365         <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">\r
366           <Text>The highlighted volumes (if any) do not have enough disk space available for the currently selected features. You can either remove some files from the highlighted volumes, or choose to install less features onto local drive(s), or select different destination drive(s).</Text>\r
367         </Control>\r
368         <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="100" Width="330" Height="120" Sunken="yes" Fixed="yes" Remote="yes">\r
369           <Text>{100}{55}{55}{50}{55}</Text>\r
370         </Control>\r
371 \r
372         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
373         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
374           <Text>[DlgTitleFont]Disk Space Requirements</Text>\r
375         </Control>\r
376         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
377         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
378           <Text>The disk space required for the installation of the selected features.</Text>\r
379         </Control>\r
380         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
381       </Dialog>\r
382 \r
383       <Dialog Id="ErrorPopup" Width="270" Height="105" Title="Installer Information" ErrorDialog="yes" NoMinimize="yes">\r
384         <Control Id="ErrorIcon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[InfoIcon]" />\r
385         <Control Id="ErrorText" Type="Text" X="48" Y="15" Width="205" Height="60" TabSkip="no" Text="Information text" />\r
386 \r
387         <Control Id="Y" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Yes]">\r
388           <Publish Event="EndDialog" Value="ErrorYes">1</Publish>\r
389         </Control>\r
390         <Control Id="A" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Cancel]">\r
391           <Publish Event="EndDialog" Value="ErrorAbort">1</Publish>\r
392         </Control>\r
393         <Control Id="C" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Cancel]">\r
394           <Publish Event="EndDialog" Value="ErrorCancel">1</Publish>\r
395         </Control>\r
396         <Control Id="I" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Ignore]">\r
397           <Publish Event="EndDialog" Value="ErrorIgnore">1</Publish>\r
398         </Control>\r
399         <Control Id="N" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_No]">\r
400           <Publish Event="EndDialog" Value="ErrorNo">1</Publish>\r
401         </Control>\r
402         <Control Id="O" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_OK]">\r
403           <Publish Event="EndDialog" Value="ErrorOk">1</Publish>\r
404         </Control>\r
405         <Control Id="R" Type="PushButton" X="100" Y="80" Width="56" Height="17" TabSkip="yes" Text="[ButtonText_Retry]">\r
406           <Publish Event="EndDialog" Value="ErrorRetry">1</Publish>\r
407         </Control>\r
408       </Dialog>\r
409 \r
410       <Dialog Id="ExitDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
411         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />\r
412         <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Finish]">\r
413           <Publish Event="DoAction" Value="ShowChangelogAction">(NOT Installed) AND (ShowChangelogCheck = 1)</Publish>\r
414           <Publish Event="EndDialog" Value="Return">1</Publish>\r
415         </Control>\r
416         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Cancel]" />\r
417 \r
418         <Control Id="BackgroundBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />\r
419         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
420           <Text>{\VerdanaBold13}Completing the [ProductName] [Wizard]</Text>\r
421         </Control>\r
422 \r
423         <!-- Since Checkboxes aren't transparent, reduce the checkbox control to the actual box alone, and add\r
424                                          a normal text control adjacent to it, with the text control being transparent -->\r
425         <Control Id="ChangeLog" Type="CheckBox" X="135" Y="120" Width="12" Height="12"\r
426                                         Property='ShowChangelogCheck' CheckBoxValue='1' >\r
427           <Condition Action="hide">(Installed)</Condition>\r
428         </Control>\r
429         <Control Id="Changelogtext" Type="Text" X="150" Y="120" Width="150" Height="20" Transparent="yes" NoPrefix="yes" >\r
430           <Text>Show Changelog</Text>\r
431           <Condition Action="hide">(Installed)</Condition>\r
432         </Control>\r
433         <Control Id="DialogDescription" Type="Text" X="135" Y="70" Width="220" Height="20" Transparent="yes" NoPrefix="yes">\r
434           <Text>Click the Finish button to exit the [Wizard].</Text>\r
435         </Control>\r
436 \r
437                   <Control Id="DonateText" Type="Text" X="135" Y="150" Width="200" Height="40" Transparent="yes" NoPrefix="yes">\r
438                           <Text>Thanks for using TortoiseGit. You can show your appreciation and support future development by donating!</Text>\r
439                   </Control>\r
440         \r
441                   <Control Id="DonateButton" Type="PushButton" X="279" Y="190" Width="56" Height="17" Disabled="no" Text="Donate!">\r
442                           <Publish Event="DoAction" Value="ShowDonatePage">1</Publish>\r
443                   </Control>\r
444       \r
445                   <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
446       </Dialog>\r
447 \r
448       <Dialog Id="FatalErrorDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
449         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />\r
450         <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Finish]">\r
451           <Publish Event="EndDialog" Value="Exit">1</Publish>\r
452         </Control>\r
453         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Cancel]" />\r
454 \r
455         <Control Id="Description1" Type="Text" X="135" Y="70" Width="220" Height="40" Transparent="yes" NoPrefix="yes">\r
456           <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
457         </Control>\r
458         <Control Id="Description2" Type="Text" X="135" Y="115" Width="220" Height="20" Transparent="yes" NoPrefix="yes">\r
459           <Text>Click the Finish button to exit the [Wizard].</Text>\r
460         </Control>\r
461 \r
462         <Control Id="BackgroundBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />\r
463         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
464           <Text>{\VerdanaBold13}[ProductName] [Wizard] ended prematurely</Text>\r
465         </Control>\r
466         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
467       </Dialog>\r
468 \r
469       <!-- Setting the FilesInUse dialog to NoMinimize="yes" Modeless="yes" and Hidden="yes" will force its\r
470            attributes to zero. And that will make msi not show the dialog for the normal UI sequence but\r
471            simply ignore all files in use. Since we have to do a reboot anyway, that's what we want. -->\r
472       <Dialog Id="FilesInUse" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" Modeless="yes" Hidden="yes">\r
473         <Control Id="Retry" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Retry]">\r
474           <Publish Event="EndDialog" Value="Retry">1</Publish>\r
475         </Control>\r
476         <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="[ButtonText_Ignore]">\r
477           <Publish Event="EndDialog" Value="Ignore">1</Publish>\r
478         </Control>\r
479         <Control Id="Exit" Type="PushButton" X="166" Y="243" Width="56" Height="17" Text="[ButtonText_Exit]">\r
480           <Publish Event="EndDialog" Value="Exit">1</Publish>\r
481         </Control>\r
482 \r
483         <Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="30">\r
484           <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
485         </Control>\r
486         <Control Id="List" Type="ListBox" X="20" Y="87" Width="330" Height="130" Property="FileInUseProcess" Sunken="yes" TabSkip="yes" />\r
487 \r
488         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
489         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
490           <Text>[DlgTitleFont]Files in Use</Text>\r
491         </Control>\r
492         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
493         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
494           <Text>Some files that need to be updated are currently in use.</Text>\r
495         </Control>\r
496         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
497       </Dialog>\r
498 \r
499       <Dialog Id="LicenseAgreementDlg" Width="370" Height="270" Title="[ProductName] License Agreement" NoMinimize="yes">\r
500         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">\r
501           <Publish Event="NewDialog" Value="WelcomeDlg">1</Publish>\r
502         </Control>\r
503         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">\r
504            <Publish Event="NewDialog" Value="SSHClient">"Yes"</Publish>\r
505            <Condition Action="disable"><![CDATA[IAgree <> "Yes"]]></Condition>\r
506            <Condition Action="enable">IAgree = "Yes"</Condition>\r
507         </Control>\r
508         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
509           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
510         </Control>\r
511 \r
512         <Control Id="AgreementText" Type="ScrollableText" X="5" Y="60" Width="360" Height="120" Sunken="yes" TabSkip="no">\r
513           <Text src="include\TSVN_eula.rtf" />\r
514         </Control>\r
515         <Control Id="Buttons" Type="RadioButtonGroup" X="10" Y="187" Width="330" Height="40" Property="IAgree" />\r
516 \r
517         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
518         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
519           <Text>[DlgTitleFont]End-User License Agreement</Text>\r
520         </Control>\r
521         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
522         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
523           <Text>Please read the following license agreement carefully</Text>\r
524         </Control>\r
525         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
526       </Dialog>\r
527 \r
528       <RadioButtonGroup Property="IAgree">\r
529         <RadioButton Text="{\DlgFont8}I &amp;accept the terms in the License Agreement" Value="Yes" X="5" Y="0" Width="250" Height="15" />\r
530         <RadioButton Text="{\DlgFont8}I &amp;do not accept the terms in the License Agreement" Value="No" X="5" Y="20" Width="250" Height="15" />\r
531       </RadioButtonGroup>\r
532 \r
533 \r
534       <Dialog Id="MaintenanceTypeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
535         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">\r
536           <Publish Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish>\r
537         </Control>\r
538         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Next]" />\r
539         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
540           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
541         </Control>\r
542 \r
543         <Control Id="ChangeLabel" Type="Text" X="105" Y="65" Width="100" Height="10" TabSkip="no">\r
544           <Text>[DlgTitleFont]&amp;Modify</Text>\r
545         </Control>\r
546         <Control Id="ChangeText" Type="Text" X="105" Y="78" Width="230" Height="20">\r
547           <Text>Allows users to change the way features are installed.</Text>\r
548         </Control>\r
549         <Control Id="ChangeButton" Type="PushButton" X="50" Y="65" Width="38" Height="38" ToolTip="Modify Installation" Default="yes" Icon="yes" FixedSize="yes" IconSize="32" Text="[CustomSetupIcon]">\r
550           <Publish Property="InstallMode" Value="Change">1</Publish>\r
551           <Publish Property="Progress1" Value="Changing">1</Publish>\r
552           <Publish Property="Progress2" Value="changes">1</Publish>\r
553           <Publish Event="NewDialog" Value="CustomizeDlg">1</Publish>\r
554         </Control>\r
555 \r
556         <Control Id="RepairLabel" Type="Text" X="105" Y="114" Width="100" Height="10" TabSkip="no">\r
557           <Text>[DlgTitleFont]Re&amp;pair</Text>\r
558         </Control>\r
559         <Control Id="RepairText" Type="Text" X="105" Y="127" Width="230" Height="30">\r
560           <Text>Repairs errors in the most recent installation state - fixes missing or corrupt files, shortcuts and registry entries.</Text>\r
561         </Control>\r
562         <Control Id="RepairButton" Type="PushButton" X="50" Y="114" Width="38" Height="38" ToolTip="Repair Installation" Icon="yes" FixedSize="yes" IconSize="32" Text="[RepairIcon]">\r
563           <Publish Property="InstallMode" Value="Repair">1</Publish>\r
564           <Publish Property="Progress1" Value="Repairing">1</Publish>\r
565           <Publish Property="Progress2" Value="repaires">1</Publish>\r
566           <Publish Event="NewDialog" Value="VerifyRepairDlg">1</Publish>\r
567         </Control>\r
568 \r
569         <Control Id="RemoveLabel" Type="Text" X="105" Y="163" Width="100" Height="10" TabSkip="no">\r
570           <Text>[DlgTitleFont]&amp;Remove</Text>\r
571         </Control>\r
572         <Control Id="RemoveText" Type="Text" X="105" Y="176" Width="230" Height="20">\r
573           <Text>Removes [ProductName] from your computer.</Text>\r
574         </Control>\r
575         <Control Id="RemoveButton" Type="PushButton" X="50" Y="163" Width="38" Height="38" ToolTip="Remove Installation" Icon="yes" FixedSize="yes" IconSize="32" Text="[RemoveIcon]">\r
576           <Publish Property="InstallMode" Value="Remove">1</Publish>\r
577           <Publish Property="Progress1" Value="Removing">1</Publish>\r
578           <Publish Property="Progress2" Value="removes">1</Publish>\r
579           <Publish Event="NewDialog" Value="VerifyRemoveDlg">1</Publish>\r
580         </Control>\r
581 \r
582         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
583         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
584           <Text>[DlgTitleFont]Modify, Repair or Remove installation</Text>\r
585         </Control>\r
586         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
587         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
588           <Text>Select the operation you wish to perform.</Text>\r
589         </Control>\r
590         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
591       </Dialog>\r
592 \r
593       <Dialog Id="MaintenanceWelcomeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
594         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />\r
595         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">\r
596           <Publish Event="SpawnWaitDialog" Value="WaitForCostingPopup">CostingComplete = 1</Publish>\r
597           <Publish Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>\r
598         </Control>\r
599         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
600           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
601         </Control>\r
602 \r
603         <Control Id="BackgroundBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />\r
604         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
605           <Text>{\VerdanaBold13}Welcome to the [ProductName] [Wizard]</Text>\r
606         </Control>\r
607         <Control Id="DialogDescription" Type="Text" X="135" Y="70" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
608           <Text>The [Wizard] will allow you to change the way [ProductName] features are installed on your computer or even to remove [ProductName] v$(var.VersionNumberUserVisible) from your computer. Click Next to continue or Cancel to exit the [Wizard].</Text>\r
609         </Control>\r
610         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
611       </Dialog>\r
612 \r
613       <Dialog Id="OutOfDiskDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
614         <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_OK]">\r
615           <Publish Event="EndDialog" Value="Return">1</Publish>\r
616         </Control>\r
617 \r
618         <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">\r
619           <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
620         </Control>\r
621         <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="100" Width="330" Height="120" Sunken="yes" Fixed="yes" Remote="yes">\r
622           <Text>{120}{70}{70}{70}{70}</Text>\r
623         </Control>\r
624 \r
625         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
626         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
627           <Text>[DlgTitleFont]Out of Disk Space</Text>\r
628         </Control>\r
629         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
630         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
631           <Text>Disk space required for the installation exceeds available disk space.</Text>\r
632         </Control>\r
633         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
634       </Dialog>\r
635 \r
636       <Dialog Id="OutOfRbDiskDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
637         <Control Id="No" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_No]">\r
638           <Publish Event="EndDialog" Value="Return">1</Publish>\r
639         </Control>\r
640         <Control Id="Yes" Type="PushButton" X="240" Y="243" Width="56" Height="17" Text="[ButtonText_Yes]">\r
641           <Publish Event="EnableRollback" Value="False">1</Publish>\r
642           <Publish Event="EndDialog" Value="Return">1</Publish>\r
643         </Control>\r
644 \r
645         <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="40">\r
646           <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
647         </Control>\r
648         <Control Id="Text2" Type="Text" X="20" Y="94" Width="330" Height="40">\r
649           <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
650         </Control>\r
651         <Control Id="VolumeList" Type="VolumeCostList" X="20" Y="140" Width="330" Height="80" Sunken="yes" Fixed="yes" Remote="yes" ShowRollbackCost="yes">\r
652           <Text>{120}{70}{70}{70}{70}</Text>\r
653         </Control>\r
654 \r
655         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
656         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
657           <Text>[DlgTitleFont]Out of Disk Space</Text>\r
658         </Control>\r
659         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
660         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
661           <Text>Disk space required for the installation exceeds available disk space.</Text>\r
662         </Control>\r
663         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
664       </Dialog>\r
665 \r
666       <Dialog Id="PrepareDlg" Width="370" Height="270" Title="[ProductName] [Setup]" Modeless="yes">\r
667         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" TabSkip="yes" Text="[ButtonText_Back]" />\r
668         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" TabSkip="yes" Text="[ButtonText_Next]" />\r
669         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Cancel]">\r
670           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
671         </Control>\r
672 \r
673         <Control Id="ActionText" Type="Text" X="135" Y="100" Width="220" Height="20" Transparent="yes" NoPrefix="yes">\r
674           <Subscribe Event="ActionText" Attribute="Text" />\r
675         </Control>\r
676         <Control Id="ActionData" Type="Text" X="135" Y="125" Width="220" Height="30" Transparent="yes" NoPrefix="yes">\r
677           <Subscribe Event="ActionData" Attribute="Text" />\r
678         </Control>\r
679 \r
680         <Control Id="BackgroundBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />\r
681         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
682           <Text>{\VerdanaBold13}Welcome to the [ProductName] [Wizard]</Text>\r
683         </Control>\r
684         <Control Id="DialogDescription" Type="Text" X="135" Y="70" Width="220" Height="20" Transparent="yes" NoPrefix="yes">\r
685           <Text>Please wait while the [Wizard] prepares to guide you through the installation.</Text>\r
686         </Control>\r
687         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
688       </Dialog>\r
689 \r
690       <Dialog Id="ProgressDlg" Width="370" Height="270" Title="[ProductName] [Setup]" Modeless="yes">\r
691         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />\r
692         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Next]" />\r
693         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Cancel]">\r
694           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
695         </Control>\r
696 \r
697         <Control Id="Text" Type="Text" X="35" Y="65" Width="300" Height="40">\r
698           <Text>Please wait while the [Wizard] [Progress2] [ProductName]. This may take several minutes.</Text>\r
699         </Control>\r
700         <Control Id="ActionText" Type="Text" X="70" Y="105" Width="265" Height="13">\r
701           <Subscribe Event="ActionText" Attribute="Text" />\r
702         </Control>\r
703         <Control Id="ProgressBar" Type="ProgressBar" X="35" Y="120" Width="300" Height="10" ProgressBlocks="yes" Text="Progress done">\r
704           <Subscribe Event="SetProgress" Attribute="Progress" />\r
705         </Control>\r
706         <Control Id="StatusLabel" Type="Text" X="35" Y="105" Width="35" Height="10" Text="Status:" />\r
707 \r
708                   <Control Id="DonateText" Type="Text" X="35" Y="150" Width="300" Height="40" Transparent="yes" NoPrefix="yes">\r
709                           <Text>Thanks for using TortoiseGit. You can show your appreciation and support future development by donating!</Text>\r
710                   </Control>\r
711        \r
712                   <Control Id="DonateButton" Type="PushButton" X="279" Y="190" Width="56" Height="17" Disabled="no" Text="Donate!">\r
713                           <Publish Event="DoAction" Value="ShowDonatePage">1</Publish>\r
714                   </Control>\r
715 \r
716         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
717         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
718           <Text>[DlgTitleFont][Progress1] [ProductName]</Text>\r
719         </Control>\r
720         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
721         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
722       </Dialog>\r
723 \r
724       <Dialog Id="ResumeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
725         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />\r
726         <Control Id="Install" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Install]">\r
727           <Publish Event="SpawnWaitDialog" Value="WaitForCostingPopup">CostingComplete = 1</Publish>\r
728           <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <> 1]]></Publish>\r
729           <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)]]></Publish>\r
730           <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>\r
731           <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>\r
732           <Publish Event="SpawnDialog" Value="OutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]></Publish>\r
733         </Control>\r
734         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
735           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
736         </Control>\r
737 \r
738         <Control Id="BackgroundBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />\r
739         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
740           <Text>{\VerdanaBold13}Resuming the [ProductName] [Wizard]</Text>\r
741         </Control>\r
742         <Control Id="DialogDescription" Type="Text" X="135" Y="70" Width="220" Height="30" Transparent="yes" NoPrefix="yes">\r
743           <Text>The [Wizard] will complete the installation of [ProductName] on your computer. Click Install to continue or Cancel to exit the [Wizard].</Text>\r
744         </Control>\r
745         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
746       </Dialog>\r
747 \r
748       <Dialog Id="UserExit" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
749         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />\r
750         <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Finish]">\r
751           <Publish Event="EndDialog" Value="Exit">1</Publish>\r
752         </Control>\r
753         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Cancel]" />\r
754 \r
755         <Control Id="Description1" Type="Text" X="135" Y="70" Width="220" Height="40" Transparent="yes" NoPrefix="yes">\r
756           <Text>[ProductName] setup was interrupted. Your system has not been modified. To install this program at a later time, please run the installation again.</Text>\r
757         </Control>\r
758         <Control Id="Description2" Type="Text" X="135" Y="115" Width="220" Height="20" Transparent="yes" NoPrefix="yes">\r
759           <Text>Click the Finish button to exit the [Wizard].</Text>\r
760         </Control>\r
761 \r
762         <Control Id="BackgroundBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />\r
763         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
764           <Text>{\VerdanaBold13}[ProductName] [Wizard] was interrupted</Text>\r
765         </Control>\r
766         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
767       </Dialog>\r
768 \r
769       <Dialog Id="VerifyReadyDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">\r
770         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">\r
771           <Publish Event="NewDialog" Value="AdminInstallPointDlg"><![CDATA[InstallMode = "Server Image"]]></Publish>\r
772           <Publish Event="NewDialog" Value="CustomizeDlg"><![CDATA[InstallMode = "Custom" OR InstallMode = "Change"]]></Publish>\r
773           <Publish Event="NewDialog" Value="MaintenanceTypeDlg"><![CDATA[InstallMode = "Repair"]]></Publish>\r
774         </Control>\r
775         <Control Id="Install" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Install]">\r
776           <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <> 1]]></Publish>\r
777           <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)]]></Publish>\r
778           <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>\r
779           <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>\r
780           <Publish Event="SpawnDialog" Value="OutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]></Publish>\r
781         </Control>\r
782         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
783           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
784         </Control>\r
785 \r
786         <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="40">\r
787           <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
788         </Control>\r
789 \r
790         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
791         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
792           <Text>[DlgTitleFont]Ready to Install</Text>\r
793         </Control>\r
794         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
795         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
796           <Text>The [Wizard] is ready to begin the [InstallMode] installation</Text>\r
797         </Control>\r
798         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
799       </Dialog>\r
800 \r
801       <Dialog Id="VerifyRemoveDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">\r
802         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Back]">\r
803           <Publish Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>\r
804         </Control>\r
805         <Control Id="Remove" Type="PushButton" X="236" Y="243" Width="56" Height="17" Text="[ButtonText_Remove]">\r
806           <Publish Event="Remove" Value="All"><![CDATA[OutOfDiskSpace <> 1]]></Publish>\r
807           <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <> 1]]></Publish>\r
808           <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)]]></Publish>\r
809           <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>\r
810           <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>\r
811           <Publish Event="SpawnDialog" Value="OutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]></Publish>\r
812         </Control>\r
813         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
814           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
815         </Control>\r
816 \r
817         <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="30">\r
818           <Text>Click Remove to remove [ProductName] from your computer. If you want to review or change any of your installation settings, click Back. Click Cancel to exit the wizard.</Text>\r
819         </Control>\r
820 \r
821         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
822         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
823           <Text>[DlgTitleFont]Remove [ProductName]</Text>\r
824         </Control>\r
825         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
826         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
827           <Text>You have chosen to remove the program from your computer.</Text>\r
828         </Control>\r
829         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
830       </Dialog>\r
831 \r
832       <Dialog Id="VerifyRepairDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes" TrackDiskSpace="yes">\r
833         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">\r
834           <Publish Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>\r
835         </Control>\r
836         <Control Id="Repair" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Repair]">\r
837           <Publish Event="ReinstallMode" Value="ecmus"><![CDATA[OutOfDiskSpace <> 1]]></Publish>\r
838           <Publish Event="Reinstall" Value="All"><![CDATA[OutOfDiskSpace <> 1]]></Publish>\r
839           <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace <> 1]]></Publish>\r
840           <Publish Event="SpawnDialog" Value="OutOfRbDiskDlg"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)]]></Publish>\r
841           <Publish Event="EndDialog" Value="Return"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>\r
842           <Publish Event="EnableRollback" Value="False"><![CDATA[OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"]]></Publish>\r
843           <Publish Event="SpawnDialog" Value="OutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]></Publish>\r
844         </Control>\r
845         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
846           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
847         </Control>\r
848 \r
849         <Control Id="Text" Type="Text" X="25" Y="70" Width="320" Height="30">\r
850           <Text>Click Repair to repair the installation of [ProductName]. If you want to review or change any of your installation settings, click Back. Click Cancel to exit the wizard.</Text>\r
851         </Control>\r
852 \r
853         <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="[BannerBitmap]" />\r
854         <Control Id="Title" Type="Text" X="155" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
855           <Text>[DlgTitleFont]Repair [ProductName]</Text>\r
856         </Control>\r
857         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />\r
858         <Control Id="DialogDescription" Type="Text" X="75" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" RightAligned="yes">\r
859           <Text>The [Wizard] is ready to begin the repair of [ProductName].</Text>\r
860         </Control>\r
861         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
862       </Dialog>\r
863 \r
864       <Dialog Id="WaitForCostingPopup" Width="260" Height="85" Title="[ProductName] [Setup]" NoMinimize="yes">\r
865         <Control Id="Return" Type="PushButton" X="102" Y="57" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Return]">\r
866           <Publish Event="EndDialog" Value="Exit">1</Publish>\r
867         </Control>\r
868         <Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Exclamation icon" FixedSize="yes" IconSize="32" Text="[ExclamationIcon]" />\r
869         <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30">\r
870           <Text>Please wait while the installer finishes determining your disk space requirements.</Text>\r
871         </Control>\r
872       </Dialog>\r
873 \r
874       <Dialog Id="WelcomeDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">\r
875         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="[ButtonText_Back]" />\r
876         <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="[ButtonText_Next]">\r
877           <Publish Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>\r
878           <Publish Property="OKTODOWNGRADE" Value="1">1</Publish>\r
879         </Control>\r
880         <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[ButtonText_Cancel]">\r
881           <Publish Event="SpawnDialog" Value="CancelPopup">1</Publish>\r
882         </Control>\r
883 \r
884         <Control Id="BackgroundBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="[DialogBitmap]" />\r
885         <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes">\r
886           <Text>{\VerdanaBold13}Welcome to the [ProductName] [Wizard]</Text>\r
887         </Control>\r
888         <Control Id="DialogDescription" Type="Text" X="135" Y="90" Width="220" Height="40" Transparent="yes" NoPrefix="yes">\r
889           <Text>The [Wizard] will install [ProductName] on your computer. Click Next to continue or Cancel to exit the [Wizard].</Text>\r
890         </Control>\r
891 \r
892         <Control Id="ConfirmDowngradeText" Type="Text" X="135" Y="180" Width="220" Height="40" TabSkip="no">\r
893           <Text>[DlgFontBold8]NOTE: The package you are currently installing is older than the one you already have installed.  If you continue, you will downgrade your installation.</Text>\r
894           <Condition Action="hide">NOT NEWERVERSIONDETECTED</Condition>\r
895         </Control>\r
896 \r
897         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />\r
898       </Dialog>\r
899 \r
900 \r
901       <!-- UI Texts ................................................................................................ -->\r
902       <UIText Id="AbsentPath" />\r
903       <UIText Id="bytes">bytes</UIText>\r
904       <UIText Id="GB">GB</UIText>\r
905       <UIText Id="KB">KB</UIText>\r
906       <UIText Id="MB">MB</UIText>\r
907       <UIText Id="MenuAbsent">Entire feature will be unavailable</UIText>\r
908       <UIText Id="MenuAdvertise">Feature will be installed when required</UIText>\r
909       <UIText Id="MenuAllCD">Entire feature will be installed to run from CD</UIText>\r
910       <UIText Id="MenuAllLocal">Entire feature will be installed on local hard drive</UIText>\r
911       <UIText Id="MenuAllNetwork">Entire feature will be installed to run from network</UIText>\r
912       <UIText Id="MenuCD">Will be installed to run from CD</UIText>\r
913       <UIText Id="MenuLocal">Will be installed on local hard drive</UIText>\r
914       <UIText Id="MenuNetwork">Will be installed to run from network</UIText>\r
915       <UIText Id="ScriptInProgress">Gathering required information...</UIText>\r
916       <UIText Id="SelAbsentAbsent">This feature will remain uninstalled</UIText>\r
917       <UIText Id="SelAbsentAdvertise">This feature will be set to be installed when required</UIText>\r
918       <UIText Id="SelAbsentCD">This feature will be installed to run from CD</UIText>\r
919       <UIText Id="SelAbsentLocal">This feature will be installed on the local hard drive</UIText>\r
920       <UIText Id="SelAbsentNetwork">This feature will be installed to run from the network</UIText>\r
921       <UIText Id="SelAdvertiseAbsent">This feature will become unavailable</UIText>\r
922       <UIText Id="SelAdvertiseAdvertise">Will be installed when required</UIText>\r
923       <UIText Id="SelAdvertiseCD">This feature will be available to run from CD</UIText>\r
924       <UIText Id="SelAdvertiseLocal">This feature will be installed on your local hard drive</UIText>\r
925       <UIText Id="SelAdvertiseNetwork">This feature will be available to run from the network</UIText>\r
926       <UIText Id="SelCDAbsent">This feature will be uninstalled completely, you won't be able to run it from CD</UIText>\r
927       <UIText Id="SelCDAdvertise">This feature will change from run from CD state to set to be installed when required</UIText>\r
928       <UIText Id="SelCDCD">This feature will remain to be run from CD</UIText>\r
929       <UIText Id="SelCDLocal">This feature will change from run from CD state to be installed on the local hard drive</UIText>\r
930       <UIText Id="SelChildCostNeg">This feature frees up [1] on your hard drive.</UIText>\r
931       <UIText Id="SelChildCostPos">This feature requires [1] on your hard drive.</UIText>\r
932       <UIText Id="SelCostPending">Compiling cost for this feature...</UIText>\r
933       <UIText Id="SelLocalAbsent">This feature will be completely removed</UIText>\r
934       <UIText Id="SelLocalAdvertise">This feature will be removed from your local hard drive, but will be set to be installed when required</UIText>\r
935       <UIText Id="SelLocalCD">This feature will be removed from your local hard drive, but will be still available to run from CD</UIText>\r
936       <UIText Id="SelLocalLocal">This feature will remain on your local hard drive</UIText>\r
937       <UIText Id="SelLocalNetwork">This feature will be removed from your local hard drive, but will be still available to run from the network</UIText>\r
938       <UIText Id="SelNetworkAbsent">This feature will be uninstalled completely, you won't be able to run it from the network</UIText>\r
939       <UIText Id="SelNetworkAdvertise">This feature will change from run from network state to set to be installed when required</UIText>\r
940       <UIText Id="SelNetworkLocal">This feature will change from run from network state to be installed on the local hard drive</UIText>\r
941       <UIText Id="SelNetworkNetwork">This feature will remain to be run from the network</UIText>\r
942       <UIText Id="SelParentCostNegNeg">This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4].</UIText>\r
943       <UIText Id="SelParentCostNegPos">This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4].</UIText>\r
944       <UIText Id="SelParentCostPosNeg">This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4].</UIText>\r
945       <UIText Id="SelParentCostPosPos">This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4].</UIText>\r
946       <UIText Id="TimeRemaining">Time remaining: {[1] minutes }{[2] seconds}</UIText>\r
947       <UIText Id="VolumeCostAvailable">Available</UIText>\r
948       <UIText Id="VolumeCostDifference">Difference</UIText>\r
949       <UIText Id="VolumeCostRequired">Required</UIText>\r
950       <UIText Id="VolumeCostSize">Disk Size</UIText>\r
951       <UIText Id="VolumeCostVolume">Volume</UIText>\r
952 \r
953       <!-- Progress Texts .......................................................................................... -->\r
954       <ProgressText Action="InstallValidate">Validating install</ProgressText>\r
955       <ProgressText Action="InstallFiles" Template="File: [1],  Directory: [9],  Size: [6]">Copying new files</ProgressText>\r
956       <ProgressText Action="InstallAdminPackage" Template="File: [1], Directory: [9], Size: [6]">Copying network install files</ProgressText>\r
957       <ProgressText Action="FileCost">Computing space requirements</ProgressText>\r
958       <ProgressText Action="CostInitialize">Computing space requirements</ProgressText>\r
959       <ProgressText Action="CostFinalize">Computing space requirements</ProgressText>\r
960       <ProgressText Action="CreateShortcuts" Template="Shortcut: [1]">Creating shortcuts</ProgressText>\r
961       <ProgressText Action="PublishComponents" Template="Component ID: [1], Qualifier: [2]">Publishing Qualified Components</ProgressText>\r
962       <ProgressText Action="PublishFeatures" Template="Feature: [1]">Publishing Product Features</ProgressText>\r
963       <ProgressText Action="PublishProduct">Publishing product information</ProgressText>\r
964       <ProgressText Action="RegisterClassInfo" Template="Class Id: [1]">Registering Class servers</ProgressText>\r
965       <ProgressText Action="RegisterExtensionInfo" Template="Extension: [1]">Registering extension servers</ProgressText>\r
966       <ProgressText Action="RegisterMIMEInfo" Template="MIME Content Type: [1], Extension: [2]">Registering MIME info</ProgressText>\r
967       <ProgressText Action="RegisterProgIdInfo" Template="ProgId: [1]">Registering program identifiers</ProgressText>\r
968       <ProgressText Action="AllocateRegistrySpace" Template="Free space: [1]">Allocating registry space</ProgressText>\r
969       <ProgressText Action="AppSearch" Template="Property: [1], Signature: [2]">Searching for installed applications</ProgressText>\r
970       <ProgressText Action="BindImage" Template="File: [1]">Binding executables</ProgressText>\r
971       <ProgressText Action="CCPSearch">Searching for qualifying products</ProgressText>\r
972       <ProgressText Action="CreateFolders" Template="Folder: [1]">Creating folders</ProgressText>\r
973       <ProgressText Action="DeleteServices" Template="Service: [1]">Deleting services</ProgressText>\r
974       <ProgressText Action="DuplicateFiles" Template="File: [1],  Directory: [9],  Size: [6]">Creating duplicate files</ProgressText>\r
975       <ProgressText Action="FindRelatedProducts" Template="Found application: [1]">Searching for related applications</ProgressText>\r
976       <ProgressText Action="InstallODBC">Installing ODBC components</ProgressText>\r
977       <ProgressText Action="InstallServices" Template="Service: [2]">Installing new services</ProgressText>\r
978       <ProgressText Action="LaunchConditions">Evaluating launch conditions</ProgressText>\r
979       <ProgressText Action="MigrateFeatureStates" Template="Application: [1]">Migrating feature states from related applications</ProgressText>\r
980       <ProgressText Action="MoveFiles" Template="File: [1],  Directory: [9],  Size: [6]">Moving files</ProgressText>\r
981       <ProgressText Action="PatchFiles" Template="File: [1],  Directory: [2],  Size: [3]">Patching files</ProgressText>\r
982       <ProgressText Action="ProcessComponents">Updating component registration</ProgressText>\r
983       <ProgressText Action="RegisterComPlus" Template="AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}">Registering COM+ Applications and Components</ProgressText>\r
984       <ProgressText Action="RegisterFonts" Template="Font: [1]">Registering fonts</ProgressText>\r
985       <ProgressText Action="RegisterProduct" Template="[1]">Registering product</ProgressText>\r
986       <ProgressText Action="RegisterTypeLibraries" Template="LibID: [1]">Registering type libraries</ProgressText>\r
987       <ProgressText Action="RegisterUser" Template="[1]">Registering user</ProgressText>\r
988       <ProgressText Action="RemoveDuplicateFiles" Template="File: [1], Directory: [9]">Removing duplicated files</ProgressText>\r
989       <ProgressText Action="RemoveEnvironmentStrings" Template="Name: [1], Value: [2], Action [3]">Updating environment strings</ProgressText>\r
990       <ProgressText Action="RemoveExistingProducts" Template="Application: [1], Command line: [2]">Removing applications</ProgressText>\r
991       <ProgressText Action="RemoveFiles" Template="File: [1], Directory: [9]">Removing files</ProgressText>\r
992       <ProgressText Action="RemoveFolders" Template="Folder: [1]">Removing folders</ProgressText>\r
993       <ProgressText Action="RemoveIniValues" Template="File: [1],  Section: [2],  Key: [3], Value: [4]">Removing INI files entries</ProgressText>\r
994       <ProgressText Action="RemoveODBC">Removing ODBC components</ProgressText>\r
995       <ProgressText Action="RemoveRegistryValues" Template="Key: [1], Name: [2]">Removing system registry values</ProgressText>\r
996       <ProgressText Action="RemoveShortcuts" Template="Shortcut: [1]">Removing shortcuts</ProgressText>\r
997       <ProgressText Action="RMCCPSearch">Searching for qualifying products</ProgressText>\r
998       <ProgressText Action="SelfRegModules" Template="File: [1], Folder: [2]">Registering modules</ProgressText>\r
999       <ProgressText Action="SelfUnregModules" Template="File: [1], Folder: [2]">Unregistering modules</ProgressText>\r
1000       <ProgressText Action="SetODBCFolders">Initializing ODBC directories</ProgressText>\r
1001       <ProgressText Action="StartServices" Template="Service: [1]">Starting services</ProgressText>\r
1002       <ProgressText Action="StopServices" Template="Service: [1]">Stopping services</ProgressText>\r
1003       <ProgressText Action="UnpublishComponents" Template="Component ID: [1], Qualifier: [2]">Unpublishing Qualified Components</ProgressText>\r
1004       <ProgressText Action="UnpublishFeatures" Template="Feature: [1]">Unpublishing Product Features</ProgressText>\r
1005       <ProgressText Action="UnregisterClassInfo" Template="Class Id: [1]">Unregister Class servers</ProgressText>\r
1006       <ProgressText Action="UnregisterComPlus" Template="AppId: [1]{{, AppType: [2]}}">Unregistering COM+ Applications and Components</ProgressText>\r
1007       <ProgressText Action="UnregisterExtensionInfo" Template="Extension: [1]">Unregistering extension servers</ProgressText>\r
1008       <ProgressText Action="UnregisterFonts" Template="Font: [1]">Unregistering fonts</ProgressText>\r
1009       <ProgressText Action="UnregisterMIMEInfo" Template="MIME Content Type: [1], Extension: [2]">Unregistering MIME info</ProgressText>\r
1010       <ProgressText Action="UnregisterProgIdInfo" Template="ProgId: [1]">Unregistering program identifiers</ProgressText>\r
1011       <ProgressText Action="UnregisterTypeLibraries" Template="LibID: [1]">Unregistering type libraries</ProgressText>\r
1012       <ProgressText Action="WriteEnvironmentStrings" Template="Name: [1], Value: [2], Action [3]">Updating environment strings</ProgressText>\r
1013       <ProgressText Action="WriteIniValues" Template="File: [1],  Section: [2],  Key: [3], Value: [4]">Writing INI files values</ProgressText>\r
1014       <ProgressText Action="WriteRegistryValues" Template="Key: [1], Name: [2], Value: [3]">Writing system registry values</ProgressText>\r
1015       <ProgressText Action="Advertise">Advertising application</ProgressText>\r
1016       <ProgressText Action="GenerateScript" Template="[1]">Generating script operations for action:</ProgressText>\r
1017       <ProgressText Action="InstallSFPCatalogFile" Template="File: [1],  Dependencies: [2]">Installing system catalog</ProgressText>\r
1018       <ProgressText Action="MsiPublishAssemblies" Template="Application Context:[1], Assembly Name:[2]">Publishing assembly information</ProgressText>\r
1019       <ProgressText Action="MsiUnpublishAssemblies" Template="Application Context:[1], Assembly Name:[2]">Unpublishing assembly information</ProgressText>\r
1020       <ProgressText Action="Rollback" Template="[1]">Rolling back action:</ProgressText>\r
1021       <ProgressText Action="RollbackCleanup" Template="File: [1]">Removing backup files</ProgressText>\r
1022       <ProgressText Action="UnmoveFiles" Template="File: [1], Directory: [9]">Removing moved files</ProgressText>\r
1023       <ProgressText Action="UnpublishProduct">Unpublishing product information</ProgressText>\r
1024 \r
1025       <!-- Errors ................................................................................................. -->\r
1026       <Error Id="0">{{Fatal error: }}</Error>\r
1027       <Error Id="1">{{Error [1]. }}</Error>\r
1028       <Error Id="2">Warning [1]. </Error>\r
1029       <Error Id="3" />\r
1030       <Error Id="4">Info [1]. </Error>\r
1031       <Error Id="5">The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is [1]. {{The arguments are: [2], [3], [4]}}</Error>\r
1032       <Error Id="6" />\r
1033       <Error Id="7">{{Disk full: }}</Error>\r
1034       <Error Id="8">Action [Time]: [1]. [2]</Error>\r
1035       <Error Id="9">[ProductName]</Error>\r
1036       <Error Id="10">{[2]}{, [3]}{, [4]}</Error>\r
1037       <Error Id="11">Message type: [1], Argument: [2]</Error>\r
1038       <Error Id="12">=== Logging started: [Date]  [Time] ===</Error>\r
1039       <Error Id="13">=== Logging stopped: [Date]  [Time] ===</Error>\r
1040       <Error Id="14">Action start [Time]: [1].</Error>\r
1041       <Error Id="15">Action ended [Time]: [1]. Return value [2].</Error>\r
1042       <Error Id="16">Time remaining: {[1] minutes }{[2] seconds}</Error>\r
1043       <Error Id="17">Out of memory. Shut down other applications before retrying.</Error>\r
1044       <Error Id="18">Installer is no longer responding.</Error>\r
1045       <Error Id="19">Installer stopped prematurely.</Error>\r
1046       <Error Id="20">Please wait while Windows configures [ProductName]</Error>\r
1047       <Error Id="21">Gathering required information...</Error>\r
1048       <Error Id="22">Removing older versions of this application...</Error>\r
1049       <Error Id="23">Preparing to remove older versions of this application...</Error>\r
1050       <Error Id="32">{[ProductName] }Setup completed successfully.</Error>\r
1051       <Error Id="33">{[ProductName] }Setup failed.</Error>\r
1052       <Error Id="1101">Error reading from file: [2]. {{ System error [3].}}  Verify that the file exists and that you can access it.</Error>\r
1053       <Error Id="1301">Cannot create the file '[2]'.  A directory with this name already exists.  Cancel the install and try installing to a different location.</Error>\r
1054       <Error Id="1302">Please insert the disk: [2]</Error>\r
1055       <Error Id="1303">The installer has insufficient privileges to access this directory: [2].  The installation cannot continue.  Log on as administrator or contact your system administrator.</Error>\r
1056       <Error Id="1304">Error writing to file: [2].  Verify that you have access to that directory.</Error>\r
1057       <Error Id="1305">Error reading from file [2]. {{ System error [3].}} Verify that the file exists and that you can access it.</Error>\r
1058       <Error Id="1306">Another application has exclusive access to the file '[2]'.  Please shut down all other applications, then click Retry.</Error>\r
1059       <Error Id="1307">There is not enough disk space to install this file: [2].  Free some disk space and click Retry, or click Cancel to exit.</Error>\r
1060       <Error Id="1308">Source file not found: [2].  Verify that the file exists and that you can access it.</Error>\r
1061       <Error Id="1309">Error reading from file: [3]. {{ System error [2].}}  Verify that the file exists and that you can access it.</Error>\r
1062       <Error Id="1310">Error writing to file: [3]. {{ System error [2].}}  Verify that you have access to that directory.</Error>\r
1063       <Error Id="1311">Source file not found{{(cabinet)}}: [2].  Verify that the file exists and that you can access it.</Error>\r
1064       <Error Id="1312">Cannot create the directory '[2]'.  A file with this name already exists.  Please rename or remove the file and click retry, or click Cancel to exit.</Error>\r
1065       <Error Id="1313">The volume [2] is currently unavailable.  Please select another.</Error>\r
1066       <Error Id="1314">The specified path '[2]' is unavailable.</Error>\r
1067       <Error Id="1315">Unable to write to the specified folder: [2].</Error>\r
1068       <Error Id="1316">A network error occurred while attempting to read from the file: [2]</Error>\r
1069       <Error Id="1317">An error occurred while attempting to create the directory: [2]</Error>\r
1070       <Error Id="1318">A network error occurred while attempting to create the directory: [2]</Error>\r
1071       <Error Id="1319">A network error occurred while attempting to open the source file cabinet: [2]</Error>\r
1072       <Error Id="1320">The specified path is too long: [2]</Error>\r
1073       <Error Id="1321">The Installer has insufficient privileges to modify this file: [2].</Error>\r
1074       <Error Id="1322">A portion of the folder path '[2]' is invalid.  It is either empty or exceeds the length allowed by the system.</Error>\r
1075       <Error Id="1323">The folder path '[2]' contains words that are not valid in folder paths.</Error>\r
1076       <Error Id="1324">The folder path '[2]' contains an invalid character.</Error>\r
1077       <Error Id="1325">'[2]' is not a valid short file name.</Error>\r
1078       <Error Id="1326">Error getting file security: [3] GetLastError: [2]</Error>\r
1079       <Error Id="1327">Invalid Drive: [2]</Error>\r
1080       <Error Id="1328">Error applying patch to file [2].  It has probably been updated by other means, and can no longer be modified by this patch.  For more information contact your patch vendor.  {{System Error: [3]}}</Error>\r
1081       <Error Id="1329">A file that is required cannot be installed because the cabinet file [2] is not digitally signed.  This may indicate that the cabinet file is corrupt.</Error>\r
1082       <Error Id="1330">A file that is required cannot be installed because the cabinet file [2] has an invalid digital signature.  This may indicate that the cabinet file is corrupt.{{  Error [3] was returned by WinVerifyTrust.}}</Error>\r
1083       <Error Id="1331">Failed to correctly copy [2] file: CRC error.</Error>\r
1084       <Error Id="1332">Failed to correctly move [2] file: CRC error.</Error>\r
1085       <Error Id="1333">Failed to correctly patch [2] file: CRC error.</Error>\r
1086       <Error Id="1334">The file '[2]' cannot be installed because the file cannot be found in cabinet file '[3]'. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.</Error>\r
1087       <Error Id="1335">The cabinet file '[2]' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.</Error>\r
1088       <Error Id="1336">There was an error creating a temporary file that is needed to complete this installation.{{  Folder: [3]. System error code: [2]}}</Error>\r
1089       <Error Id="1401">Could not create key: [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. </Error>\r
1090       <Error Id="1402">Could not open key: [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. </Error>\r
1091       <Error Id="1403">Could not delete value [2] from key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel. </Error>\r
1092       <Error Id="1404">Could not delete key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. </Error>\r
1093       <Error Id="1405">Could not read value [2] from key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel. </Error>\r
1094       <Error Id="1406">Could not write value [2] to key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel.</Error>\r
1095       <Error Id="1407">Could not get value names for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</Error>\r
1096       <Error Id="1408">Could not get sub key names for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</Error>\r
1097       <Error Id="1409">Could not read security information for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.</Error>\r
1098       <Error Id="1410">Could not increase the available registry space. [2] KB of free registry space is required for the installation of this application.</Error>\r
1099       <Error Id="1500">Another installation is in progress. You must complete that installation before continuing this one.</Error>\r
1100       <Error Id="1501">Error accessing secured data. Please make sure the Windows Installer is configured properly and try the install again.</Error>\r
1101       <Error Id="1502">User '[2]' has previously initiated an install for product '[3]'.  That user will need to run that install again before they can use that product.  Your current install will now continue.</Error>\r
1102       <Error Id="1503">User '[2]' has previously initiated an install for product '[3]'.  That user will need to run that install again before they can use that product.</Error>\r
1103       <Error Id="1601">Out of disk space -- Volume: '[2]'; required space: [3] KB; available space: [4] KB.  Free some disk space and retry.</Error>\r
1104       <Error Id="1602">Are you sure you want to cancel?</Error>\r
1105       <Error Id="1603">The file [2][3] is being held in use{ by the following process: Name: [4], Id: [5], Window Title: '[6]'}.  Close that application and retry.</Error>\r
1106       <Error Id="1604">The product '[2]' is already installed, preventing the installation of this product.  The two products are incompatible.</Error>\r
1107       <Error Id="1605">There is not enough disk space on the volume '[2]' to continue the install with recovery enabled. [3] KB are required, but only [4] KB are available. Click Ignore to continue the install without saving recovery information, click Retry to check for available space again, or click Cancel to quit the installation.</Error>\r
1108       <Error Id="1606">Could not access network location [2].</Error>\r
1109       <Error Id="1607">The following applications should be closed before continuing the install:</Error>\r
1110       <Error Id="1608">Could not find any previously installed compliant products on the machine for installing this product.</Error>\r
1111       <Error Id="1609">An error occurred while applying security settings. [2] is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry, or Cancel to end the install. {{Unable to locate the user's SID, system error [3]}}</Error>\r
1112       <Error Id="1701">The key [2] is not valid.  Verify that you entered the correct key.</Error>\r
1113       <Error Id="1702">The installer must restart your system before configuration of [2] can continue.  Click Yes to restart now or No if you plan to manually restart later.</Error>\r
1114       <Error Id="1703">You must restart your system for the configuration changes made to [2] to take effect. Click Yes to restart now or No if you plan to manually restart later.</Error>\r
1115       <Error Id="1704">An installation for [2] is currently suspended.  You must undo the changes made by that installation to continue.  Do you want to undo those changes?</Error>\r
1116       <Error Id="1705">A previous installation for this product is in progress.  You must undo the changes made by that installation to continue.  Do you want to undo those changes?</Error>\r
1117       <Error Id="1706">An installation package for the product [2] cannot be found. Try the installation again using a valid copy of the installation package '[3]'.</Error>\r
1118       <Error Id="1707">Installation completed successfully.</Error>\r
1119       <Error Id="1708">Installation failed.</Error>\r
1120       <Error Id="1709">Product: [2] -- [3]</Error>\r
1121       <Error Id="1710">You may either restore your computer to its previous state or continue the install later. Would you like to restore?</Error>\r
1122       <Error Id="1711">An error occurred while writing installation information to disk.  Check to make sure enough disk space is available, and click Retry, or Cancel to end the install.</Error>\r
1123       <Error Id="1712">One or more of the files required to restore your computer to its previous state could not be found.  Restoration will not be possible.</Error>\r
1124       <Error Id="1713">[2] cannot install one of its required products. Contact your technical support group.  {{System Error: [3].}}</Error>\r
1125       <Error Id="1714">The older version of [2] cannot be removed.  Contact your technical support group.  {{System Error [3].}}</Error>\r
1126       <Error Id="1715">Installed [2]</Error>\r
1127       <Error Id="1716">Configured [2]</Error>\r
1128       <Error Id="1717">Removed [2]</Error>\r
1129       <Error Id="1718">File [2] was rejected by digital signature policy.</Error>\r
1130       <Error Id="1719">The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.</Error>\r
1131       <Error Id="1720">There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor.  {{Custom action [2] script error [3], [4]: [5] Line [6], Column [7], [8] }}</Error>\r
1132       <Error Id="1721">There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. {{Action: [2], location: [3], command: [4] }}</Error>\r
1133       <Error Id="1722">There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.  {{Action [2], location: [3], command: [4] }}</Error>\r
1134       <Error Id="1723">There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor.  {{Action [2], entry: [3], library: [4] }}</Error>\r
1135       <Error Id="1724">Removal completed successfully.</Error>\r
1136       <Error Id="1725">Removal failed.</Error>\r
1137       <Error Id="1726">Advertisement completed successfully.</Error>\r
1138       <Error Id="1727">Advertisement failed.</Error>\r
1139       <Error Id="1728">Configuration completed successfully.</Error>\r
1140       <Error Id="1729">Configuration failed.</Error>\r
1141       <Error Id="1730">You must be an Administrator to remove this application. To remove this application, you can log on as an Administrator, or contact your technical support group for assistance.</Error>\r
1142       <Error Id="1801">The path [2] is not valid.  Please specify a valid path.</Error>\r
1143       <Error Id="1802">Out of memory. Shut down other applications before retrying.</Error>\r
1144       <Error Id="1803">There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to go back to the previously selected volume.</Error>\r
1145       <Error Id="1804">There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to return to the browse dialog and select a different volume.</Error>\r
1146       <Error Id="1805">The folder [2] does not exist.  Please enter a path to an existing folder.</Error>\r
1147       <Error Id="1806">You have insufficient privileges to read this folder.</Error>\r
1148       <Error Id="1807">A valid destination folder for the install could not be determined.</Error>\r
1149       <Error Id="1901">Error attempting to read from the source install database: [2].</Error>\r
1150       <Error Id="1902">Scheduling reboot operation: Renaming file [2] to [3]. Must reboot to complete operation.</Error>\r
1151       <Error Id="1903">Scheduling reboot operation: Deleting file [2]. Must reboot to complete operation.</Error>\r
1152       <Error Id="1904">Module [2] failed to register.  HRESULT [3].  Contact your support personnel.</Error>\r
1153       <Error Id="1905">Module [2] failed to unregister.  HRESULT [3].  Contact your support personnel.</Error>\r
1154       <Error Id="1906">Failed to cache package [2]. Error: [3]. Contact your support personnel.</Error>\r
1155       <Error Id="1907">Could not register font [2].  Verify that you have sufficient permissions to install fonts, and that the system supports this font.</Error>\r
1156       <Error Id="1908">Could not unregister font [2]. Verify that you that you have sufficient permissions to remove fonts.</Error>\r
1157       <Error Id="1909">Could not create Shortcut [2]. Verify that the destination folder exists and that you can access it.</Error>\r
1158       <Error Id="1910">Could not remove Shortcut [2]. Verify that the shortcut file exists and that you can access it.</Error>\r
1159       <Error Id="1911">Could not register type library for file [2].  Contact your support personnel.</Error>\r
1160       <Error Id="1912">Could not unregister type library for file [2].  Contact your support personnel.</Error>\r
1161       <Error Id="1913">Could not update the ini file [2][3].  Verify that the file exists and that you can access it.</Error>\r
1162       <Error Id="1914">Could not schedule file [2] to replace file [3] on reboot.  Verify that you have write permissions to file [3].</Error>\r
1163       <Error Id="1915">Error removing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.</Error>\r
1164       <Error Id="1916">Error installing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.</Error>\r
1165       <Error Id="1917">Error removing ODBC driver: [4], ODBC error [2]: [3]. Verify that you have sufficient privileges to remove ODBC drivers.</Error>\r
1166       <Error Id="1918">Error installing ODBC driver: [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.</Error>\r
1167       <Error Id="1919">Error configuring ODBC data source: [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.</Error>\r
1168       <Error Id="1920">Service '[2]' ([3]) failed to start.  Verify that you have sufficient privileges to start system services.</Error>\r
1169       <Error Id="1921">Service '[2]' ([3]) could not be stopped.  Verify that you have sufficient privileges to stop system services.</Error>\r
1170       <Error Id="1922">Service '[2]' ([3]) could not be deleted.  Verify that you have sufficient privileges to remove system services.</Error>\r
1171       <Error Id="1923">Service '[2]' ([3]) could not be installed.  Verify that you have sufficient privileges to install system services.</Error>\r
1172       <Error Id="1924">Could not update environment variable '[2]'.  Verify that you have sufficient privileges to modify environment variables.</Error>\r
1173       <Error Id="1925">You do not have sufficient privileges to complete this installation for all users of the machine.  Log on as administrator and then retry this installation.</Error>\r
1174       <Error Id="1926">Could not set file security for file '[3]'. Error: [2].  Verify that you have sufficient privileges to modify the security permissions for this file.</Error>\r
1175       <Error Id="1927">Component Services (COM+ 1.0) are not installed on this computer.  This installation requires Component Services in order to complete successfully.  Component Services are available on Windows 2000.</Error>\r
1176       <Error Id="1928">Error registering COM+ Application.  Contact your support personnel for more information.</Error>\r
1177       <Error Id="1929">Error unregistering COM+ Application.  Contact your support personnel for more information.</Error>\r
1178       <Error Id="1930">The description for service '[2]' ([3]) could not be changed.</Error>\r
1179       <Error Id="1931">The Windows Installer service cannot update the system file [2] because the file is protected by Windows.  You may need to update your operating system for this program to work correctly. {{Package version: [3], OS Protected version: [4]}}</Error>\r
1180       <Error Id="1932">The Windows Installer service cannot update the protected Windows file [2]. {{Package version: [3], OS Protected version: [4], SFP Error: [5]}}</Error>\r
1181       <Error Id="1933">The Windows Installer service cannot update one or more protected Windows files. {{SFP Error: [2].  List of protected files:\r\n[3]}}</Error>\r
1182       <Error Id="1934">User installations are disabled via policy on the machine.</Error>\r
1183       <Error Id="1935">An error occured during the installation of assembly component [2]. HRESULT: [3]. {{assembly interface: [4], function: [5], assembly name: [6]}}</Error>\r
1184     </UI>\r
1185 </Include>\r