aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/TestData/WixStdBa/Data
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-05-15 22:11:57 -0400
committerBob Arnson <github@bobs.org>2024-06-10 20:44:12 -0400
commit1a38763b97ce53fa99e1d16f739b93135698df41 (patch)
tree178605b56a73c52635c3b9c89178ea5e4567c9b0 /src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/TestData/WixStdBa/Data
parenteed1b5bbfb49d2425417bc342ecabe9edc206cdf (diff)
downloadwix-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.wxl38
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&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/norestart - suppress any attempts to restart. By default UI will prompt before restart.&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
11 <String Id="HelpCloseButton" Value="&amp;Close" />
12 <String Id="InstallLicenseTerms" Value="Click the &quot;Install&quot; button to accept the prerequisite &lt;a href=&quot;#&quot;&gt;license terms&lt;/a&gt;." />
13 <String Id="InstallAcceptAndInstallButton" Value="&amp;Install" />
14 <String Id="InstallDeclineButton" Value="&amp;Decline" />
15 <String Id="ProgressHeader" Value="Setup Progress" />
16 <String Id="ProgressLabel" Value="Processing:" />
17 <String Id="ProgressCancelButton" Value="&amp;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="&amp;Restart" />
22 <String Id="SuccessCloseButton" Value="&amp;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 &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;." />
26 <String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
27 <String Id="FailureRestartButton" Value="&amp;Restart" />
28 <String Id="FailureCloseButton" Value="&amp;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 &amp;applications." />
33 <String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
34 <String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required." />
35 <String Id="FilesInUseRetryButton" Value="&amp;Retry" />
36 <String Id="FilesInUseIgnoreButton" Value="&amp;Ignore" />
37 <String Id="FilesInUseExitButton" Value="E&amp;xit" />
38</WixLocalization>