aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64
blob: 8b23f4a3d053e26663d79951b665f5280752185f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<Installer>
    <Name>Qt Creator %QTC_DISPLAY_VERSION% (64 bit)</Name>
    <Version>%QTC_VERSION%</Version>
    <Title>Qt Creator %QTC_DISPLAY_VERSION% (64 bit)</Title>
    <Publisher>The Qt Company Ltd</Publisher>
    <InstallerWindowIcon>logo-small</InstallerWindowIcon>
    <InstallerApplicationIcon>logo-small</InstallerApplicationIcon>
    <Watermark>watermark.png</Watermark>
    <StartMenuDir>Qt Creator</StartMenuDir>
    <ProductUrl>http://www.qt.io/</ProductUrl>
    <MaintenanceToolName>QtCreatorUninst</MaintenanceToolName>
    <DependsOnLocalInstallerBinary>true</DependsOnLocalInstallerBinary>
    <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
    <TargetDir>@rootDir@/Qt/qtcreator-%QTC_DISPLAY_VERSION%</TargetDir>
    <WizardDefaultHeight>560</WizardDefaultHeight>
    <AllowSpaceInPath>true</AllowSpaceInPath>
</Installer>