blob: 0de8db972997a3810a6c8a7cfbda3502b153fa8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>$APPNAME</Name>
<Version>$VERSION</Version>
<Title>$APPNAME Installer ($VERSION)</Title>
<Publisher>LEAP Encryption Access Project</Publisher>
<ProductUrl>https://leap.se</ProductUrl>
<AllowNonAsciiCharacters>false</AllowNonAsciiCharacters>
<Logo>installer-logo.png</Logo>
<InstallerApplicationIcon>installer-icon</InstallerApplicationIcon>
<!--
<RemoteRepositories>
<Repository>
<Url>http://localhost/repository/</Url>
</Repository>
</RemoteRepositories>
-->
<MaintenanceToolName>uninstall</MaintenanceToolName>
$PLATFORM_BLOCK
</Installer>
|