5

Hey I am trying to instal monodevelop / Xamarin studio 4.0.8

I have installed: gtk-sharp-2.12.20.msi and .NET 4,

I get this error when installing: Gtk# version 2.12.16 or greater must be installed.

Is there a workaround?

I used download links from: http://monodevelop.com/Download

yes i have seen: Where can I download the REAL MonoDevelop Windows binaries? but i hope that a new seloution is working now, when this is a newer version i am trying to install.

Community
  • 1
  • 1
Benjamin Karlog
  • 330
  • 1
  • 6
  • 22

2 Answers2

13

You must install gtk-sharp-2.12.22 first.

You can download it from here.

SeyedPooya Soofbaf
  • 2,654
  • 2
  • 29
  • 31
  • Actually, yes. I had to setup that install separatly (even from Gtk# + Mono one). Thanks for the link! – Agat Mar 30 '14 at 19:40
2

Try passive install from the command prompt (cmd).

msiexec /i XamarinStudio-4.0.8.msi /passive

nchokoev
  • 398
  • 2
  • 9