Changes

Jump to: navigation, search

SeaMonkey

68 bytes added, 17:40, 12 April 2008
m
no edit summary
Please note that I use execute="once" instead of any uninstall check. Perhaps you might want to use this instead:
<presource lang="xml">
<check type="uninstall" condition="exists" path="Mozilla SeaMonkey" />
</presource>
If you want to make SeaMonkey the standard browser include an additional install command in the package definition:
<presource lang="xml">
<install cmd='%SOFTWARE%\SeaMonkey\Set_Seamonkey_as_default.cmd' />
</presource>
Where <code>Set_Seamonkey_as_default.cmd</code> is :
<presource lang="dos">
"%ProgramFiles%\SeaMonkey\seamonkey.exe" -CreateProfile default
"%ProgramFiles%\SeaMonkey\seamonkey.exe" -setDefaultBrowser -silent
</presource>
This will of course create a SeaMonkey dummy profile in the systems account windows profile, but I can life with that.
Unzip the seamonkey-1.x.x.de-AT.win32.installer.exe with a tool like 7-zip to a folder.
In this folder edit the config.ini for your needs, especially the sections [General] and [Component Navigator]
<presource lang="ini">
[General]
; Run Mode values:
[Component Navigator]
Attributes=SELECTED|FORCE_UPGRADE
</presource>
Adjust the foldername of "seamonkey_extracted" and "c:\temp" to use a package like the one below, which also speeds up installing and upgrading.

Navigation menu