I wrote an installer for SeaMonkey, which is basically the continuation of the mozilla suite, see: http://www.mozilla.org/projects/seamonkey for more details. This is basically a combination of the Mozilla silent installer on the website + the firefox set default script someone posted a couple of weeks ago. I haven't fooled around with a remove command for it, don't really need to in my case.

<package
  id="seamonkey"
  name="Mozilla Seamonkey"
  revision="153"
  reboot="false"
  priority="10">


  <check type="uninstall" condition="exists" path="Mozilla SeaMonkey" />

<install cmd='"\\roark\wpkg\pkg\seamonkey-1.0.1.en-US.win32.installer.exe" -ma -ira' />

  <install cmd='\\roark\wpkg\files\Set_Seamonkey_as_default.cmd' />



  <upgrade cmd='' />

</package>



and Set_Seamonkey_as_default.cmd contains:

"%ProgramFiles%\mozilla.org\SeaMonkey\seamonkey.exe" -CreateProfile default
"%ProgramFiles%\mozilla.org\SeaMonkey\seamonkey.exe" -setDefaultBrowser -silent












-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to