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;
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.