Difference between revisions of "Firefox"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 1: Line 1:
This is a silent installer and uninstaller for Mozilla Firefox 1.0.6, but it should work with other versions of Firefox, too.
+
This is a silent installer and uninstaller for Mozilla Firefox 1.0.7, but it should work with other versions of Firefox, too.
  
If you have a lower version of Firefox installed, it will be automatically removed before Mozilla Firefox 1.0.6 installs.
+
If you have a lower version of Firefox installed, it will be automatically removed before Mozilla Firefox 1.0.7 installs.
  
 
Note the high priority - Firefox should be installed before plugins, like [[Flash Player|Macromedia Flash Player]] or [[Authorware Player|Macromedia Authorware Player]] etc.
 
Note the high priority - Firefox should be installed before plugins, like [[Flash Player|Macromedia Flash Player]] or [[Authorware Player|Macromedia Authorware Player]] etc.
Line 8: Line 8:
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<package<br>
 
<package<br>
         id="firefox106"<br>
+
         id="firefox107"<br>
         name="Mozilla Firefox 1.0.6"<br>
+
         name="Mozilla Firefox 1.0.7"<br>
 
         revision="1"<br>
 
         revision="1"<br>
 
         reboot="false"<br>
 
         reboot="false"<br>
         priority="7"><br>
+
         priority="0"><br>
         <check type="uninstall" condition="exists" path="Mozilla Firefox (1.0.6)" /><br>
+
         <check type="uninstall" condition="exists" path="Mozilla Firefox (1.0.7)" /><br>
 
         <br>
 
         <br>
         <install cmd='"\\server\admin\NON-MSI\firefox\Firefox Setup 1.0.6.exe" -ms'><br>
+
         <install cmd='"\\server\admin\NON-MSI\firefox\Firefox Setup 1.0.7.exe" -ms'><br>
 
    <exit code="0" /><br>
 
    <exit code="0" /><br>
 
         </install><br>
 
         </install><br>
 
         <br>
 
         <br>
         <remove  cmd='C:\Windows\UninstallFirefox.exe -ms' /><br>
+
         <remove  cmd='%SYSTEMROOT%\UninstallFirefox.exe -ms' /><br>
 
     <br>
 
     <br>
 
</package>   
 
</package>   

Revision as of 08:09, 19 October 2005

This is a silent installer and uninstaller for Mozilla Firefox 1.0.7, but it should work with other versions of Firefox, too.

If you have a lower version of Firefox installed, it will be automatically removed before Mozilla Firefox 1.0.7 installs.

Note the high priority - Firefox should be installed before plugins, like Macromedia Flash Player or Macromedia Authorware Player etc.


<package
id="firefox107"
name="Mozilla Firefox 1.0.7"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Mozilla Firefox (1.0.7)" />

<install cmd='"\\server\admin\NON-MSI\firefox\Firefox Setup 1.0.7.exe" -ms'>
<exit code="0" />
</install>

<remove cmd='%SYSTEMROOT%\UninstallFirefox.exe -ms' />

</package>