blob: f7d4da8c4f1af5c29b4d6484f2fa27e65cc4b01b (
plain)
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
|
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->
<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption">[WixBundleName] Setup</String>
<String Id="Title">Microsoft .NET Framework required for [WixBundleName] setup</String>
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
<String Id="HelpHeader">Setup Help</String>
<String Id="HelpText">/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%.</String>
<String Id="HelpCloseButton">&Close</String>
<String Id="InstallLicenseTerms">Click the "Accept and Install" button to accept the Microsoft .NET Framework <a href="#">license terms</a>.</String>
<String Id="InstallAcceptAndInstallButton">&Accept and Install</String>
<String Id="InstallDeclineButton">&Decline</String>
<String Id="ProgressHeader">Setup Progress</String>
<String Id="ProgressLabel">Processing:</String>
<String Id="ProgressCancelButton">&Cancel</String>
<String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
<String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
<String Id="SuccessRestartButton">&Restart</String>
<String Id="SuccessCloseButton">&Close</String>
<String Id="FailureHeader">Setup Failed</String>
<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>
<String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
<String Id="FailureRestartButton">&Restart</String>
<String Id="FailureCloseButton">&Close</String>
<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>
<String Id="PREREQBAINFINITELOOPErrorMessage">[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed.</String>
<String Id="FilesInUseTitle">Files In Use</String>
<String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String>
<String Id="FilesInUseNetfxCloseRadioButton">Close the &applications.</String>
<String Id="FilesInUseCloseRadioButton">Close the &applications and attempt to restart them.</String>
<String Id="FilesInUseDontCloseRadioButton">&Do not close applications. A reboot will be required.</String>
<String Id="FilesInUseRetryButton">&Retry</String>
<String Id="FilesInUseIgnoreButton">&Ignore</String>
<String Id="FilesInUseExitButton">E&xit</String>
</WixLocalization>
|