3,217
edits
Changes
Spark
,no edit summary
This is a silent installer for Spark. Spark is an Open Source, cross-platform XMMP Client.
Spark Download Page: [http://www.igniterealtime.org/projects/spark/index.jsp]
This xml uninstalls an already installed Spark version.
The installed version was 2.5.0 (installed by the install4j installer).
Options for Install4j (silent uninstall) can be found at: [http://resources.ej-technologies.com/install4j/help/doc/]
For the new install I used the MSI-Packagewas used.
<PREsource lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<install cmd='%PROGRAMFILES%\Spark\uninstall.exe -q' />
</package>
<package
id="spark"
</package>
</packages>
</PREsource>
[[Category:Silent Installers]]