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.wxl34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/iuipreq.wxl b/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
new file mode 100644
index 00000000..4afcd10f
--- /dev/null
+++ b/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
@@ -0,0 +1,34 @@
1<?xml version="1.0" encoding="utf-8"?>
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
4
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Prerequisite Setup</String>
7 <String Id="Title">Prerequisite required for [WixBundleName] setup</String>
8 <String Id="NonPrereqTitle">[WixBundleName] setup</String>
9 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
10 <String Id="HelpHeader">Setup Help</String>
11 <String Id="HelpText">/passive | /quiet - displays minimal UI with no prompts or displays no UI and
12 no prompts. By default UI and all prompts are displayed.
13
14/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
15 <String Id="HelpCloseButton">&amp;Close</String>
16 <String Id="InstallLicenseTerms">Click the "Accept and Install" button to accept the prerequisite &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
17 <String Id="InstallAcceptAndInstallButton">&amp;Accept and Install</String>
18 <String Id="InstallDeclineButton">&amp;Decline</String>
19 <String Id="ProgressHeader">Setup Progress</String>
20 <String Id="ProgressLabel">Processing:</String>
21 <String Id="ProgressCancelButton">&amp;Cancel</String>
22 <String Id="SuccessHeader">Prerequisite Setup Successful</String>
23 <String Id="SuccessLayoutHeader">Layout Successfully Completed</String>
24 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
25 <String Id="SuccessRestartButton">&amp;Restart</String>
26 <String Id="SuccessCloseButton">&amp;Close</String>
27 <String Id="FailureHeader">Setup Failed</String>
28 <String Id="FailureLayoutHeader">Layout Failed</String>
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>
30 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
31 <String Id="FailureRestartButton">&amp;Restart</String>
32 <String Id="FailureCloseButton">&amp;Close</String>
33 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
34</WixLocalization>