diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/mbapreq.wxl')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/mbapreq.wxl | 69 |
1 files changed, 32 insertions, 37 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/mbapreq.wxl b/src/ext/Bal/wixstdba/Resources/mbapreq.wxl index f7d4da8c..c7df9ec8 100644 --- a/src/ext/Bal/wixstdba/Resources/mbapreq.wxl +++ b/src/ext/Bal/wixstdba/Resources/mbapreq.wxl | |||
@@ -1,41 +1,36 @@ | |||
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] Setup</String> | 5 | <String Id="Caption" Value="[WixBundleName] Setup" /> |
7 | <String Id="Title">Microsoft .NET Framework required for [WixBundleName] setup</String> | 6 | <String Id="Title" Value="Microsoft .NET Framework required for [WixBundleName] setup" /> |
8 | <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> | 7 | <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" /> |
9 | <String Id="HelpHeader">Setup Help</String> | 8 | <String Id="HelpHeader" Value="Setup Help" /> |
10 | <String Id="HelpText">/passive | /quiet - displays minimal UI with no prompts or displays no UI and | 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%." /> |
11 | no prompts. By default UI and all prompts are displayed. | 10 | <String Id="HelpCloseButton" Value="&Close" /> |
12 | 11 | <String Id="InstallLicenseTerms" Value="Click the "Accept and Install" button to accept the Microsoft .NET Framework <a href="#">license terms</a>." /> | |
13 | /norestart - suppress any attempts to restart. By default UI will prompt before restart. | 12 | <String Id="InstallAcceptAndInstallButton" Value="&Accept and Install" /> |
14 | /log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> | 13 | <String Id="InstallDeclineButton" Value="&Decline" /> |
15 | <String Id="HelpCloseButton">&Close</String> | 14 | <String Id="ProgressHeader" Value="Setup Progress" /> |
16 | <String Id="InstallLicenseTerms">Click the "Accept and Install" button to accept the Microsoft .NET Framework <a href="#">license terms</a>.</String> | 15 | <String Id="ProgressLabel" Value="Processing:" /> |
17 | <String Id="InstallAcceptAndInstallButton">&Accept and Install</String> | 16 | <String Id="ProgressCancelButton" Value="&Cancel" /> |
18 | <String Id="InstallDeclineButton">&Decline</String> | 17 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> |
19 | <String Id="ProgressHeader">Setup Progress</String> | 18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> |
20 | <String Id="ProgressLabel">Processing:</String> | 19 | <String Id="SuccessRestartButton" Value="&Restart" /> |
21 | <String Id="ProgressCancelButton">&Cancel</String> | 20 | <String Id="SuccessCloseButton" Value="&Close" /> |
22 | <String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String> | 21 | <String Id="FailureHeader" Value="Setup Failed" /> |
23 | <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String> | 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>." /> |
24 | <String Id="SuccessRestartButton">&Restart</String> | 23 | <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." /> |
25 | <String Id="SuccessCloseButton">&Close</String> | 24 | <String Id="FailureRestartButton" Value="&Restart" /> |
26 | <String Id="FailureHeader">Setup Failed</String> | 25 | <String Id="FailureCloseButton" Value="&Close" /> |
27 | <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 <a href="#">log file</a>.</String> | 26 | <String Id="NET452WIN7RTMErrorMessage" Value="[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment." /> |
28 | <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> | 27 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> |
29 | <String Id="FailureRestartButton">&Restart</String> | 28 | <String Id="FilesInUseTitle" Value="Files In Use" /> |
30 | <String Id="FailureCloseButton">&Close</String> | 29 | <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" /> |
31 | <String Id="NET452WIN7RTMErrorMessage">[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment.</String> | 30 | <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &applications." /> |
32 | <String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String> | 31 | <String Id="FilesInUseCloseRadioButton" Value="Close the &applications and attempt to restart them." /> |
33 | <String Id="FilesInUseTitle">Files In Use</String> | 32 | <String Id="FilesInUseDontCloseRadioButton" Value="&Do not close applications. A reboot will be required." /> |
34 | <String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String> | 33 | <String Id="FilesInUseRetryButton" Value="&Retry" /> |
35 | <String Id="FilesInUseNetfxCloseRadioButton">Close the &applications.</String> | 34 | <String Id="FilesInUseIgnoreButton" Value="&Ignore" /> |
36 | <String Id="FilesInUseCloseRadioButton">Close the &applications and attempt to restart them.</String> | 35 | <String Id="FilesInUseExitButton" Value="E&xit" /> |
37 | <String Id="FilesInUseDontCloseRadioButton">&Do not close applications. A reboot will be required.</String> | ||
38 | <String Id="FilesInUseRetryButton">&Retry</String> | ||
39 | <String Id="FilesInUseIgnoreButton">&Ignore</String> | ||
40 | <String Id="FilesInUseExitButton">E&xit</String> | ||
41 | </WixLocalization> | 36 | </WixLocalization> |