User Guide
Configuring the internal browser 11
3 Add the Mozilla bin directory to your PATH environment variable. Reboot if
necessary. If you are using Windows 95/98, you may have to specify the short
name version of the path; for example, c:\mozil~1\bin.
4 If your Mozilla bin directory does not have component.reg, or it is small ( < 5k),
then delete it and run mozilla.exe. This generates a new component.reg file.
This file is the database that XPCOM uses to create new objects. If it is not there or
it is empty, the Mozilla control will not be able to create Gecko components.
5 Open a Command prompt and change to the Mozilla bin directory. For example,
if the bin directory is in D:\mozilla, enter
d: and then enter cd mozilla\bin.
6Enter regsvr32 mozctlx.dll.
If this does not work, the directory containing regsvr32.exe is not in your
PATH
variable. Use the Windows Find Files utility to locate the program and then run it
using its full path; for example c:\winnt\system32\regsvr32.exe mozctl.dll.
7 Run regedit.exe and, under HKEY_LOCAL_MACHINE\Software, create a new key
called Mozilla; for example, HKEY_LOCAL_MACHINE\Software\Mozilla.
8 Create a string value under this key called BinDirectoryPath, with a value of the
path to the Mozilla bin directory; for example, c:\mozilla\bin.
For more information, see Knowledge Base article http://www.allaire.com/
Handlers/index.cfm?ID=9927&Method=Full9927/a on the Macromedia website.