aboutsummaryrefslogtreecommitdiffstats
path: root/dist/installer/ifw/config/config-windows.xml.in
blob: 4bbb77b97d27d239e69e1068811748b18fc6248d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<Installer>
    <Name>Qt Creator</Name>
    <Version>{version}</Version>
    <Title>Qt Creator {version}</Title>
    <Publisher>Qt Project</Publisher>
    <ProductUrl>http://qt-project.org</ProductUrl>

    <Icon>logo.png</Icon>
    <Watermark>watermark.png</Watermark>
    <UninstallerName>QtCreatorUninst</UninstallerName>
    <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
    <TargetDir>@rootDir@/Qt/qtcreator-{version}</TargetDir>

    <Pages>
      <Page name="LicenseAgreementPage">
        <AcceptLicenseLabel>I have read and understood the terms contained in the above license agreements.</AcceptLicenseLabel>
        <RejectLicenseLabel>I do not accept the terms contained in the above license agreements.</RejectLicenseLabel>
      </Page>
    </Pages>

</Installer>