Difference between revisions of "Firefox Preloader"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 1: Line 1:
 +
Firefox Preloader is a utility that is designed to load parts of Mozilla Firefox into memory before it is used to improve the its startup time.
 +
 
  <package id="firefoxpreloader" name="Firefox Preloader" revision="1" reboot="false" priority="0">
 
  <package id="firefoxpreloader" name="Firefox Preloader" revision="1" reboot="false" priority="0">
 
  <check type="uninstall" condition="exists" path="Firefox Preloader" />
 
  <check type="uninstall" condition="exists" path="Firefox Preloader" />

Revision as of 11:40, 1 September 2006

Firefox Preloader is a utility that is designed to load parts of Mozilla Firefox into memory before it is used to improve the its startup time.

<package id="firefoxpreloader" name="Firefox Preloader" revision="1" reboot="false" priority="0">
<check type="uninstall" condition="exists" path="Firefox Preloader" />
<install cmd='"\\server\install\FirefoxPreloaderSetup.exe" -ms'>
<exit code="0" />
</install>
<remove cmd='C:\Windows\UninstallFirefoxPreloader.exe -ms' />
</package>