I would like my CD html/javascript application to run under
the same browser on all win32 PCs. (This would greatly simplify
development headaches.) If I could run the browser from the Cd
I believe this could be accomplished. It appears that k-meleon
nearly fills this requirement. It apears to run fine (for my purposes) from a CD with a default profile, but unfortunately it displays error messges ( no menu.cfg, accel.cfg, ne menu, etc).
Is there any way to turn these messages off?
I was thinking that since the bowser is executed from the cd
and the current cd drive letter might be different than the default directory path that is already harcoded coded in the profiles.dat file , that acess cannot be had for menu.cfg.
I suppose that lacking this file, it just goes ahead and runs with certain defaults (which I find acceptable)
Do you think the error messages might simply be commented out in the source code? (A browser that could execute on the fly from a cd rom would certainly have many uses!)