blob: 70ce9f6024fa62bd534dbeffcc1f31097ae7c47c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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>
<AllowNonAsciiCharacters>false</AllowNonAsciiCharacters>
<!--
<RemoteRepositories>
<Repository>
<Url>http://localhost/repository/</Url>
</Repository>
</RemoteRepositories>
-->
<MaintenanceToolName>Uninstall-$APPNAME</MaintenanceToolName>
$PLATFORM_BLOCK
</Installer>
|