diff --git a/install/class/Class_Install.php b/install/class/Class_Install.php
index e6c36470c9c77090d43ae4d6bb10d9299f598b3e..37e61efa4d9ad985d0b06d1760b57d003bda8a5f 100755
--- a/install/class/Class_Install.php
+++ b/install/class/Class_Install.php
@@ -1766,9 +1766,9 @@ class Install extends functions
             $res .= "\n";
             $res .= "cd ".realpath('.')."/modules/notifications/batch/";
             $res .= "\n";
-            $res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCT';
+            $res .= '#php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCT';
             $res .= "\n";
-            $res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCC';
+            $res .= '#php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCC';
             $res .= "\n";
             $res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n ANC';
             $res .= "\n";