summaryrefslogtreecommitdiffstats
path: root/scripts/installer/config/config.xml
blob: f52ba250936bb5a8d0d9a5f3559182e4da0007fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<Installer>
    <Name>SQLiteStudio</Name>
    <Version>%SQLITESTUDIO_VERSION%</Version>
    <Title>SQLiteStudio Setup</Title>
    <Publisher>SalSoft</Publisher>
    <ProductUrl>http://sqlitestudio.pl</ProductUrl>
    <InstallerWindowIcon>sqlitestudio</InstallerWindowIcon>
    <InstallerApplicationIcon>sqlitestudio</InstallerApplicationIcon>
    <Logo>logo.png</Logo>
    <Background>bg.png</Background>
    <RunProgram>@TargetDir@/%FINAL_EXECUTABLE%</RunProgram>
    <RunProgramArguments>
    </RunProgramArguments>
    <RunProgramDescription>Run SQLiteStudio</RunProgramDescription>
    <StartMenuDir>SQLiteStudio</StartMenuDir>
    <MaintenanceToolName>UpdateSQLiteStudio</MaintenanceToolName>
    <AllowNonAsciiCharacters>true</AllowNonAsciiCharacters>
    <WizardStyle>%WIZARD_STYLE%</WizardStyle>
    <TargetDir>%TARGET_DIR%</TargetDir>
	<ControlScript>controller.qs</ControlScript>
    <RemoteRepositories>
        <Repository>
            <Url>http://sqlitestudio.pl/update-repo/%UPDATE_ARCH%/</Url>
        </Repository>
    </RemoteRepositories>
</Installer>