実行可能な構成 (Win32) に対する私の最新の試みは、kodewerx.org にあるものです: http://www.kodewerx.org/wiki/A_Brief_Introduction_To_XULRunner:_Part_2 [2010 年付け]。
私の設定は次のとおりです。
c:\program files\xulrunner\xulrunner.exe ..et all..
c:\program files\myapp\application.ini
システム PATH に c:\program files\xulrunner を追加しました。コマンド プロンプトから xulrunner.exe が実行され、デフォルトのヘルプ ページが表示されます。したがって、xulrunner.exe が実行されます。
Mozilla の Dev Org アプリを使用して、アドオン開発をジャンプ開始しました: http://www.mozdev.org/projects/wizard/
典型的な moz/chrome レイアウトで、多数のファイルを提供してくれるアプリケーション コンフィギュレーターを使用しました。
c:\Program Files\MyApp\application.ini
c:\Program Files\MyApp\defaults\preferences\prefs.js
c:\Program Files\MyApp\chrome.manifest
c:\Program Files\MyApp\chrome\content\[*.xul|*.js]
c:\Program Files\MyApp\chrome\locale\en-US\*.dtd
c:\Program Files\MyApp\chrome\skin\*.css
現在の日付で指定する Gecko の最小/最大バージョンについては不明です。現時点では、application.ini にこれがあります。
[App]
Name=MyApp
ID=myapp@stainsby.ca
Version=0.1
BuildID=0001
Vendor=Stainsby
[Gecko]
MinVersion=1.9.2.0
MaxVersion=28.0.*
何か案は?