Changes

SeaMonkey

67 bytes added, 11:54, 6 March 2008
no edit summary
This is a silent installer for the [http://www.mozilla.org/projects/seamonkey/ SeaMonkey Suite], the successor of the Mozilla suite.
<presource lang="xml">
<package
id="seamonkey"
<remove cmd='%SYSTEMROOT%\SeaMonkeyUninstall.exe -ms' />
</package>
</presource>
Please note that I use execute="once" instead of any uninstall check. Perhaps you might want to use this instead:
Adjust the foldername of "seamonkey_extracted" and "c:\temp" to use a package like the one below, which also speeds up installing and upgrading.
<presource lang="xml">
<packages>
<package
id="seamonkey" name="Seamonkey 1.1.8" revision="5" reboot="false" priority="3"> <check type="uninstall" condition="exists" path="SeaMonkey (1.1.8)" /> <install cmd='cmd /C xcopy "%SOFTWARE%\seamonkey_extracted" c:\temp /S /Y'/> <install cmd='cmd /C c:\temp\setup.exe'/> <upgrade cmd='cmd /C xcopy "%SOFTWARE%\seamonkey_extracted" c:\temp /S /Y'/> <upgrade cmd='cmd /C c:\temp\setup.exe'/> <remove cmd='%SYSTEMROOT%\SeaMonkeyUninstall.exe -ms' />
</package>
</packages>
</presource>
[[category:Silent Installers]]
20
edits