Difference between revisions of "Firefox Preloader"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | This is a silent installer for Firefox Preloader. | + | This is a silent installer and uninstaller for Firefox Preloader. |
[http://sourceforge.net/projects/ffpreloader/ 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. | [http://sourceforge.net/projects/ffpreloader/ 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. |
Latest revision as of 14:08, 3 May 2009
This is a silent installer and uninstaller for Firefox Preloader.
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='"%SOFTWARE%\Firefox\FirefoxPreloaderSetup.exe" -ms' />
<remove cmd='%WINDIR%\UninstallFirefoxPreloader.exe -ms' />
</package>