Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
<WixLocalization Culture="unused" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="AddComPlusPartitionUsers" Overridable="yes">Setting default COM+ partitions for users</String>
<String Id="AddComPlusPartitionUsersTemplate" Overridable="yes">User: [1]</String>
<String Id="AddComPlusRoleAssignments" Overridable="yes">Assigning roles to COM+ components</String>
<String Id="AddComPlusRoleAssignmentsTemplate" Overridable="yes">Component: [1]</String>
<String Id="AddUsersToComPlusApplicationRoles" Overridable="yes">Adding users to COM+ application roles</String>
<String Id="AddUsersToComPlusApplicationRolesTemplate" Overridable="yes">User: [1]</String>
<String Id="AddUsersToComPlusPartitionRoles" Overridable="yes">Adding users to COM+ partition roles</String>
<String Id="AddUsersToComPlusPartitionRolesTemplate" Overridable="yes">Role: [1]</String>
<String Id="AdvancedWelcomeEulaDlgAdvanced" Overridable="yes">A&amp;dvanced</String>
<String Id="AdvancedWelcomeEulaDlgDescriptionPerMachine" Overridable="yes">Click Install to install the product with default options for all users. Click Advanced to change installation options.</String>
<String Id="AdvancedWelcomeEulaDlgDescriptionPerUser" Overridable="yes">Click Install to install the product with default options just for you. Click Advanced to change installation options.</String>
<String Id="AdvancedWelcomeEulaDlgInstall" Overridable="yes">&amp;Install</String>
<String Id="AdvancedWelcomeEulaDlgLicenseAcceptedCheckBox" Overridable="yes">I &amp;accept the terms in this License Agreement</String>
<String Id="AdvancedWelcomeEulaDlgTitle" Overridable="yes">{\UI_Font_Title}Please read the [ProductName] License Agreement</String>
<String Id="AdvancedWelcomeEulaDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="BrowseDlgButton_Bmp_UpTooltip" Overridable="yes">Up one level</String>
<String Id="BrowseDlgComboLabel" Overridable="yes">&amp;Look in:</String>
<String Id="BrowseDlgDescription" Overridable="yes">Browse to the destination folder</String>
<String Id="BrowseDlgNewFolderTooltip" Overridable="yes">Create a new folder</String>
<String Id="BrowseDlgPathLabel" Overridable="yes">&amp;Folder name:</String>
<String Id="BrowseDlgTitle" Overridable="yes">{\UI_Font_Title}Change destination folder</String>
<String Id="BrowseDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="CancelDlgIconTooltip" Overridable="yes">Information icon</String>
<String Id="CancelDlgText" Overridable="yes">Are you sure you want to cancel the [ProductName] installation?</String>
<String Id="CancelDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="CollectUserInfoDlgOrganization" Overridable="yes">&amp;Organization:</String>
<String Id="CollectUserInfoDlgSerialNumber" Overridable="yes">&amp;Serial Number:</String>
<String Id="CollectUserInfoDlgSubtitleLine" Overridable="yes">Please enter your customer information</String>
<String Id="CollectUserInfoDlgTitleLine" Overridable="yes">{\UI_Font_Title}Customer Information</String>
<String Id="CollectUserInfoDlgUserName" Overridable="yes">&amp;User Name:</String>
<String Id="CollectUserInfoDlgWindowTitle" Overridable="yes">[ProductName] Setup</String>
<String Id="ComPlusInstallExecute" Overridable="yes">Registering COM+ components</String>
<String Id="ComPlusUninstallExecute" Overridable="yes">Unregistering COM+ components</String>
<String Id="CommitMetabaseTransaction" Overridable="yes">Committing IIS Metabase Transaction</String>
<String Id="ConfigureIIs" Overridable="yes">Configuring IIS</String>
<String Id="ConfigureSql" Overridable="yes">Configuring SQL Server</String>
<String Id="CreateComPlusApplicationRoles" Overridable="yes">Creating COM+ application roles</String>
<String Id="CreateComPlusApplicationRolesTemplate" Overridable="yes">Role: [1]</String>
<String Id="CreateComPlusApplications" Overridable="yes">Creating COM+ applications</String>
<String Id="CreateComPlusApplicationsTemplate" Overridable="yes">Application: [1]</String>
<String Id="CreateComPlusPartitions" Overridable="yes">Creating COM+ partitions</String>
<String Id="CreateComPlusPartitionsTemplate" Overridable="yes">Partition: [1]</String>
<String Id="CreateDatabase" Overridable="yes">Creating Databases</String>
<String Id="CreateSubscriptionsComPlusComponents" Overridable="yes">Creating subscriptions for COM+ components</String>
<String Id="CreateSubscriptionsComPlusComponentsTemplate" Overridable="yes">Subscription: [1]</String>
<String Id="CustomizeDlgBrowse" Overridable="yes">B&amp;rowse...</String>
<String Id="CustomizeDlgDescription" Overridable="yes">Select the way you want features to be installed.</String>
<String Id="CustomizeDlgDiskCost" Overridable="yes">Disk &amp;Usage</String>
<String Id="CustomizeDlgItemDescription" Overridable="yes">CustomizeDlgItemDescription-CustomizeDlgItemDescription</String>
<String Id="CustomizeDlgItemSize" Overridable="yes">CustomizeDlgItemSize-CustomizeDlgItemSize</String>
<String Id="CustomizeDlgLocation" Overridable="yes">CustomizeDlgLocation-CustomizeDlgLocation</String>
<String Id="CustomizeDlgLocationLabel" Overridable="yes">Location:</String>
<String Id="CustomizeDlgReset" Overridable="yes">Re&amp;set</String>
<String Id="CustomizeDlgText" Overridable="yes">Click the icons in the tree below to change the way features will be installed.</String>
<String Id="CustomizeDlgTitle" Overridable="yes">{\UI_Font_Title}Custom Setup</String>
<String Id="CustomizeDlgTree" Overridable="yes">Tree of selections</String>
<String Id="CustomizeDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="DiskCostDlgDescription" Overridable="yes">The disk space required for the installation of the selected features.</String>
<String Id="DiskCostDlgText" Overridable="yes">Highlighted volumes do not have enough disk space available for selected features. You can either remove some files from the highlighted volumes, install fewer features, or select different destination drives.</String>
<String Id="DiskCostDlgTitle" Overridable="yes">{\UI_Font_Title}Disk Space Requirements</String>
<String Id="DiskCostDlgVolumeList" Overridable="yes">{120}{70}{70}{70}{70}</String>
<String Id="DiskCostDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="DropDatabase" Overridable="yes">Dropping Databases</String>
<String Id="Error0" Overridable="yes">{{Fatal error: }}</String>
<String Id="Error1" Overridable="yes">{{Error [1]. }}</String>
<String Id="Error10" Overridable="yes">{[2]}{, [3]}{, [4]}</String>
<String Id="Error11" Overridable="yes">Message type: [1], Argument: [2]</String>
<String Id="Error1101" Overridable="yes">Error reading from file: [2]. {{ System error [3].}}  Verify that the file exists and that you can access it.</String>
<String Id="Error12" Overridable="yes">=== Logging started: [Date]  [Time] ===</String>
<String Id="Error13" Overridable="yes">=== Logging stopped: [Date]  [Time] ===</String>
<String Id="Error1301" Overridable="yes">Cannot create the file '[2]'. A directory with this name already exists. Cancel the install and try installing to a different location.</String>
<String Id="Error1302" Overridable="yes">Please insert the disk: [2]</String>
<String Id="Error1303" Overridable="yes">The installer has insufficient privileges to access this directory: [2]. The installation cannot continue. Log on as administrator or contact your system administrator.</String>
<String Id="Error1304" Overridable="yes">Error writing to file: [2]. Verify that you have access to that directory.</String>
<String Id="Error1305" Overridable="yes">Error reading from file [2]. {{ System error [3].}} Verify that the file exists and that you can access it.</String>
<String Id="Error1306" Overridable="yes">Another application has exclusive access to the file '[2]'. Please shut down all other applications, then click Retry.</String>
<String Id="Error1307" Overridable="yes">There is not enough disk space to install this file: [2]. Free some disk space and click Retry, or click Cancel to exit.</String>
<String Id="Error1308" Overridable="yes">Source file not found: [2]. Verify that the file exists and that you can access it.</String>
<String Id="Error1309" Overridable="yes">Error reading from file: [3]. {{ System error [2].}}  Verify that the file exists and that you can access it.</String>
<String Id="Error1310" Overridable="yes">Error writing to file: [3]. {{ System error [2].}}  Verify that you have access to that directory.</String>
<String Id="Error1311" Overridable="yes">Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it.</String>
<String Id="Error1312" Overridable="yes">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.</String>
<String Id="Error1313" Overridable="yes">The volume [2] is currently unavailable. Please select another.</String>
<String Id="Error1314" Overridable="yes">The specified path '[2]' is unavailable.</String>
<String Id="Error1315" Overridable="yes">Unable to write to the specified folder: [2].</String>
<String Id="Error1316" Overridable="yes">A network error occurred while attempting to read from the file: [2]</String>
<String Id="Error1317" Overridable="yes">An error occurred while attempting to create the directory: [2]</String>
<String Id="Error1318" Overridable="yes">A network error occurred while attempting to create the directory: [2]</String>
<String Id="Error1319" Overridable="yes">A network error occurred while attempting to open the source file cabinet: [2]</String>
<String Id="Error1320" Overridable="yes">The specified path is too long: [2]</String>
<String Id="Error1321" Overridable="yes">The Installer has insufficient privileges to modify this file: [2].</String>
<String Id="Error1322" Overridable="yes">A portion of the folder path '[2]' is invalid. It is either empty or exceeds the length allowed by the system.</String>
<String Id="Error1323" Overridable="yes">The folder path '[2]' contains words that are not valid in folder paths.</String>
<String Id="Error1324" Overridable="yes">The folder path '[2]' contains an invalid character.</String>
<String Id="Error1325" Overridable="yes">'[2]' is not a valid short file name.</String>
<String Id="Error1326" Overridable="yes">Error getting file security: [3] GetLastError: [2]</String>
<String Id="Error1327" Overridable="yes">Invalid Drive: [2]</String>
<String Id="Error1328" Overridable="yes">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]}}</String>
<String Id="Error1329" Overridable="yes">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.</String>
<String Id="Error1330" Overridable="yes">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.}}</String>
<String Id="Error1331" Overridable="yes">Failed to correctly copy [2] file: CRC error.</String>
<String Id="Error1332" Overridable="yes">Failed to correctly move [2] file: CRC error.</String>
<String Id="Error1333" Overridable="yes">Failed to correctly patch [2] file: CRC error.</String>
<String Id="Error1334" Overridable="yes">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.</String>
<String Id="Error1335" Overridable="yes">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.</String>
<String Id="Error1336" Overridable="yes">There was an error creating a temporary file that is needed to complete this installation.{{  Folder: [3]. System error code: [2]}}</String>
<String Id="Error14" Overridable="yes">Action start [Time]: [1].</String>
<String Id="Error1401" Overridable="yes">Could not create key: [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. </String>
<String Id="Error1402" Overridable="yes">Could not open key: [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. </String>
<String Id="Error1403" Overridable="yes">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. </String>
<String Id="Error1404" Overridable="yes">Could not delete key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. </String>
<String Id="Error1405" Overridable="yes">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. </String>
<String Id="Error1406" Overridable="yes">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.</String>
<String Id="Error1407" Overridable="yes">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.</String>
<String Id="Error1408" Overridable="yes">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.</String>
<String Id="Error1409" Overridable="yes">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.</String>
<String Id="Error1410" Overridable="yes">Could not increase the available registry space. [2] KB of free registry space is required for the installation of this application.</String>
<String Id="Error15" Overridable="yes">Action ended [Time]: [1]. Return value [2].</String>
<String Id="Error1500" Overridable="yes">Another installation is in progress. You must complete that installation before continuing this one.</String>
<String Id="Error1501" Overridable="yes">Error accessing secured data. Please make sure the Windows Installer is configured properly and try the install again.</String>
<String Id="Error1502" Overridable="yes">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.</String>
<String Id="Error1503" Overridable="yes">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.</String>
<String Id="Error16" Overridable="yes">Time remaining: {[1] minutes }{[2] seconds}</String>
<String Id="Error1601" Overridable="yes">Out of disk space -- Volume: '[2]'; required space: [3] KB; available space: [4] KB. Free some disk space and retry.</String>
<String Id="Error1602" Overridable="yes">Are you sure you want to cancel?</String>
<String Id="Error1603" Overridable="yes">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.</String>
<String Id="Error1604" Overridable="yes">The product '[2]' is already installed, preventing the installation of this product. The two products are incompatible.</String>
<String Id="Error1605" Overridable="yes">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.</String>
<String Id="Error1606" Overridable="yes">Could not access network location [2].</String>
<String Id="Error1607" Overridable="yes">The following applications should be closed before continuing the install:</String>
<String Id="Error1608" Overridable="yes">Could not find any previously installed compliant products on the machine for installing this product.</String>
<String Id="Error1609" Overridable="yes">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]}}</String>
<String Id="Error17" Overridable="yes">Out of memory. Shut down other applications before retrying.</String>
<String Id="Error1701" Overridable="yes">The key [2] is not valid. Verify that you entered the correct key.</String>
<String Id="Error1702" Overridable="yes">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.</String>
<String Id="Error1703" Overridable="yes">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.</String>
<String Id="Error1704" Overridable="yes">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?</String>
<String Id="Error1705" Overridable="yes">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?</String>
<String Id="Error1706" Overridable="yes">An installation package for the product [2] cannot be found. Try the installation again using a valid copy of the installation package '[3]'.</String>
<String Id="Error1707" Overridable="yes">Installation completed successfully.</String>
<String Id="Error1708" Overridable="yes">Installation failed.</String>
<String Id="Error1709" Overridable="yes">Product: [2] -- [3]</String>
<String Id="Error1710" Overridable="yes">You may either restore your computer to its previous state or continue the install later. Would you like to restore?</String>
<String Id="Error1711" Overridable="yes">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.</String>
<String Id="Error1712" Overridable="yes">One or more of the files required to restore your computer to its previous state could not be found. Restoration will not be possible.</String>
<String Id="Error1713" Overridable="yes">[2] cannot install one of its required products. Contact your technical support group. {{System Error: [3].}}</String>
<String Id="Error1714" Overridable="yes">The older version of [2] cannot be removed. Contact your technical support group. {{System Error [3].}}</String>
<String Id="Error1715" Overridable="yes">Installed [2]</String>
<String Id="Error1716" Overridable="yes">Configured [2]</String>
<String Id="Error1717" Overridable="yes">Removed [2]</String>
<String Id="Error1718" Overridable="yes">File [2] was rejected by digital signature policy.</String>
<String Id="Error1719" Overridable="yes">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.</String>
<String Id="Error1720" Overridable="yes">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] }}</String>
<String Id="Error1721" Overridable="yes">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] }}</String>
<String Id="Error1722" Overridable="yes">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] }}</String>
<String Id="Error1723" Overridable="yes">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] }}</String>
<String Id="Error1724" Overridable="yes">Removal completed successfully.</String>
<String Id="Error1725" Overridable="yes">Removal failed.</String>
<String Id="Error1726" Overridable="yes">Advertisement completed successfully.</String>
<String Id="Error1727" Overridable="yes">Advertisement failed.</String>
<String Id="Error1728" Overridable="yes">Configuration completed successfully.</String>
<String Id="Error1729" Overridable="yes">Configuration failed.</String>
<String Id="Error1730" Overridable="yes">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.</String>
<String Id="Error1731" Overridable="yes">The source installation package for the product [2] is out of sync with the client package. Try the installation again using a valid copy of the installation package '[3]'.</String>
<String Id="Error1732" Overridable="yes">In order to complete the installation of [2], you must restart the computer. Other users are currently logged on to this computer, and restarting may cause them to lose their work. Do you want to restart now?</String>
<String Id="Error18" Overridable="yes">Installer is no longer responding.</String>
<String Id="Error1801" Overridable="yes">The path [2] is not valid. Please specify a valid path.</String>
<String Id="Error1802" Overridable="yes">Out of memory. Shut down other applications before retrying.</String>
<String Id="Error1803" Overridable="yes">There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to go back to the previously selected volume.</String>
<String Id="Error1804" Overridable="yes">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.</String>
<String Id="Error1805" Overridable="yes">The folder [2] does not exist. Please enter a path to an existing folder.</String>
<String Id="Error1806" Overridable="yes">You have insufficient privileges to read this folder.</String>
<String Id="Error1807" Overridable="yes">A valid destination folder for the install could not be determined.</String>
<String Id="Error19" Overridable="yes">Installer stopped prematurely.</String>
<String Id="Error1901" Overridable="yes">Error attempting to read from the source install database: [2].</String>
<String Id="Error1902" Overridable="yes">Scheduling reboot operation: Renaming file [2] to [3]. Must reboot to complete operation.</String>
<String Id="Error1903" Overridable="yes">Scheduling reboot operation: Deleting file [2]. Must reboot to complete operation.</String>
<String Id="Error1904" Overridable="yes">Module [2] failed to register. HRESULT [3]. Contact your support personnel.</String>
<String Id="Error1905" Overridable="yes">Module [2] failed to unregister. HRESULT [3]. Contact your support personnel.</String>
<String Id="Error1906" Overridable="yes">Failed to cache package [2]. Error: [3]. Contact your support personnel.</String>
<String Id="Error1907" Overridable="yes">Could not register font [2]. Verify that you have sufficient permissions to install fonts, and that the system supports this font.</String>
<String Id="Error1908" Overridable="yes">Could not unregister font [2]. Verify that you that you have sufficient permissions to remove fonts.</String>
<String Id="Error1909" Overridable="yes">Could not create Shortcut [2]. Verify that the destination folder exists and that you can access it.</String>
<String Id="Error1910" Overridable="yes">Could not remove Shortcut [2]. Verify that the shortcut file exists and that you can access it.</String>
<String Id="Error1911" Overridable="yes">Could not register type library for file [2]. Contact your support personnel.</String>
<String Id="Error1912" Overridable="yes">Could not unregister type library for file [2]. Contact your support personnel.</String>
<String Id="Error1913" Overridable="yes">Could not update the ini file [2][3]. Verify that the file exists and that you can access it.</String>
<String Id="Error1914" Overridable="yes">Could not schedule file [2] to replace file [3] on reboot. Verify that you have write permissions to file [3].</String>
<String Id="Error1915" Overridable="yes">Error removing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.</String>
<String Id="Error1916" Overridable="yes">Error installing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.</String>
<String Id="Error1917" Overridable="yes">Error removing ODBC driver: [4], ODBC error [2]: [3]. Verify that you have sufficient privileges to remove ODBC drivers.</String>
<String Id="Error1918" Overridable="yes">Error installing ODBC driver: [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.</String>
<String Id="Error1919" Overridable="yes">Error configuring ODBC data source: [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.</String>
<String Id="Error1920" Overridable="yes">Service '[2]' ([3]) failed to start. Verify that you have sufficient privileges to start system services.</String>
<String Id="Error1921" Overridable="yes">Service '[2]' ([3]) could not be stopped. Verify that you have sufficient privileges to stop system services.</String>
<String Id="Error1922" Overridable="yes">Service '[2]' ([3]) could not be deleted. Verify that you have sufficient privileges to remove system services.</String>
<String Id="Error1923" Overridable="yes">Service '[2]' ([3]) could not be installed. Verify that you have sufficient privileges to install system services.</String>
<String Id="Error1924" Overridable="yes">Could not update environment variable '[2]'. Verify that you have sufficient privileges to modify environment variables.</String>
<String Id="Error1925" Overridable="yes">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.</String>
<String Id="Error1926" Overridable="yes">Could not set file security for file '[3]'. Error: [2]. Verify that you have sufficient privileges to modify the security permissions for this file.</String>
<String Id="Error1927" Overridable="yes">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.</String>
<String Id="Error1928" Overridable="yes">Error registering COM+ Application. Contact your support personnel for more information.</String>
<String Id="Error1929" Overridable="yes">Error unregistering COM+ Application. Contact your support personnel for more information.</String>
<String Id="Error1930" Overridable="yes">The description for service '[2]' ([3]) could not be changed.</String>
<String Id="Error1931" Overridable="yes">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]}}</String>
<String Id="Error1932" Overridable="yes">The Windows Installer service cannot update the protected Windows file [2]. {{Package version: [3], OS Protected version: [4], SFP Error: [5]}}</String>
<String Id="Error1933" Overridable="yes">The Windows Installer service cannot update one or more protected Windows files. {{SFP Error: [2]. List of protected files:\r\n[3]}}</String>
<String Id="Error1934" Overridable="yes">User installations are disabled via policy on the machine.</String>
<String Id="Error1935" Overridable="yes">An error occurred during the installation of assembly '[6]'. Please refer to Help and Support for more information. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}}</String>
<String Id="Error1936" Overridable="yes">An error occurred during the installation of assembly '[6]'. The assembly is not strongly named or is not signed with the minimal key length. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}}</String>
<String Id="Error1937" Overridable="yes">An error occurred during the installation of assembly '[6]'. The signature or catalog could not be verified or is not valid. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}}</String>
<String Id="Error1938" Overridable="yes">An error occurred during the installation of assembly '[6]'. One or more modules of the assembly could not be found. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}}</String>
<String Id="Error2" Overridable="yes">Warning [1]. </String>
<String Id="Error20" Overridable="yes">Please wait while Windows configures [ProductName]</String>
<String Id="Error21" Overridable="yes">Gathering required information...</String>
<String Id="Error22" Overridable="yes">Removing older versions of this application...</String>
<String Id="Error23" Overridable="yes">Preparing to remove older versions of this application...</String>
<String Id="Error32" Overridable="yes">{[ProductName] }Setup completed successfully.</String>
<String Id="Error33" Overridable="yes">{[ProductName] }Setup failed.</String>
<String Id="Error4" Overridable="yes">Info [1]. </String>
<String Id="Error5" Overridable="yes">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]}}</String>
<String Id="Error7" Overridable="yes">{{Disk full: }}</String>
<String Id="Error8" Overridable="yes">Action [Time]: [1]. [2]</String>
<String Id="Error9" Overridable="yes">[ProductName]</String>
<String Id="ErrorDlgErrorIconTooltip" Overridable="yes">Information icon</String>
<String Id="ErrorDlgErrorText" Overridable="yes">Information text</String>
<String Id="ErrorDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="ExecuteSqlStrings" Overridable="yes">Executing SQL Strings</String>
<String Id="ExitDialogDescription" Overridable="yes">Click the Finish button to exit.</String>
<String Id="ExitDialogTitle" Overridable="yes">{\UI_Font_Bigger}Completed the [ProductName] installation</String>
<String Id="ExitDialog_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="FatalErrorDescription1" Overridable="yes">[ProductName] setup ended prematurely because of an error. Your system has not been modified. To install this program at a later time, run this setup again.</String>
<String Id="FatalErrorDescription2" Overridable="yes">Click the Finish button to exit.</String>
<String Id="FatalErrorTitle" Overridable="yes">{\UI_Font_Bigger}[ProductName] setup ended prematurely</String>
<String Id="FatalError_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="FeaturesDlgChange" Overridable="yes">&amp;Change</String>
<String Id="FeaturesDlgDescription" Overridable="yes">Select the way you want features to be installed.</String>
<String Id="FeaturesDlgInstall" Overridable="yes">&amp;Install</String>
<String Id="FeaturesDlgItemDescription" Overridable="yes">FeaturesDlgItemDescription</String>
<String Id="FeaturesDlgItemSize" Overridable="yes">FeaturesDlgItemSize</String>
<String Id="FeaturesDlgTitle" Overridable="yes">{\UI_Font_Title}Product Features</String>
<String Id="FeaturesDlgTree" Overridable="yes">Product features</String>
<String Id="FeaturesDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="FilesInUseDescription" Overridable="yes">Some files that need to be updated are currently in use.</String>
<String Id="FilesInUseExit" Overridable="yes">E&amp;xit</String>
<String Id="FilesInUseText" Overridable="yes">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 Exit to exit it.</String>
<String Id="FilesInUseTitle" Overridable="yes">{\UI_Font_Title}Files in Use</String>
<String Id="FilesInUse_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="InstallDirDlgChange" Overridable="yes">&amp;Change...</String>
<String Id="InstallDirDlgDescription" Overridable="yes">Where would you like [ProductName] to be installed?</String>
<String Id="InstallDirDlgFolderLabel" Overridable="yes">Install [ProductName] to:</String>
<String Id="InstallDirDlgTitle" Overridable="yes">{\UI_Font_Title}Destination Folder</String>
<String Id="InstallDirDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="InstallScopeDlgChange" Overridable="yes">&amp;Change...</String>
<String Id="InstallScopeDlgDescription" Overridable="yes">Choose the installation scope and folder</String>
<String Id="InstallScopeDlgFolderLabel" Overridable="yes">Installation &amp;folder:</String>
<String Id="InstallScopeDlgNoPerUserDescription" Overridable="yes">[ProductName] does not support per-user installation.</String>
<String Id="InstallScopeDlgPerMachine" Overridable="yes">{\UI_Font_Emphasized}Install for all users of this &amp;machine</String>
<String Id="InstallScopeDlgPerMachineDescription" Overridable="yes">[ProductName] will be installed in a per-machine folder by default and be available for all users. You can change the default installation folder. You must have local Administrator priveleges.</String>
<String Id="InstallScopeDlgPerUser" Overridable="yes">{\UI_Font_Emphasized}Install &amp;just for you ([USERNAME])</String>
<String Id="InstallScopeDlgPerUserDescription" Overridable="yes">[ProductName] will be installed in a per-user folder and be available just for your user account. You do not need local Administrator priveleges.</String>
<String Id="InstallScopeDlgTitle" Overridable="yes">{\UI_Font_Title}Installation Scope</String>
<String Id="InstallScopeDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="LaunchConditionColorBits" Overridable="yes">The display must be set to a higher color depth in order to install [ProductName] on this system.</String>
<String Id="LaunchConditionOS" Overridable="yes">[ProductName] cannot be installed on this operating system.</String>
<String Id="LaunchConditionPhysicalMemory" Overridable="yes">There is not enough physical memory to install [ProductName] on this system.</String>
<String Id="LaunchConditionScreenX" Overridable="yes">The display must be set to a higher resolution in order to install [ProductName] on this system.</String>
<String Id="LaunchConditionScreenY" Overridable="yes">The display must be set to a higher resolution in order to install [ProductName] on this system.</String>
<String Id="LaunchConditionVersionMsi" Overridable="yes">This setup requires Windows Installer version [1] or greater.</String>
<String Id="LicenseAgreementDlgDescription" Overridable="yes">Please read the following license agreement carefully</String>
<String Id="LicenseAgreementDlgLicenseAcceptedCheckBox" Overridable="yes">I &amp;accept the terms of this License Agreement</String>
<String Id="LicenseAgreementDlgTitle" Overridable="yes">{\UI_Font_Title}End-User License Agreement</String>
<String Id="LicenseAgreementDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="MaintenanceTypeDlgChangeButton" Overridable="yes">&amp;Change</String>
<String Id="MaintenanceTypeDlgChangeButtonTooltip" Overridable="yes">Change Installation</String>
<String Id="MaintenanceTypeDlgChangeDisabledText" Overridable="yes">[ProductName] has no independently selectable features.</String>
<String Id="MaintenanceTypeDlgChangeText" Overridable="yes">Lets you change the way features are installed.</String>
<String Id="MaintenanceTypeDlgDescription" Overridable="yes">Select the operation you wish to perform.</String>
<String Id="MaintenanceTypeDlgRemoveButton" Overridable="yes">&amp;Remove</String>
<String Id="MaintenanceTypeDlgRemoveButtonTooltip" Overridable="yes">Remove Installation</String>
<String Id="MaintenanceTypeDlgRemoveDisabledText" Overridable="yes">[ProductName] cannot be removed.</String>
<String Id="MaintenanceTypeDlgRemoveText" Overridable="yes">Removes [ProductName] from your computer.</String>
<String Id="MaintenanceTypeDlgRepairButton" Overridable="yes">Re&amp;pair</String>
<String Id="MaintenanceTypeDlgRepairButtonTooltip" Overridable="yes">Repair Installation</String>
<String Id="MaintenanceTypeDlgRepairDisabledText" Overridable="yes">[ProductName] cannot be repaired.</String>
<String Id="MaintenanceTypeDlgRepairText" Overridable="yes">Repairs errors in the most recent installation by fixing missing and corrupt files, shortcuts, and registry entries.</String>
<String Id="MaintenanceTypeDlgTitle" Overridable="yes">{\UI_Font_Title}Change, repair, or remove installation</String>
<String Id="MaintenanceTypeDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="MaintenanceWelcomeDlgDescription" Overridable="yes">This setup wizard allows you to change the way [ProductName] features are installed on your computer or to remove it from your computer. Click Next to continue or Cancel to exit.</String>
<String Id="MaintenanceWelcomeDlgTitle" Overridable="yes">{\UI_Font_Bigger}Welcome to the [ProductName] Setup</String>
<String Id="MaintenanceWelcomeDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="MessageQueuingExecuteInstall" Overridable="yes">Configuring message queues</String>
<String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes">Queue: [1]</String>
<String Id="MessageQueuingExecuteUninstall" Overridable="yes">Configuring message queues</String>
<String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes">Queue: [1]</String>
<String Id="MsiRMFilesInUseDescription" Overridable="yes">Some files that need to be updated are currently in use.</String>
<String Id="MsiRMFilesInUseDontUseRM" Overridable="yes">&amp;Do not close applications. A reboot will be required.</String>
<String Id="MsiRMFilesInUseText" Overridable="yes">The following applications are using files that need to be updated by this setup. You can let the setup close them and attempt to restart them or reboot the machine later.</String>
<String Id="MsiRMFilesInUseTitle" Overridable="yes">{\UI_Font_Title}Files in Use</String>
<String Id="MsiRMFilesInUseUseRM" Overridable="yes">&amp;Close the applications and attempt to restart them.</String>
<String Id="MsiRMFilesInUse_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="OutOfDiskDlgDescription" Overridable="yes">Disk space required for the installation exceeds available disk space.</String>
<String Id="OutOfDiskDlgText" Overridable="yes">The highlighted volumes do not have enough disk space available for the currently selected features. You can remove some files from the highlighted volumes, install fewer features, or select a different destination drive.</String>
<String Id="OutOfDiskDlgTitle" Overridable="yes">{\UI_Font_Title}Out of Disk Space</String>
<String Id="OutOfDiskDlgVolumeList" Overridable="yes">{120}{70}{70}{70}{70}</String>
<String Id="OutOfDiskDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="OutOfRbDiskDlgDescription" Overridable="yes">Disk space required for the installation exceeds available disk space.</String>
<String Id="OutOfRbDiskDlgText" Overridable="yes">The highlighted volumes do not have enough disk space available for the currently selected features. You can remove some files from the highlighted volumes, install fewer features, or select a different destination drive.</String>
<String Id="OutOfRbDiskDlgText2" Overridable="yes">Alternatively, you may choose to disable the installer's rollback functionality. Disabling rollback prevents the installer from restoring your computer's original state should the installation be interrupted in any way. Click Yes if you wish to take the risk of disabling rollback.</String>
<String Id="OutOfRbDiskDlgTitle" Overridable="yes">{\UI_Font_Title}Out of Disk Space</String>
<String Id="OutOfRbDiskDlgVolumeList" Overridable="yes">{120}{70}{70}{70}{70}</String>
<String Id="OutOfRbDiskDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="PrepareDlgDescription" Overridable="yes">Please wait while the setup prepares to guide you through the installation.</String>
<String Id="PrepareDlgTitle" Overridable="yes">{\UI_Font_Bigger}Welcome to the [ProductName] Setup</String>
<String Id="PrepareDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="ProgressDlgProgressBar" Overridable="yes">Progress done</String>
<String Id="ProgressDlgStatusLabel" Overridable="yes">Status:</String>
<String Id="ProgressDlgTextChanging" Overridable="yes">Please wait while [ProductName] is changed.</String>
<String Id="ProgressDlgTextInstalling" Overridable="yes">Please wait while [ProductName] is installed.</String>
<String Id="ProgressDlgTextRemoving" Overridable="yes">Please wait while [ProductName] is removed.</String>
<String Id="ProgressDlgTextRepairing" Overridable="yes">Please wait while [ProductName] is repaired.</String>
<String Id="ProgressDlgTitleChanging" Overridable="yes">{\UI_Font_Title}Changing [ProductName]</String>
<String Id="ProgressDlgTitleInstalling" Overridable="yes">{\UI_Font_Title}Installing [ProductName]</String>
<String Id="ProgressDlgTitleRemoving" Overridable="yes">{\UI_Font_Title}Removing [ProductName]</String>
<String Id="ProgressDlgTitleRepairing" Overridable="yes">{\UI_Font_Title}Repairing [ProductName]</String>
<String Id="ProgressDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="ProgressTextAdvertise" Overridable="yes">Advertising application</String>
<String Id="ProgressTextAllocateRegistrySpace" Overridable="yes">Allocating registry space</String>
<String Id="ProgressTextAllocateRegistrySpaceTemplate" Overridable="yes">Free space: [1]</String>
<String Id="ProgressTextAppSearch" Overridable="yes">Searching for installed applications</String>
<String Id="ProgressTextAppSearchTemplate" Overridable="yes">Property: [1], Signature: [2]</String>
<String Id="ProgressTextBindImage" Overridable="yes">Binding executables</String>
<String Id="ProgressTextBindImageTemplate" Overridable="yes">File: [1]</String>
<String Id="ProgressTextCCPSearch" Overridable="yes">Searching for qualifying products</String>
<String Id="ProgressTextCostFinalize" Overridable="yes">Computing space requirements</String>
<String Id="ProgressTextCostInitialize" Overridable="yes">Computing space requirements</String>
<String Id="ProgressTextCreateFolders" Overridable="yes">Creating folders</String>
<String Id="ProgressTextCreateFoldersTemplate" Overridable="yes">Folder: [1]</String>
<String Id="ProgressTextCreateShortcuts" Overridable="yes">Creating shortcuts</String>
<String Id="ProgressTextCreateShortcutsTemplate" Overridable="yes">Shortcut: [1]</String>
<String Id="ProgressTextDeleteServices" Overridable="yes">Deleting services</String>
<String Id="ProgressTextDeleteServicesTemplate" Overridable="yes">Service: [1]</String>
<String Id="ProgressTextDuplicateFiles" Overridable="yes">Creating duplicate files</String>
<String Id="ProgressTextDuplicateFilesTemplate" Overridable="yes">File: [1],  Directory: [9],  Size: [6]</String>
<String Id="ProgressTextFileCost" Overridable="yes">Computing space requirements</String>
<String Id="ProgressTextFindRelatedProducts" Overridable="yes">Searching for related applications</String>
<String Id="ProgressTextFindRelatedProductsTemplate" Overridable="yes">Found application: [1]</String>
<String Id="ProgressTextGenerateScript" Overridable="yes">Generating script operations for action:</String>
<String Id="ProgressTextGenerateScriptTemplate" Overridable="yes">[1]</String>
<String Id="ProgressTextInstallAdminPackage" Overridable="yes">Copying network install files</String>
<String Id="ProgressTextInstallAdminPackageTemplate" Overridable="yes">File: [1], Directory: [9], Size: [6]</String>
<String Id="ProgressTextInstallFiles" Overridable="yes">Copying new files</String>
<String Id="ProgressTextInstallFilesTemplate" Overridable="yes">File: [1],  Directory: [9],  Size: [6]</String>
<String Id="ProgressTextInstallODBC" Overridable="yes">Installing ODBC components</String>
<String Id="ProgressTextInstallSFPCatalogFile" Overridable="yes">Installing system catalog</String>
<String Id="ProgressTextInstallSFPCatalogFileTemplate" Overridable="yes">File: [1],  Dependencies: [2]</String>
<String Id="ProgressTextInstallServices" Overridable="yes">Installing new services</String>
<String Id="ProgressTextInstallServicesTemplate" Overridable="yes">Service: [2]</String>
<String Id="ProgressTextInstallValidate" Overridable="yes">Validating install</String>
<String Id="ProgressTextLaunchConditions" Overridable="yes">Evaluating launch conditions</String>
<String Id="ProgressTextMigrateFeatureStates" Overridable="yes">Migrating feature states from related applications</String>
<String Id="ProgressTextMigrateFeatureStatesTemplate" Overridable="yes">Application: [1]</String>
<String Id="ProgressTextMoveFiles" Overridable="yes">Moving files</String>
<String Id="ProgressTextMoveFilesTemplate" Overridable="yes">File: [1],  Directory: [9],  Size: [6]</String>
<String Id="ProgressTextMsiPublishAssemblies" Overridable="yes">Publishing assembly information</String>
<String Id="ProgressTextMsiPublishAssembliesTemplate" Overridable="yes">Application Context:[1], Assembly Name:[2]</String>
<String Id="ProgressTextMsiUnpublishAssemblies" Overridable="yes">Unpublishing assembly information</String>
<String Id="ProgressTextMsiUnpublishAssembliesTemplate" Overridable="yes">Application Context:[1], Assembly Name:[2]</String>
<String Id="ProgressTextPatchFiles" Overridable="yes">Patching files</String>
<String Id="ProgressTextPatchFilesTemplate" Overridable="yes">File: [1],  Directory: [2],  Size: [3]</String>
<String Id="ProgressTextProcessComponents" Overridable="yes">Updating component registration</String>
<String Id="ProgressTextPublishComponents" Overridable="yes">Publishing Qualified Components</String>
<String Id="ProgressTextPublishComponentsTemplate" Overridable="yes">Component ID: [1], Qualifier: [2]</String>
<String Id="ProgressTextPublishFeatures" Overridable="yes">Publishing Product Features</String>
<String Id="ProgressTextPublishFeaturesTemplate" Overridable="yes">Feature: [1]</String>
<String Id="ProgressTextPublishProduct" Overridable="yes">Publishing product information</String>
<String Id="ProgressTextRMCCPSearch" Overridable="yes">Searching for qualifying products</String>
<String Id="ProgressTextRegisterClassInfo" Overridable="yes">Registering Class servers</String>
<String Id="ProgressTextRegisterClassInfoTemplate" Overridable="yes">Class Id: [1]</String>
<String Id="ProgressTextRegisterComPlus" Overridable="yes">Registering COM+ Applications and Components</String>
<String Id="ProgressTextRegisterComPlusTemplate" Overridable="yes">AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}</String>
<String Id="ProgressTextRegisterExtensionInfo" Overridable="yes">Registering extension servers</String>
<String Id="ProgressTextRegisterExtensionInfoTemplate" Overridable="yes">Extension: [1]</String>
<String Id="ProgressTextRegisterFonts" Overridable="yes">Registering fonts</String>
<String Id="ProgressTextRegisterFontsTemplate" Overridable="yes">Font: [1]</String>
<String Id="ProgressTextRegisterMIMEInfo" Overridable="yes">Registering MIME info</String>
<String Id="ProgressTextRegisterMIMEInfoTemplate" Overridable="yes">MIME Content Type: [1], Extension: [2]</String>
<String Id="ProgressTextRegisterProduct" Overridable="yes">Registering product</String>
<String Id="ProgressTextRegisterProductTemplate" Overridable="yes">[1]</String>
<String Id="ProgressTextRegisterProgIdInfo" Overridable="yes">Registering program identifiers</String>
<String Id="ProgressTextRegisterProgIdInfoTemplate" Overridable="yes">ProgId: [1]</String>
<String Id="ProgressTextRegisterTypeLibraries" Overridable="yes">Registering type libraries</String>
<String Id="ProgressTextRegisterTypeLibrariesTemplate" Overridable="yes">LibID: [1]</String>
<String Id="ProgressTextRegisterUser" Overridable="yes">Registering user</String>
<String Id="ProgressTextRegisterUserTemplate" Overridable="yes">[1]</String>
<String Id="ProgressTextRemoveDuplicateFiles" Overridable="yes">Removing duplicated files</String>
<String Id="ProgressTextRemoveDuplicateFilesTemplate" Overridable="yes">File: [1], Directory: [9]</String>
<String Id="ProgressTextRemoveEnvironmentStrings" Overridable="yes">Updating environment strings</String>
<String Id="ProgressTextRemoveEnvironmentStringsTemplate" Overridable="yes">Name: [1], Value: [2], Action [3]</String>
<String Id="ProgressTextRemoveExistingProducts" Overridable="yes">Removing applications</String>
<String Id="ProgressTextRemoveExistingProductsTemplate" Overridable="yes">Application: [1], Command line: [2]</String>
<String Id="ProgressTextRemoveFiles" Overridable="yes">Removing files</String>
<String Id="ProgressTextRemoveFilesTemplate" Overridable="yes">File: [1], Directory: [9]</String>
<String Id="ProgressTextRemoveFolders" Overridable="yes">Removing folders</String>
<String Id="ProgressTextRemoveFoldersTemplate" Overridable="yes">Folder: [1]</String>
<String Id="ProgressTextRemoveIniValues" Overridable="yes">Removing INI files entries</String>
<String Id="ProgressTextRemoveIniValuesTemplate" Overridable="yes">File: [1],  Section: [2],  Key: [3], Value: [4]</String>
<String Id="ProgressTextRemoveODBC" Overridable="yes">Removing ODBC components</String>
<String Id="ProgressTextRemoveRegistryValues" Overridable="yes">Removing system registry values</String>
<String Id="ProgressTextRemoveRegistryValuesTemplate" Overridable="yes">Key: [1], Name: [2]</String>
<String Id="ProgressTextRemoveShortcuts" Overridable="yes">Removing shortcuts</String>
<String Id="ProgressTextRemoveShortcutsTemplate" Overridable="yes">Shortcut: [1]</String>
<String Id="ProgressTextRollback" Overridable="yes">Rolling back action:</String>
<String Id="ProgressTextRollbackCleanup" Overridable="yes">Removing backup files</String>
<String Id="ProgressTextRollbackCleanupTemplate" Overridable="yes">File: [1]</String>
<String Id="ProgressTextRollbackTemplate" Overridable="yes">[1]</String>
<String Id="ProgressTextSelfRegModules" Overridable="yes">Registering modules</String>
<String Id="ProgressTextSelfRegModulesTemplate" Overridable="yes">File: [1], Folder: [2]</String>
<String Id="ProgressTextSelfUnregModules" Overridable="yes">Unregistering modules</String>
<String Id="ProgressTextSelfUnregModulesTemplate" Overridable="yes">File: [1], Folder: [2]</String>
<String Id="ProgressTextSetODBCFolders" Overridable="yes">Initializing ODBC directories</String>
<String Id="ProgressTextStartServices" Overridable="yes">Starting services</String>
<String Id="ProgressTextStartServicesTemplate" Overridable="yes">Service: [1]</String>
<String Id="ProgressTextStopServices" Overridable="yes">Stopping services</String>
<String Id="ProgressTextStopServicesTemplate" Overridable="yes">Service: [1]</String>
<String Id="ProgressTextUnmoveFiles" Overridable="yes">Removing moved files</String>
<String Id="ProgressTextUnmoveFilesTemplate" Overridable="yes">File: [1], Directory: [9]</String>
<String Id="ProgressTextUnpublishComponents" Overridable="yes">Unpublishing Qualified Components</String>
<String Id="ProgressTextUnpublishComponentsTemplate" Overridable="yes">Component ID: [1], Qualifier: [2]</String>
<String Id="ProgressTextUnpublishFeatures" Overridable="yes">Unpublishing Product Features</String>
<String Id="ProgressTextUnpublishFeaturesTemplate" Overridable="yes">Feature: [1]</String>
<String Id="ProgressTextUnpublishProduct" Overridable="yes">Unpublishing product information</String>
<String Id="ProgressTextUnregisterClassInfo" Overridable="yes">Unregister Class servers</String>
<String Id="ProgressTextUnregisterClassInfoTemplate" Overridable="yes">Class Id: [1]</String>
<String Id="ProgressTextUnregisterComPlus" Overridable="yes">Unregistering COM+ Applications and Components</String>
<String Id="ProgressTextUnregisterComPlusTemplate" Overridable="yes">AppId: [1]{{, AppType: [2]}}</String>
<String Id="ProgressTextUnregisterExtensionInfo" Overridable="yes">Unregistering extension servers</String>
<String Id="ProgressTextUnregisterExtensionInfoTemplate" Overridable="yes">Extension: [1]</String>
<String Id="ProgressTextUnregisterFonts" Overridable="yes">Unregistering fonts</String>
<String Id="ProgressTextUnregisterFontsTemplate" Overridable="yes">Font: [1]</String>
<String Id="ProgressTextUnregisterMIMEInfo" Overridable="yes">Unregistering MIME info</String>
<String Id="ProgressTextUnregisterMIMEInfoTemplate" Overridable="yes">MIME Content Type: [1], Extension: [2]</String>
<String Id="ProgressTextUnregisterProgIdInfo" Overridable="yes">Unregistering program identifiers</String>
<String Id="ProgressTextUnregisterProgIdInfoTemplate" Overridable="yes">ProgId: [1]</String>
<String Id="ProgressTextUnregisterTypeLibraries" Overridable="yes">Unregistering type libraries</String>
<String Id="ProgressTextUnregisterTypeLibrariesTemplate" Overridable="yes">LibID: [1]</String>
<String Id="ProgressTextWriteEnvironmentStrings" Overridable="yes">Updating environment strings</String>
<String Id="ProgressTextWriteEnvironmentStringsTemplate" Overridable="yes">Name: [1], Value: [2], Action [3]</String>
<String Id="ProgressTextWriteIniValues" Overridable="yes">Writing INI files values</String>
<String Id="ProgressTextWriteIniValuesTemplate" Overridable="yes">File: [1],  Section: [2],  Key: [3], Value: [4]</String>
<String Id="ProgressTextWriteRegistryValues" Overridable="yes">Writing system registry values</String>
<String Id="ProgressTextWriteRegistryValuesTemplate" Overridable="yes">Key: [1], Name: [2], Value: [3]</String>
<String Id="RegisterComPlusAssemblies" Overridable="yes">Registering COM+ components</String>
<String Id="RegisterComPlusAssembliesTemplate" Overridable="yes">DLL: [1]</String>
<String Id="RemoveComPlusApplicationRoles" Overridable="yes">Removing COM+ application roles</String>
<String Id="RemoveComPlusApplicationRolesTemplate" Overridable="yes">Role: [1]</String>
<String Id="RemoveComPlusApplications" Overridable="yes">Removing COM+ applications</String>
<String Id="RemoveComPlusApplicationsTemplate" Overridable="yes">Application: [1]</String>
<String Id="RemoveComPlusPartitionUsers" Overridable="yes">Removing default COM+ partitions for users</String>
<String Id="RemoveComPlusPartitionUsersTemplate" Overridable="yes">User: [1]</String>
<String Id="RemoveComPlusPartitions" Overridable="yes">Removing COM+ partitions</String>
<String Id="RemoveComPlusPartitionsTemplate" Overridable="yes">Partition: [1]</String>
<String Id="RemoveComPlusRoleAssignments" Overridable="yes">Removing role assignments from COM+ components</String>
<String Id="RemoveComPlusRoleAssignmentsTemplate" Overridable="yes">Component: [1]</String>
<String Id="RemoveSubscriptionsComPlusComponents" Overridable="yes">Removing subscriptions for COM+ components</String>
<String Id="RemoveSubscriptionsComPlusComponentsTemplate" Overridable="yes">Subscription: [1]</String>
<String Id="RemoveUsersFromComPlusApplicationRoles" Overridable="yes">Removing users from COM+ application roles</String>
<String Id="RemoveUsersFromComPlusApplicationRolesTemplate" Overridable="yes">User: [1]</String>
<String Id="RemoveUsersFromComPlusPartitionRoles" Overridable="yes">Removing users from COM+ partition roles</String>
<String Id="RemoveUsersFromComPlusPartitionRolesTemplate" Overridable="yes">Role: [1]</String>
<String Id="ResumeDlgDescription" Overridable="yes">The setup will complete the installation of [ProductName] on your computer. Click Install to continue or Cancel to exit.</String>
<String Id="ResumeDlgInstall" Overridable="yes">&amp;Install</String>
<String Id="ResumeDlgTitle" Overridable="yes">{\UI_Font_Bigger}Resuming the [ProductName] Setup</String>
<String Id="ResumeDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="RollbackExecuteSqlStrings" Overridable="yes">Rolling back SQL Strings</String>
<String Id="RollbackMetabaseTransaction" Overridable="yes">Rolling back IIS Metabase Transaction</String>
<String Id="SetupTypeDlgCompleteButton" Overridable="yes">C&amp;omplete</String>
<String Id="SetupTypeDlgCompleteButtonTooltip" Overridable="yes">Complete Installation</String>
<String Id="SetupTypeDlgCompleteText" Overridable="yes">All program features will be installed. Requires the most disk space.</String>
<String Id="SetupTypeDlgCustomButton" Overridable="yes">C&amp;ustom</String>
<String Id="SetupTypeDlgCustomButtonTooltip" Overridable="yes">Custom Installation</String>
<String Id="SetupTypeDlgCustomText" Overridable="yes">Allows users to choose which program features will be installed and where they will be installed. Recommended for advanced users.</String>
<String Id="SetupTypeDlgDescription" Overridable="yes">Choose the setup type that best suits your needs</String>
<String Id="SetupTypeDlgTitle" Overridable="yes">{\UI_Font_Title}Choose Setup Type</String>
<String Id="SetupTypeDlgTypicalButton" Overridable="yes">&amp;Typical</String>
<String Id="SetupTypeDlgTypicalButtonTooltip" Overridable="yes">Typical Installation</String>
<String Id="SetupTypeDlgTypicalText" Overridable="yes">Installs the most common program features. Recommended for most users.</String>
<String Id="SetupTypeDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="StartMetabaseTransaction" Overridable="yes">Starting IIS Metabase Transaction</String>
<String Id="UIButtonBack" Overridable="yes">&amp;Back</String>
<String Id="UIButtonCancel" Overridable="yes">Cancel</String>
<String Id="UIButtonFinish" Overridable="yes">&amp;Finish</String>
<String Id="UIButtonIgnore" Overridable="yes">&amp;Ignore</String>
<String Id="UIButtonNext" Overridable="yes">&amp;Next</String>
<String Id="UIButtonNo" Overridable="yes">&amp;No</String>
<String Id="UIButtonOK" Overridable="yes">OK</String>
<String Id="UIButtonPrint" Overridable="yes">&amp;Print</String>
<String Id="UIButtonRetry" Overridable="yes">&amp;Retry</String>
<String Id="UIButtonYes" Overridable="yes">&amp;Yes</String>
<String Id="UIDiskPrompt" Overridable="yes">[ProductName] Installation [1]</String>
<String Id="UITextGB" Overridable="yes">GB</String>
<String Id="UITextKB" Overridable="yes">KB</String>
<String Id="UITextMB" Overridable="yes">MB</String>
<String Id="UITextMenuAbsent" Overridable="yes">Entire feature will be unavailable</String>
<String Id="UITextMenuAdvertise" Overridable="yes">Feature will be installed when required</String>
<String Id="UITextMenuAllCD" Overridable="yes">Entire feature will be installed to run from CD</String>
<String Id="UITextMenuAllLocal" Overridable="yes">Entire feature will be installed on local hard drive</String>
<String Id="UITextMenuAllNetwork" Overridable="yes">Entire feature will be installed to run from network</String>
<String Id="UITextMenuCD" Overridable="yes">Will be installed to run from CD</String>
<String Id="UITextMenuLocal" Overridable="yes">Will be installed on local hard drive</String>
<String Id="UITextMenuNetwork" Overridable="yes">Will be installed to run from network</String>
<String Id="UITextScriptInProgress" Overridable="yes">Gathering required information...</String>
<String Id="UITextSelAbsentAbsent" Overridable="yes">This feature will remain uninstalled</String>
<String Id="UITextSelAbsentAdvertise" Overridable="yes">This feature will be set to be installed when required</String>
<String Id="UITextSelAbsentCD" Overridable="yes">This feature will be installed to run from CD</String>
<String Id="UITextSelAbsentLocal" Overridable="yes">This feature will be installed on the local hard drive</String>
<String Id="UITextSelAbsentNetwork" Overridable="yes">This feature will be installed to run from the network</String>
<String Id="UITextSelAdvertiseAbsent" Overridable="yes">This feature will become unavailable</String>
<String Id="UITextSelAdvertiseAdvertise" Overridable="yes">Will be installed when required</String>
<String Id="UITextSelAdvertiseCD" Overridable="yes">This feature will be available to run from CD</String>
<String Id="UITextSelAdvertiseLocal" Overridable="yes">This feature will be installed on your local hard drive</String>
<String Id="UITextSelAdvertiseNetwork" Overridable="yes">This feature will be available to run from the network</String>
<String Id="UITextSelCDAbsent" Overridable="yes">This feature will be uninstalled completely, you won't be able to run it from CD</String>
<String Id="UITextSelCDAdvertise" Overridable="yes">This feature will change from run from CD state to set to be installed when required</String>
<String Id="UITextSelCDCD" Overridable="yes">This feature will remain to be run from CD</String>
<String Id="UITextSelCDLocal" Overridable="yes">This feature will change from run from CD state to be installed on the local hard drive</String>
<String Id="UITextSelChildCostNeg" Overridable="yes">This feature frees up [1] on your hard drive.</String>
<String Id="UITextSelChildCostPos" Overridable="yes">This feature requires [1] on your hard drive.</String>
<String Id="UITextSelCostPending" Overridable="yes">Compiling cost for this feature...</String>
<String Id="UITextSelLocalAbsent" Overridable="yes">This feature will be completely removed</String>
<String Id="UITextSelLocalAdvertise" Overridable="yes">This feature will be removed from your local hard drive, but will be set to be installed when required</String>
<String Id="UITextSelLocalCD" Overridable="yes">This feature will be removed from your local hard drive, but will be still available to run from CD</String>
<String Id="UITextSelLocalLocal" Overridable="yes">This feature will remain on you local hard drive</String>
<String Id="UITextSelLocalNetwork" Overridable="yes">This feature will be removed from your local hard drive, but will be still available to run from the network</String>
<String Id="UITextSelNetworkAbsent" Overridable="yes">This feature will be uninstalled completely, you won't be able to run it from the network</String>
<String Id="UITextSelNetworkAdvertise" Overridable="yes">This feature will change from run from network state to set to be installed when required</String>
<String Id="UITextSelNetworkLocal" Overridable="yes">This feature will change from run from network state to be installed on the local hard drive</String>
<String Id="UITextSelNetworkNetwork" Overridable="yes">This feature will remain to be run from the network</String>
<String Id="UITextSelParentCostNegNeg" Overridable="yes">This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.</String>
<String Id="UITextSelParentCostNegPos" Overridable="yes">This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.</String>
<String Id="UITextSelParentCostPosNeg" Overridable="yes">This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.</String>
<String Id="UITextSelParentCostPosPos" Overridable="yes">This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.</String>
<String Id="UITextTimeRemaining" Overridable="yes">Time remaining: {[1] minutes }{[2] seconds}</String>
<String Id="UITextVolumeCostAvailable" Overridable="yes">Available</String>
<String Id="UITextVolumeCostDifference" Overridable="yes">Difference</String>
<String Id="UITextVolumeCostRequired" Overridable="yes">Required</String>
<String Id="UITextVolumeCostSize" Overridable="yes">Disk Size</String>
<String Id="UITextVolumeCostVolume" Overridable="yes">Volume</String>
<String Id="UITextbytes" Overridable="yes">bytes</String>
<String Id="UnregisterComPlusAssemblies" Overridable="yes">Unregistering COM+ components</String>
<String Id="UnregisterComPlusAssembliesTemplate" Overridable="yes">DLL: [1]</String>
<String Id="UserExitDescription1" Overridable="yes">[ProductName] setup was interrupted. Your system has not been modified. To install this program at a later time, please run the setup again.</String>
<String Id="UserExitDescription2" Overridable="yes">Click the Finish button to exit.</String>
<String Id="UserExitTitle" Overridable="yes">{\UI_Font_Bigger}[ProductName] Setup was interrupted</String>
<String Id="UserExit_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="UserProfileDlgTitle" Overridable="yes">{\UI_Font_Title}User Profile</String>
<String Id="UserProfileDlg_AU" Overridable="yes">All Users</String>
<String Id="UserProfileDlg_CU" Overridable="yes">Current User</String>
<String Id="UserProfileDlg_Description" Overridable="yes">Install for current user or all users</String>
<String Id="UserProfileDlg_Message" Overridable="yes">This application can be installed for the current user or for all users that share this computer. You must have administrator rights to install for all users. Install this application for:</String>
<String Id="UserProfileDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="VerifyReadyDlgChange" Overridable="yes">&amp;Change</String>
<String Id="VerifyReadyDlgChangeText" Overridable="yes">Click Change to begin the installation. Click Back to review or change any of your installation settings. Click Cancel to exit.</String>
<String Id="VerifyReadyDlgChangeTitle" Overridable="yes">{\UI_Font_Title}Ready to change [ProductName]</String>
<String Id="VerifyReadyDlgInstall" Overridable="yes">&amp;Install</String>
<String Id="VerifyReadyDlgInstallText" Overridable="yes">Click Install to begin the installation. Click Back to review or change any of your installation settings. Click Cancel to exit.</String>
<String Id="VerifyReadyDlgInstallTitle" Overridable="yes">{\UI_Font_Title}Ready to install [ProductName]</String>
<String Id="VerifyReadyDlgRemove" Overridable="yes">&amp;Remove</String>
<String Id="VerifyReadyDlgRemoveText" Overridable="yes">Click Remove to remove [ProductName] from your computer. Click Back to review or change any of your installation settings. Click Cancel to exit.</String>
<String Id="VerifyReadyDlgRemoveTitle" Overridable="yes">{\UI_Font_Title}Ready to remove [ProductName]</String>
<String Id="VerifyReadyDlgRepair" Overridable="yes">Re&amp;pair</String>
<String Id="VerifyReadyDlgRepairText" Overridable="yes">Click Repair to repair the installation of [ProductName]. Click Back to review or change any of your installation settings. Click Cancel to exit.</String>
<String Id="VerifyReadyDlgRepairTitle" Overridable="yes">{\UI_Font_Title}Ready to repair [ProductName]</String>
<String Id="VerifyReadyDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="WaitForCostingDlgIcon" Overridable="yes">WixUI_Ico_Exclam</String>
<String Id="WaitForCostingDlgIconTooltip" Overridable="yes">Exclamation icon</String>
<String Id="WaitForCostingDlgReturn" Overridable="yes">&amp;Return</String>
<String Id="WaitForCostingDlgText" Overridable="yes">Please wait while the installer finishes determining your disk space requirements.</String>
<String Id="WaitForCostingDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="WelcomeDlgDescription" Overridable="yes">The setup will install [ProductName] on your computer. Click Next to continue or Cancel to exit.</String>
<String Id="WelcomeDlgTitle" Overridable="yes">{\UI_Font_Bigger}Welcome to the [ProductName] Setup</String>
<String Id="WelcomeDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="WelcomeEulaDlgInstall" Overridable="yes">&amp;Install</String>
<String Id="WelcomeEulaDlgLicenseAcceptedCheckBox" Overridable="yes">I &amp;accept the terms of this License Agreement</String>
<String Id="WelcomeEulaDlgTitle" Overridable="yes">{\UI_Font_Title}Please read the [ProductName] License Agreement</String>
<String Id="WelcomeEulaDlg_Title" Overridable="yes">[ProductName] Setup</String>
<String Id="WriteMetabaseChanges" Overridable="yes">Installing Metabase Keys and Values</String>
<String Id="msierrComPlusApplicationDependency" Overridable="yes">Another entity is dependent on a COM+ application that is not being installed.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusApplicationIdConflict" Overridable="yes">A COM+ application with the same id already exists.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusApplicationNameConflict" Overridable="yes">A COM+ application with the same name already exists.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusApplicationNotFound" Overridable="yes">The COM+ application was not found.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusApplicationReadFailed" Overridable="yes">Failed to read COM+ applications.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusApplicationRoleConflict" Overridable="yes">A COM+ application role with the same name already exists.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusApplicationRoleDependency" Overridable="yes">Another entity is dependent on a COM+ application role that is not being installed.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusApplicationRoleNotFound" Overridable="yes">The COM+ application role was not found.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusApplicationRoleReadFailed" Overridable="yes">Failed to read COM+ application roles.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusAssembliesReadFailed" Overridable="yes">Failed to read COM+ assemblies.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusAssemblyDependency" Overridable="yes">Another entity is dependent on a COM+ assembly that is not being installed.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusCannotConnect" Overridable="yes">Cannot connect to the COM+ admin catalog.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusFailedLookupNames" Overridable="yes">Failed to lookup user account names.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusPartitionDependency" Overridable="yes">Another entity is dependent on a COM+ partition that is not being installed.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusPartitionIdConflict" Overridable="yes">A COM+ partition with the same id already exists.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusPartitionNameConflict" Overridable="yes">A COM+ partition with the same name already exists.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusPartitionNotFound" Overridable="yes">The COM+ partition was not found.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusPartitionReadFailed" Overridable="yes">Failed to read COM+ partitions.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusPartitionRoleReadFailed" Overridable="yes">Failed to read COM+ partition roles.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusPartitionUserReadFailed" Overridable="yes">Failed to read COM+ partition users.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusSubscriptionIdConflict" Overridable="yes">A COM+ component event subscription with the same id already exists.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusSubscriptionNameConflict" Overridable="yes">A COM+ component event subscription with the same name already exists.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusSubscriptionReadFailed" Overridable="yes">Failed to read COM+ event subscriptions.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusUserInApplicationRoleReadFailed" Overridable="yes">Failed to read COM+ users in application roles.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrComPlusUserInPartitionRoleReadFailed" Overridable="yes">Failed to read COM+ users in partition roles.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISCannotConnect" Overridable="yes">Cannot connect to Internet Information Server.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedCreateApp" Overridable="yes">Failed to create web application.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedCreateKey" Overridable="yes">Failed to create metabase key.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedDeleteKey" Overridable="yes">Failed to delete metabase key.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedOpenKey" Overridable="yes">Failed to open metabase key.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedReadAppPool" Overridable="yes">Failed to read IIsAppPool table. ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedReadFilters" Overridable="yes">Failed to read IIsFilters table.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedReadMimeMap" Overridable="yes">Failed to read IIsMimeMap table. ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedReadProp" Overridable="yes">Failed to read the IIsProperty table. ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedReadVDirs" Overridable="yes">Failed to read IIsVirtualDirs table.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedReadWebDirs" Overridable="yes">Failed to read IIsWebDirs table.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedReadWebSite" Overridable="yes">Failed to read IIsWebSite table.   ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedReadWebSvcExt" Overridable="yes">Failed to read the IIsWebServiceExtension table. ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedInstallAppPool" Overridable="yes">Failed to schedule install of IIS AppPools.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedInstallFilters" Overridable="yes">Failed to schedule install of IIS Filters.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedInstallProp" Overridable="yes">Failed to schedule install of IIS Properties.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedInstallVDirs" Overridable="yes">Failed to schedule install of IIS Virtual Directories.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedInstallWebDirs" Overridable="yes">Failed to schedule install of IIS Web Directories.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedInstallWebSvcExt" Overridable="yes">Failed to schedule install of IIS Web Service Extensions.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedInstallWebs" Overridable="yes">Failed to schedule install of IIS Web Sites.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedTransaction" Overridable="yes">Failed to schedule transaction for changes to IIS.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedUninstallAppPool" Overridable="yes">Failed to schedule uninstall of IIS AppPools.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedUninstallFilters" Overridable="yes">Failed to schedule uninstall of IIS Filters.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedUninstallProp" Overridable="yes">Failed to schedule uninstall of IIS Properties.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedUninstallVDirs" Overridable="yes">Failed to schedule uninstall of IIS Virtual Directories.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedUninstallWebDirs" Overridable="yes">Failed to schedule uninstall of IIS Web Directories.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedUninstallWebSvcExt" Overridable="yes">Failed to schedule uninstall of IIS Web Service Extensions.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedSchedUninstallWebs" Overridable="yes">Failed to schedule uninstall of IIS Web Sites.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedStartTransaction" Overridable="yes">Failed to start IIS transaction. ([2]   [3]   [4]   [5])</String>
<String Id="msierrIISFailedWriteData" Overridable="yes">Failed to write data to metabase key.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrInstallPerfCounterData" Overridable="yes">Failed to install performance counters.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrPERFMONFailedRegisterDLL" Overridable="yes">Failed to register DLL with PerfMon.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrPERFMONFailedUnregisterDLL" Overridable="yes">Failed to unregister DLL with PerfMon.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrSMBFailedCreate" Overridable="yes">Failed to create network share.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrSMBFailedDrop" Overridable="yes">Failed to drop network share.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrSQLDatabaseAlreadyExists" Overridable="yes">The database [3] already exists do you wish to continue?</String>
<String Id="msierrSQLFailedConnectDatabase" Overridable="yes">Failed to connect to SQL database.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrSQLFailedCreateDatabase" Overridable="yes">Error [2]: failed to create SQL database: [3], error detail: [4].</String>
<String Id="msierrSQLFailedDropDatabase" Overridable="yes">Error [2]: failed to drop SQL database: [3], error detail: [4].</String>
<String Id="msierrSQLFailedExecString" Overridable="yes">Error [2]: failed to execute SQL string, error detail: [3], SQL key: [4] SQL string: [5]</String>
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Failed to create security descriptor for [3]\[4], system error: [2]</String>
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Failed to set security descriptor on object [3], system error: [2]</String>
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Unknown Object Type [3], system error: [2]</String>
<String Id="msierrUSRFailedUserCreate" Overridable="yes">Failed to create user.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrUSRFailedUserCreateExists" Overridable="yes">Failed to create user because it already exists.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrUSRFailedUserCreatePswd" Overridable="yes">Failed to create user due to invalid password.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrUSRFailedUserGroupAdd" Overridable="yes">Failed to add user to group.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrUninstallPerfCounterData" Overridable="yes">Failed to uninstall performance counters.  ([2]   [3]   [4]   [5])</String>
<String Id="msierrXmlConfigFailedOpen" Overridable="yes">Failed to open XML file [3], system error: [2]</String>
<String Id="msierrXmlConfigFailedRead" Overridable="yes">There was a failure while configuring XML files.</String>
<String Id="msierrXmlConfigFailedSave" Overridable="yes">Failed to save changes to XML file [3], system error: [2]</String>
<String Id="msierrXmlConfigFailedSelect" Overridable="yes">Failed to find node: [3] in XML file: [4], system error: [2]</String>
<String Id="msierrXmlFileFailedOpen" Overridable="yes">Failed to open XML file [3], system error: [2]</String>
<String Id="msierrXmlFileFailedRead" Overridable="yes">There was a failure while configuring XML files.</String>
<String Id="msierrXmlFileFailedSave" Overridable="yes">Failed to save changes to XML file [3], system error: [2]</String>
<String Id="msierrXmlFileFailedSelect" Overridable="yes">Failed to find node: [3] in XML file: [4], system error: [2]</String>
</WixLocalization>

Commits for ChrisCompleteCodeTrunk/ATTP/ATPP_New_Install/WIX/English-US.wxl

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000