XUL:XULRunner command line

From MozillaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This article describes how to use XULRunner from the command line.

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