Changes

Spark

298 bytes added, 10:31, 11 May 2010
Tidyup
This Spark is a silent installer "Cross-platform real-time collaboration client optimized for Sparkbusiness and organizations". Spark is an Open Source, cross-platform XMPP Clientavailable from http://www.igniterealtime.org/projects/spark/.
Spark Download Page: http://www.igniterealtime.org/projects/spark/index.jsp=WPKG Installer=
This xml uninstalls installer:* Uninstalls an already installed version of Spark version.* Assumes you are using the "Offline installation, includes Java JRE" rather than the "Online installation, does not include Java JRE".The installed version was 2* Requires an MSI installer rather than a .5.0 (installed by the install4j exe installer). Options for Install4j (silent uninstall) can be found at: [though these are possibly no longer available, see http://resourceswww.ej-technologiesigniterealtime.comorg/install4jcommunity/helpthread/doc/ For the new install the MSI-Package was used40710].
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/
<source lang="xml">
id="spark"
name="Spark"
revision="23"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Spark" />
<install cmd='msiexec /qn /i %SOFTWARE%\spark\spark_2_5_7spark_2_5_8.msi' /> <upgrade cmd='msiexec /qn /i %SOFTWARE%\spark\spark_2_5_7spark_2_5_8.msi' /> <remove cmd='msiexec /qn /x %SOFTWARE%\spark\spark_2_5_7spark_2_5_8.msi' />
</package>
</packages>
577
edits