Firefox Preloader
From WPKG | Open Source Software Deployment and Distribution
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>