I want to launch firefox exe with some command line parameters including "-profile" to use a locale profile. That works using the Windows command line at "Start - Execute".
I use a small C++ executable and wanted to start firefox by using ShellExecute or CreateProcess. However both do not work for me using "-profile" in the command line parameter. It does works for "-chrome" parameter.
How do I get it running (without using a bat-file)? Any hints for me on this?
Thanks a lot. Daniel
(More about the "-profile" parameter and locale profiles: http://forums.mozillazine.org/viewtopic.php?t=81759 ) _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
