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

Daniel Morgan danielmorgan@verizon.net
Fri, 11 Jun 2004 18:46:02 -0400


Why don't you look at the NSIS script in mono cvs.

monowiz-win32.nsi

 ReadRegStr $0 HKEY_LOCAL_MACHINE SOFTWARE\Mono DefaultCLR

-----Original Message-----
From: John Luke [mailto:jluke@users.sourceforge.net] 
Sent: Thursday, June 10, 2004 9:41 PM
To: Daniel Morgan
Cc: gtk-sharp-list@lists.ximian.com
Subject: RE: [Gtk-sharp-list] gtk# 0.93 windows installer


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