This version of Portable Firefox is *NOT* official. It's an UNofficial version. It's a COMMUNITY EDITION.

The difference between official version and this version are:
1. Chinese BIG5 Characters Support(Limited to 341 Characters)(UNSTATABLE)
2. Create Prefs.js if it is not exist
3. i18n Support
4. Fix compatibility.ini, extensions.ini, extensions.cache, extensions.rdf
5. Wait for Firefox Anyway(Using FindProc to WAITFORFIREFOX anyway)

Enjoy it!

  Hobbyscripter

----------------------------------------

Usage

1. Read help.html or readme.txt for the orginal Portable Firefox
   Usage
2. Some New Option for Portable Firefox Community Edition:
    (1) WaitForFirefoxAnyway=[true|*false*]
          If this option is true, Portable Firefox will only 
          close when there isn't any firefox.exe in the system 
          task.
    (2) SkipINIFix=[*true*|false]
          If this option is false, Portable Firefox Executable 
          will try to fix compatibility.ini, extensions.ini, 
          extensions.cache, extensions.rdf. But usually it does
          NOT work. i'm still finding the reason.
    (3) SkipUseFirefoxFormatPath=[true|*false*]
          If this option is true, Portable Firefox will turn
          non-ASCII characters into pure ASCII characters (same as
          the format of firefox). This option is a important 
          option to fix the non-ASCII characters errors.


----------------------------------------

Technology Notes:

1. The solution to WAITFORFIREFOX
   > i found that probably reason for that WAITFORFIREFOX
     doesn't work is that the compatibility.ini, extensions.ini, 
     extensions.cache, extensions.rdf in the profile directory 
     has to be edit. The "Compatibility" "LastPlatformDir" value 
     must be $PROGRAMDIRECTORY. Unfortunately, for the
     first-created profile, firefox.exe will restart itself. And
     all Path must be changed in extensions.ini. And the last
     value of extensions.cache must be updated.