diff options
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/dncpreq.wxl')
-rw-r--r-- | src/ext/Bal/stdbas/Resources/dncpreq.wxl | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/dncpreq.wxl b/src/ext/Bal/stdbas/Resources/dncpreq.wxl new file mode 100644 index 00000000..a1f63d43 --- /dev/null +++ b/src/ext/Bal/stdbas/Resources/dncpreq.wxl | |||
@@ -0,0 +1,35 @@ | |||
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 | |||
3 | |||
4 | <WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
5 | <String Id="Caption" Value="[WixBundleName] Setup" /> | ||
6 | <String Id="Title" Value="Microsoft .NET Core required for [WixBundleName] setup" /> | ||
7 | <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" /> | ||
8 | <String Id="HelpHeader" Value="Setup Help" /> | ||
9 | <String Id="HelpText" Value="/passive | /quiet - displays minimal UI with no prompts or displays no UI and
 no prompts. By default UI and all prompts are displayed.

/norestart - suppress any attempts to restart. By default UI will prompt before restart.
/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." /> | ||
10 | <String Id="HelpCloseButton" Value="&Close" /> | ||
11 | <String Id="InstallLicenseTerms" Value="Click the "Accept and Install" button to accept the Microsoft .NET Core <a href="#">license terms</a>." /> | ||
12 | <String Id="InstallAcceptAndInstallButton" Value="&Accept and Install" /> | ||
13 | <String Id="InstallDeclineButton" Value="&Decline" /> | ||
14 | <String Id="ProgressHeader" Value="Setup Progress" /> | ||
15 | <String Id="ProgressLabel" Value="Processing:" /> | ||
16 | <String Id="ProgressCancelButton" Value="&Cancel" /> | ||
17 | <String Id="SuccessHeader" Value="Microsoft .NET Core Setup Successful" /> | ||
18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> | ||
19 | <String Id="SuccessRestartButton" Value="&Restart" /> | ||
20 | <String Id="SuccessCloseButton" Value="&Close" /> | ||
21 | <String Id="FailureHeader" Value="Setup Failed" /> | ||
22 | <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 <a href="#">log file</a>." /> | ||
23 | <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." /> | ||
24 | <String Id="FailureRestartButton" Value="&Restart" /> | ||
25 | <String Id="FailureCloseButton" Value="&Close" /> | ||
26 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Core runtime even though all of the prerequisites are installed." /> | ||
27 | <String Id="FilesInUseTitle" Value="Files In Use" /> | ||
28 | <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" /> | ||
29 | <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &applications." /> | ||
30 | <String Id="FilesInUseCloseRadioButton" Value="Close the &applications and attempt to restart them." /> | ||
31 | <String Id="FilesInUseDontCloseRadioButton" Value="&Do not close applications. A reboot will be required." /> | ||
32 | <String Id="FilesInUseRetryButton" Value="&Retry" /> | ||
33 | <String Id="FilesInUseIgnoreButton" Value="&Ignore" /> | ||
34 | <String Id="FilesInUseExitButton" Value="E&xit" /> | ||
35 | </WixLocalization> | ||