Mozilla Firefox (known simply as Firefox) is a free and open-source web browser developed for Windows, OS X, and Linux, with a mobile version for Android, by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.
                         
                        
                            Size: 38 MB
                        
                        
                            Authors: Mozilla
                        
                        
                            Tags:
                                
admin,
                                
browser,
                                
cross-platform,
                                
firefox,
                                
foss,
                                
http,
                                
internet,
                                
internetexplorer,
                                
mozilla,
                                
opera,
                                
www
                         
                        
                        Default path: %ProgramFiles(x86):ProgramFiles%\Mozilla Firefox
                        
                            pbox install firefox
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>firefox</name>
    <title>Mozilla Firefox</title>
    <version>34.0.5</version>
    <group>application</group>
    <group>browser</group>
    <group>internet</group>
    <archs>32</archs>
    <homedir>%ProgramFiles(x86):ProgramFiles%\Mozilla Firefox</homedir>
    <install>
        <exec>".\exe\FirefoxSetup34.0.5.exe" /S</exec>
    </install>
    <uninstall>
        <exec>"${homedir}\uninstall\helper.exe" /S</exec>
    </uninstall>
</pbox>