aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-07-19 15:17:10 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-07-20 08:53:56 -0500
commit913b6238417dceeb8440315e4669990756d17655 (patch)
treea9e3552ea124d2025e30436afc8629f071c01ed4 /src/ext/Bal/wixstdba/Resources
parent93bb820eff547f8de304f05249f572da861256fb (diff)
downloadwix-913b6238417dceeb8440315e4669990756d17655.tar.gz
wix-913b6238417dceeb8440315e4669990756d17655.tar.bz2
wix-913b6238417dceeb8440315e4669990756d17655.zip
Add WixInternalUIBootstrapperApplication as a new built-in BA.
Implements 6835
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources')
-rw-r--r--src/ext/Bal/wixstdba/Resources/iuipreq.thm67
-rw-r--r--src/ext/Bal/wixstdba/Resources/iuipreq.wxl34
2 files changed, 101 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/iuipreq.thm b/src/ext/Bal/wixstdba/Resources/iuipreq.thm
new file mode 100644
index 00000000..5429b3d2
--- /dev/null
+++ b/src/ext/Bal/wixstdba/Resources/iuipreq.thm
@@ -0,0 +1,67 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Theme xmlns="http://wixtoolset.org/schemas/v4/thmutil">
3 <Font Id="0" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
4 <Font Id="1" Height="-24" Weight="500" Foreground="windowtext">Segoe UI</Font>
5 <Font Id="2" Height="-22" Weight="500" Foreground="graytext">Segoe UI</Font>
6 <Font Id="3" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
7
8 <Window Width="485" Height="300" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)">
9 <ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="mbapreq.png" Visible="yes"/>
10 <Label X="80" Y="11" Width="-11" Height="96" FontId="1" Visible="yes" DisablePrefix="yes">
11 <Text>#(loc.Title)</Text>
12 <Text Condition="WixBundleAction = 2 OR WixBundleCommandLineAction = 1">#(loc.NonPrereqTitle)</Text>
13 </Label>
14
15 <Page Name="Help">
16 <Label X="11" Y="112" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.HelpHeader)</Label>
17 <Label X="11" Y="153" Width="-11" Height="-35" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Label>
18 <Button Name="HelpCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
19 <Text>#(loc.HelpCloseButton)</Text>
20 <CloseWindowAction />
21 </Button>
22 </Page>
23 <Page Name="Install">
24 <Hypertext Name="EulaHyperlink" X="11" Y="121" Width="-11" Height="34" TabStop="yes" FontId="3">#(loc.InstallLicenseTerms)</Hypertext>
25 <Button Name="InstallButton" X="-91" Y="-11" Width="130" Height="23" TabStop="yes" FontId="0">#(loc.InstallAcceptAndInstallButton)</Button>
26 <Button Name="InstallDeclineButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
27 <Text>#(loc.InstallDeclineButton)</Text>
28 <CloseWindowAction />
29 </Button>
30 </Page>
31 <Page Name="Progress">
32 <Label X="11" Y="112" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label>
33 <Label X="11" Y="153" Width="70" Height="17" FontId="3" DisablePrefix="yes">#(loc.ProgressLabel)</Label>
34 <Label Name="OverallProgressPackageText" X="85" Y="153" Width="-11" Height="17" FontId="3" DisablePrefix="yes">[ProgressPackageName]</Label>
35 <Progressbar Name="OverallCalculatedProgressbar" X="11" Y="175" Width="-11" Height="15" />
36 <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button>
37 </Page>
38 <Page Name="Success">
39 <Label X="11" Y="112" Width="-11" Height="30" FontId="2" DisablePrefix="yes">
40 <Text>#(loc.SuccessHeader)</Text>
41 <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text>
42 </Label>
43 <Label X="-11" Y="-20" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">
44 <Text>#(loc.SuccessRestartText)</Text>
45 </Label>
46 <Button Name="SuccessRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessRestartButton)</Button>
47 <Button Name="SuccessCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
48 <Text>#(loc.SuccessCloseButton)</Text>
49 <CloseWindowAction />
50 </Button>
51 </Page>
52 <Page Name="Failure">
53 <Label X="11" Y="112" Width="-11" Height="30" FontId="2" DisablePrefix="yes">
54 <Text>#(loc.FailureHeader)</Text>
55 <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text>
56 </Label>
57 <Hypertext Name="FailureLogFileLink" X="11" Y="153" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureLogLinkText)</Hypertext>
58 <Hypertext Name="FailureMessageText" X="22" Y="190" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes"/>
59 <Label X="-11" Y="-20" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label>
60 <Button Name="FailureRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button>
61 <Button Name="FailureCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
62 <Text>#(loc.FailureCloseButton)</Text>
63 <CloseWindowAction />
64 </Button>
65 </Page>
66 </Window>
67</Theme>
diff --git a/src/ext/Bal/wixstdba/Resources/iuipreq.wxl b/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
new file mode 100644
index 00000000..4afcd10f
--- /dev/null
+++ b/src/ext/Bal/wixstdba/Resources/iuipreq.wxl
@@ -0,0 +1,34 @@
1<?xml version="1.0" encoding="utf-8"?>
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
4
5<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
6 <String Id="Caption">[WixBundleName] Prerequisite Setup</String>
7 <String Id="Title">Prerequisite required for [WixBundleName] setup</String>
8 <String Id="NonPrereqTitle">[WixBundleName] setup</String>
9 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
10 <String Id="HelpHeader">Setup Help</String>
11 <String Id="HelpText">/passive | /quiet - displays minimal UI with no prompts or displays no UI and
12 no prompts. By default UI and all prompts are displayed.
13
14/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
15 <String Id="HelpCloseButton">&amp;Close</String>
16 <String Id="InstallLicenseTerms">Click the "Accept and Install" button to accept the prerequisite &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
17 <String Id="InstallAcceptAndInstallButton">&amp;Accept and Install</String>
18 <String Id="InstallDeclineButton">&amp;Decline</String>
19 <String Id="ProgressHeader">Setup Progress</String>
20 <String Id="ProgressLabel">Processing:</String>
21 <String Id="ProgressCancelButton">&amp;Cancel</String>
22 <String Id="SuccessHeader">Prerequisite Setup Successful</String>
23 <String Id="SuccessLayoutHeader">Layout Successfully Completed</String>
24 <String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
25 <String Id="SuccessRestartButton">&amp;Restart</String>
26 <String Id="SuccessCloseButton">&amp;Close</String>
27 <String Id="FailureHeader">Setup Failed</String>
28 <String Id="FailureLayoutHeader">Layout Failed</String>
29 <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 &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
30 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
31 <String Id="FailureRestartButton">&amp;Restart</String>
32 <String Id="FailureCloseButton">&amp;Close</String>
33 <String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
34</WixLocalization>