I have already installed Mono (version 2.11.4) on my Windows 7 system, and now I intend to install MonoDevelop (version 3.0.4.7). However, when I start the MonoDevelop installer I get the following error message, and the installation is terminated:
OK, this can be easily fixed by obtaining the Gtk# installer from here. However, the Mono installation already includes Gtk# 2.12.11, so it really seems like an unnecessary step to also install Gtk# separately.
When Mono including Gtk# is already installed, is there any way to instruct the MonoDevelop installer to (additionally) look for the required Gtk# files in the Mono installation directories?
UPDATE I have tried to install "dummy" registry settings for Gtk#, specifying the Mono root directory as the Gtk# installation folder. This allows me to install MonoDevelop without having to install Gtk# separately, but I am not able to run MonoDevelop afterwards...