XUL:XULRunner command line
From MozillaWiki
This article describes how to use XULRunner from the command line.
Contents
Usage
xulrunner [OPTIONS]
xulrunner APP-FILE [APP-OPTIONS...]
Variables
- APP-FILE
- Application initialization file
- APP-OPTIONS
- Application-specific options
Options
Windows
- --app
- specify APP-FILE (optional)
- -h
- --help
- show a help message
- -v
- --version
- show version
- --gre-version
- print the GRE (Gecko Runtime Enviroment) version to stdout
- --register-global
- register this GRE in the machine registry
- --register-user
- register this GRE in the user registry
- --unregister-global
- unregister this GRE formerly registered with --register-global
- --unregister-user
- unregister this GRE formerly registered with --register-user
- --find-gre <version>
- Find a GRE with version <version> and print its path to stdout