[Gtk-sharp-list] gtk# 0.93 windows installer

John Luke jluke@users.sourceforge.net
Thu, 10 Jun 2004 21:41:28 -0400


On Thu, 2004-06-10 at 21:25 -0400, Daniel Morgan wrote:
> In the pre-GAC days, you would install gtk#, gtk+, and its dependencies
> in Mono's prefix.
> I do not know about a Mono and GTK# that use the GAC though.  Maybe
> Gonzalo can shed some light?
> 

I was referring more that the gacutil works slightly different to the MS
one, and I am waiting for that to finalize in addition to figuring out
how to detect if mono is installed and if so what is the prefix.  If
someone still has a snippet of this from an old installer, or wants to
tell me how to do so, it will increase the speed with which it is done.

something like the following psuedo code in NSIS speak:
if (mono)
	prefix = $mono_prefix