keepassxc

Форк
0
/
KPXC_ExitDlg.wxs 
31 строка · 2.1 Кб
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
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
6
    <Fragment>
7
        <UI>
8
            <Dialog Id="KPXC_ExitDialog" Width="370" Height="270" Title="!(loc.ExitDialog_Title)">
9
                <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUIFinish)" />
10
                <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUICancel)" />
11
                <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.ExitDialogBitmap)" />
12
                <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUIBack)" />
13
                <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
14
                <Control Id="Description" Type="Text" X="135" Y="70" Width="220" Height="40" Transparent="yes" NoPrefix="yes" Text="!(loc.ExitDialogDescription)" />
15
                <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.ExitDialogTitle)" />
16
                <!-- Custom Controls for KPXC Installer -->
17
                <Control Id="LaunchCheckBox" Type="CheckBox" X="80" Y="243" Width="100" Height="17" Property="LAUNCHAPPONEXIT" Hidden="yes" CheckBoxValue="1" Text="Launch KeePassXC">
18
                    <Condition Action="show">NOT Installed OR WIX_UPGRADE_DETECTED</Condition>
19
                </Control>
20
            </Dialog>
21

22
            <InstallUISequence>
23
                <Show Dialog="KPXC_ExitDialog" OnExit="success" Overridable="yes" />
24
            </InstallUISequence>
25

26
            <AdminUISequence>
27
                <Show Dialog="KPXC_ExitDialog" OnExit="success" Overridable="yes" />
28
            </AdminUISequence>
29
        </UI>
30
    </Fragment>
31
</Wix>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.