Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  mozinstall.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

:mod:`mozinstall` --- Install and uninstall Gecko-based applications
====================================================================

mozinstall is a small python module with several convenience methods
useful for installing and uninstalling a gecko-based application
(e.g. Firefox) on the desktop.

Simple example
--------------

::

    import mozinstall
    import tempfile

    tempdir = tempfile.mkdtemp()
    firefox_dmg = 'firefox-38.0a1.en-US.mac.dmg'
    install_folder = mozinstall.install(src=firefox_dmg, dest=tempdir)
    binary = mozinstall.get_binary(install_folder, 'Firefox')
    # from here you can execute the binary directly
    # ...
    mozinstall.uninstall(install_folder)

API Documentation
-----------------

.. automodule:: mozinstall
   :members: is_installer, install, get_binary, uninstall,
             InstallError, InvalidBinary, InvalidSource

[ Dauer der Verarbeitung: 0.35 Sekunden  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge