El lun, 02-07-2007 a las 09:17 -0700, Brad Taylor escribió: > Hey, > > > I've downloaded the sources of the Medsphere's installer of Gtk# > > 2.10.1, and I've modified them to support the .NET Framework 2.0. > > Changes are very simple. > > Cool! I just have a few notes on your patch: > > * Much of your Runtime.iss still references the v1.1 GAC, namely > ConfigureGacInstallBat, and your SDK.iss is still set up for Visual > C# 2003 (v7.1).
If I understood, that procedure (ConfigureGacInstallBat) checks if the runtime or SDK are installed, and replace this string: 'C:\Program Files\Microsoft.NET\SDK\v1.1\' by the real path of the SDK in both .bat files, which are used to add and remove the gtk-sharp assemblies in the GAC. Is this right? Some comments on this procedure are incorrect. For example, when it says "// Base on SDK 1.1", while it's checking 2.0. I forgot to change it. Regarding Visual Studio, I don't have version 2005 to test the installer. > Other than that, great work! Thank you very much for your notes. I will try to fix them soon. Cheers. -- Milton Pividori Blog: http://www.miltonpividori.com.ar Jabber ID: [EMAIL PROTECTED] GnuPG Public Key: gpg --keyserver wwwkeys.pgp.net --recv-key 0x663C185C _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
