diff --git a/core/trunk/install/class/Class_Install.php b/core/trunk/install/class/Class_Install.php
index a2f1d09f638f01267531a6f801e5e1854c28943f..33e7295bac75230a87467e79e1732facf3124f0a 100755
--- a/core/trunk/install/class/Class_Install.php
+++ b/core/trunk/install/class/Class_Install.php
@@ -126,11 +126,6 @@ class Install extends functions
         if (!$this->isPearRequirements('MIME/Type.php')) {
             return false;
         }
-/*
-        if (!$this->isPearRequirements('Maarch_CLITools/FileHandler.php')) {
-            return false;
-        }
-*/
         if (!$this->isIniErrorRepportingRequirements()) {
             return false;
         }
diff --git a/core/trunk/install/view/prerequisites_view.php b/core/trunk/install/view/prerequisites_view.php
index 598eada6e97f748e481c9292c4b07c00559fd5de..405788a7b117e2e061a39cf96d5ddc2936cb4899 100755
--- a/core/trunk/install/view/prerequisites_view.php
+++ b/core/trunk/install/view/prerequisites_view.php
@@ -176,6 +176,19 @@
                         <?php echo _CLITOOLS; ?>
                     </td>
                 </tr>
+                <tr>
+                    <td class="voyantPrerequisites">
+                        <?php echo $Class_Install->checkPrerequisites(
+                            $Class_Install->isPearRequirements(
+                                'SOAP/Disco.php'
+                            ),
+                            true
+                        ); ?>
+                    </td>
+                    <td>
+                        <?php echo 'SOAP'; ?>
+                    </td>
+                </tr>
                 <tr>
                     <td>&nbsp;