diff options
| author | Bob Arnson <bob@firegiant.com> | 2024-05-15 22:11:57 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2024-06-10 20:44:12 -0400 |
| commit | 1a38763b97ce53fa99e1d16f739b93135698df41 (patch) | |
| tree | 178605b56a73c52635c3b9c89178ea5e4567c9b0 /src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/TestData/WixStdBa/Data | |
| parent | eed1b5bbfb49d2425417bc342ecabe9edc206cdf (diff) | |
| download | wix-1a38763b97ce53fa99e1d16f739b93135698df41.tar.gz wix-1a38763b97ce53fa99e1d16f739b93135698df41.tar.bz2 wix-1a38763b97ce53fa99e1d16f739b93135698df41.zip | |
Add a IUIBA edge-case test and clean up a bit.
Diffstat (limited to 'src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/TestData/WixStdBa/Data')
| -rw-r--r-- | src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/TestData/WixStdBa/Data/preqs.wxl | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/TestData/WixStdBa/Data/preqs.wxl b/src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/TestData/WixStdBa/Data/preqs.wxl new file mode 100644 index 00000000..71e8864a --- /dev/null +++ b/src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/TestData/WixStdBa/Data/preqs.wxl | |||
| @@ -0,0 +1,38 @@ | |||
| 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] Prerequisites Setup" /> | ||
| 6 | <String Id="Title" Value="Prerequisites required for [WixBundleName] setup" /> | ||
| 7 | <String Id="NonPrereqTitle" Value="[WixBundleName] setup" /> | ||
| 8 | <String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" /> | ||
| 9 | <String Id="HelpHeader" Value="Setup Help" /> | ||
| 10 | <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 | <String Id="HelpCloseButton" Value="&Close" /> | ||
| 12 | <String Id="InstallLicenseTerms" Value="Click the "Install" button to accept the prerequisite <a href="#">license terms</a>." /> | ||
| 13 | <String Id="InstallAcceptAndInstallButton" Value="&Install" /> | ||
| 14 | <String Id="InstallDeclineButton" Value="&Decline" /> | ||
| 15 | <String Id="ProgressHeader" Value="Setup Progress" /> | ||
| 16 | <String Id="ProgressLabel" Value="Processing:" /> | ||
| 17 | <String Id="ProgressCancelButton" Value="&Cancel" /> | ||
| 18 | <String Id="SuccessHeader" Value="Prerequisite Setup Successful" /> | ||
| 19 | <String Id="SuccessLayoutHeader" Value="Layout Successfully Completed" /> | ||
| 20 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> | ||
| 21 | <String Id="SuccessRestartButton" Value="&Restart" /> | ||
| 22 | <String Id="SuccessCloseButton" Value="&Close" /> | ||
| 23 | <String Id="FailureHeader" Value="Setup Failed" /> | ||
| 24 | <String Id="FailureLayoutHeader" Value="Layout Failed" /> | ||
| 25 | <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>." /> | ||
| 26 | <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." /> | ||
| 27 | <String Id="FailureRestartButton" Value="&Restart" /> | ||
| 28 | <String Id="FailureCloseButton" Value="&Close" /> | ||
| 29 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to start even though all of the prerequisites are installed." /> | ||
| 30 | <String Id="FilesInUseTitle" Value="Files In Use" /> | ||
| 31 | <String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" /> | ||
| 32 | <String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &applications." /> | ||
| 33 | <String Id="FilesInUseCloseRadioButton" Value="Close the &applications and attempt to restart them." /> | ||
| 34 | <String Id="FilesInUseDontCloseRadioButton" Value="&Do not close applications. A reboot will be required." /> | ||
| 35 | <String Id="FilesInUseRetryButton" Value="&Retry" /> | ||
| 36 | <String Id="FilesInUseIgnoreButton" Value="&Ignore" /> | ||
| 37 | <String Id="FilesInUseExitButton" Value="E&xit" /> | ||
| 38 | </WixLocalization> | ||
