How to deploy XULRunner

From CDOT Wiki
Revision as of 13:17, 25 November 2006 by Cbguy1 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Windows

If you do not wish to use the XUL Runner installer, the installed files should be arranged in the following directory structure:

   * installdir/
         * application.ini
         * components/
               + ... components which are part of the application 
         * chrome/
               + ... chrome which is part of the application 
         * ... additional application files such as icons, etc
         * myapplicationname.exe (This is the "stub executable"... you should copy and rename this file from xulrunner-stub.exe in your XULRunner installation.)
         * xulrunner/
               + ... copy xulrunner/ to this directory