Changes

Jump to: navigation, search

SeaMonkey

990 bytes added, 17:43, 3 March 2008
no edit summary
This will of course create a SeaMonkey dummy profile in the systems account windows profile, but I can life with that.
 
 
'''Alternative Method'''
 
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]
<pre>
[General]
; Run Mode values:
Run Mode=Silent
[Component Navigator]
Attributes=SELECTED|FORCE_UPGRADE
</pre>
 
Adjust the foldername of "seamonkey_extracted" and "c:\temp" to use a package like the one below, which also speeds up installing and upgrading.
<pre>
<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>
</pre>
[[category:Silent Installers]]
20
edits

Navigation menu