How can I get Instant WordPress to open in a browser other than Internet Explorer, such as Firefox or Chrome?
Adjusting the setting in the IWP server config file in the IWP folder at:
iwpserver/pms_config.ini
You will find the line below setting the BrowserPath variable in the Browser section of the config file:
BrowserPath= ../system/InstantWP_GUI.exe
Change this to something like below, to the path of your browser:
BrowserPath= “C:\Program Files\Mozilla Firefox\firefox.exe”
I set this up using Chromium (Open Source Chrome). The normal InstantWP control panel came under a tab instead of a separate window.