Author: johannes
Date: 2007-09-20 08:08:40 -0500 (Thu, 20 Sep 2007)
New Revision: 9780

Modified:
   trunk/gnue-forms/packaging/win32/gnue-forms.iss.dist_template
Log:
Check for installed GNUe Common package
issue-48 testing



Modified: trunk/gnue-forms/packaging/win32/gnue-forms.iss.dist_template
===================================================================
--- trunk/gnue-forms/packaging/win32/gnue-forms.iss.dist_template       
2007-09-20 11:57:09 UTC (rev 9779)
+++ trunk/gnue-forms/packaging/win32/gnue-forms.iss.dist_template       
2007-09-20 13:08:40 UTC (rev 9780)
@@ -79,4 +79,11 @@
       MsgBox( 'GNUe-Runtime-Environment is not installed!', mbInformation, 
MB_OK );
       Result := false;
     end;
+
+  if (Length(GetPathInstalled('GNUe-Common')) > 0) then
+      Result := true
+  else begin
+      MsgBox('GNUe-Common is not installed!  Please install the GNUe-Common 
package in order to setup GNUe-Forms.', mbInformation, MB_OK);
+      Result := false;
+  end;
 end;



_______________________________________________
commit-gnue mailing list
commit-gnue@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to