tomboy r2219 - in trunk: . Setup
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r2219 - in trunk: . Setup
- Date: Tue, 14 Oct 2008 00:33:43 +0000 (UTC)
Author: sharm
Date: Tue Oct 14 00:33:43 2008
New Revision: 2219
URL: http://svn.gnome.org/viewvc/tomboy?rev=2219&view=rev
Log:
2008-10-13 Sandy Armstrong <sanfordarmstrong gmail com>
* Setup/Setup.wxs: Check for .NET 2.0 and Gtk# >= 2.10.
Modified:
trunk/ChangeLog
trunk/Setup/Setup.wxs
Modified: trunk/Setup/Setup.wxs
==============================================================================
--- trunk/Setup/Setup.wxs (original)
+++ trunk/Setup/Setup.wxs Tue Oct 14 00:33:43 2008
@@ -24,6 +24,19 @@
</Directory>
+ <Property Id="GTKSHARPSDKINSTALLVERSION">
+ <RegistrySearch Id='GtksharpsdkRegistry' Type='raw' Root='HKCU' Key='Software\Gtk# SDK\Version' />
+ </Property>
+ <Property Id="GTKSHARPRUNTIMEINSTALLVERSION">
+ <RegistrySearch Id='GtksharpruntimeRegistry' Type='raw' Root='HKCU' Key='Software\Gtk# Runtime\Version' />
+ </Property>
+ <Condition Message="This setup requires Gtk# 2.10 or higher. Please download the runtime installer from http://medsphere.org/projects/gtksharp/">
+ <![CDATA[GTKSHARPSDKINSTALLVERSION > "2.10" OR GTKSHARPRUNTIMEINSTALLVERSION > "2.10"]]>
+ </Condition>
+ <Condition Message='This setup requires the .NET Framework 2.0 or higher.'>
+ <![CDATA[MsiNetAssemblySupport >= "2.0.50727"]]>
+ </Condition>
+
<Feature Id="Complete"
Title="Tomboy Notes"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]