diff --git a/install/process.php b/install/process.php
index b7925e41..814ece82 100644
--- a/install/process.php
+++ b/install/process.php
@@ -12,6 +12,10 @@
// don't let SQL time out when 30-500 seconds (depending on php.ini) is not enough
@set_time_limit(0);
+if (file_exists("../var/installed")) {
+ die("ERROR!
Installation appears to have been completed.
If this is an error remove /var/installed file in install directory.");
+}
+
class Process {
function __construct() {