aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/iuipreq.wxl')
-rw-r--r--src/ext/Bal/wixstdba/Resources/iuipreq.wxl70
1 files changed, 33 insertions, 37 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/iuipreq.wxl b/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
index bdb69f09..fb3d0cc2 100644
--- a/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
+++ b/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
@@ -1,41 +1,37 @@
1<?xml version="1.0" encoding="utf-8"?> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3 2
4 3
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Prerequisite Setup</String> 5 <String Id="Caption" Value="[WixBundleName] Prerequisite Setup" />
7 <String Id="Title">Prerequisite required for [WixBundleName] setup</String> 6 <String Id="Title" Value="Prerequisite required for [WixBundleName] setup" />
8 <String Id="NonPrereqTitle">[WixBundleName] setup</String> 7 <String Id="NonPrereqTitle" Value="[WixBundleName] setup" />
9 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> 8 <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
10 <String Id="HelpHeader">Setup Help</String> 9 <String Id="HelpHeader" Value="Setup Help" />
11 <String Id="HelpText">/passive | /quiet - displays minimal UI with no prompts or displays no UI and 10 <String Id="HelpText" Value="/passive | /quiet - displays minimal UI with no prompts or displays no UI and&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
12 no prompts. By default UI and all prompts are displayed. 11 <String Id="HelpCloseButton" Value="&amp;Close" />
13 12 <String Id="InstallLicenseTerms" Value="Click the &quot;Accept and Install&quot; button to accept the prerequisite &lt;a href=&quot;#&quot;&gt;license terms&lt;/a&gt;." />
14/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> 13 <String Id="InstallAcceptAndInstallButton" Value="&amp;Accept and Install" />
15 <String Id="HelpCloseButton">&amp;Close</String> 14 <String Id="InstallDeclineButton" Value="&amp;Decline" />
16 <String Id="InstallLicenseTerms">Click the "Accept and Install" button to accept the prerequisite &lt;a href="#"&gt;license terms&lt;/a&gt;.</String> 15 <String Id="ProgressHeader" Value="Setup Progress" />
17 <String Id="InstallAcceptAndInstallButton">&amp;Accept and Install</String> 16 <String Id="ProgressLabel" Value="Processing:" />
18 <String Id="InstallDeclineButton">&amp;Decline</String> 17 <String Id="ProgressCancelButton" Value="&amp;Cancel" />
19 <String Id="ProgressHeader">Setup Progress</String> 18 <String Id="SuccessHeader" Value="Prerequisite Setup Successful" />
20 <String Id="ProgressLabel">Processing:</String> 19 <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" />
21 <String Id="ProgressCancelButton">&amp;Cancel</String> 20 <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." />
22 <String Id="SuccessHeader">Prerequisite Setup Successful</String> 21 <String Id="SuccessRestartButton" Value="&amp;Restart" />
23 <String Id="SuccessLayoutHeader">Layout Successfully Completed</String> 22 <String Id="SuccessCloseButton" Value="&amp;Close" />
24 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> 23 <String Id="FailureHeader" Value="Setup Failed" />
25 <String Id="SuccessRestartButton">&amp;Restart</String> 24 <String Id="FailureLayoutHeader" Value="Layout Failed" />
26 <String Id="SuccessCloseButton">&amp;Close</String> 25 <String Id="FailureLogLinkText" Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;." />
27 <String Id="FailureHeader">Setup Failed</String> 26 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
28 <String Id="FailureLayoutHeader">Layout Failed</String> 27 <String Id="FailureRestartButton" Value="&amp;Restart" />
29 <String Id="FailureLogLinkText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String> 28 <String Id="FailureCloseButton" Value="&amp;Close" />
30 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> 29 <String Id="FilesInUseTitle" Value="Files In Use" />
31 <String Id="FailureRestartButton">&amp;Restart</String> 30 <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
32 <String Id="FailureCloseButton">&amp;Close</String> 31 <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications." />
33 <String Id="FilesInUseTitle">Files In Use</String> 32 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
34 <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> 33 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
35 <String Id="FilesInUseNetfxCloseRadioButton">Close the &amp;applications.</String> 34 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
36 <String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String> 35 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
37 <String Id="FilesInUseDontCloseRadioButton">&amp;Do not close applications. A reboot will be required.</String> 36 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
38 <String Id="FilesInUseRetryButton">&amp;Retry</String>
39 <String Id="FilesInUseIgnoreButton">&amp;Ignore</String>
40 <String Id="FilesInUseExitButton">E&amp;xit</String>
41</WixLocalization> 37</WixLocalization>