Thanks for doing that. I like what you have there. I made a change with my check and added your remove cmd. Now my Seamonkey looks like:

<package
  id="seamonkey"
  name="Mozilla Seamonkey"
  revision="155"
  reboot="false"
  priority="10">
<check type="file" condition="exists" path="%programfiles%\mozilla.org\SeaMonkey\seamonkey.exe" /> <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='"\\roark\wpkg\pkg\seamonkey-1.0.1.en-US.win32.installer.exe" -ma -ira' />
  <upgrade cmd='\\roark\wpkg\files\Set_Seamonkey_as_default.cmd' />

  <remove cmd='"%SYSTEMROOT%\SeaMonkeyUninstall.exe -ms"' />
</package>


Sometime I need to add under the install cmd one that creates a link on the desktop with a shortcut to seamonkey with -mail on the end to bring up the email client when clicked (some of my users like having the mail icon versus loading seamonkey and clicking on the mail icon in the corner). I hope this helps others.



Georg Lutz wrote:
Hi Adam,

the uninstall command is "%SYSTEMROOT%\SeaMonkeyUninstall.exe -ms".

BTW, I have created a new entry with a merge between your and mine
proposal: http://www.wpkg.org/index.php/SeaMonkey

About what I am unsure is if the SeaMonkey installer handles upgrade
automatically and we can just use the install cmd as upgrade cmd.




-------------------------------------------------------
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