mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-03 12:47:13 -06:00
33 lines
2.4 KiB
XML
33 lines
2.4 KiB
XML
<?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://schemas.microsoft.com/wix/2006/localization">
|
|
<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="FailureHeader">Setup Failed</String>
|
|
<String Id="FailureInstallHeader">Setup Failed</String>
|
|
<String Id="FailureUninstallHeader">Uninstall Failed</String>
|
|
<String Id="FailureRepairHeader">Repair 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="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
|
|
</WixLocalization>
|