Changes

SeaMonkey

120 bytes added, 13:32, 26 June 2012
m
Seamonkey 2
This is a silent installer for the [http://www.mozilla.org/projects/seamonkey/ SeaMonkey Suite], the successor of the Mozilla suite.
== Seamonkey 2 .x == Similar Package to V. 1.x.x, remove cmd has changed.
<source lang="xml">
<package
id="seamonkey2"
name="Seamonkey 2.110"revision="2102100"
reboot="false"
priority="2">
<variable name="version" value="2.10" /> <check type="uninstall" condition="exists" path="SeaMonkey (2.1%version%)" /> <install cmd='cmd /C "%SOFTWARE%\seamonkey2\SeaMonkey Setup 2.1%version%.exe" -ms -ira'/> <install cmd='cmd /c if exist "%AllUsersProfile%\Desktop\Seamonkey.lnk" del /s /q "%AllUsersProfile%\Desktop\Seamonkey.lnk"' />
<upgrade cmd='cmd /C "%SOFTWARE%\seamonkey2\SeaMonkey Setup 2.1%version%.exe" -ms -ira'/> <upgrade cmd='cmd /c if exist "%AllUsersProfile%\Desktop\Seamonkey.lnk" del /s /q "%AllUsersProfile%\Desktop\Seamonkey.lnk"' /> <remove cmd='cmd /c "%PROGRAMFILES%\SeaMonkey\uninstall\helper.exe" /S"' />
</package>
</packages>
20
edits