diff --git a/app-openbis-installer/source/java/ch/systemsx/cisd/openbis/installer/izpack/GlobalInstallationContext.java b/app-openbis-installer/source/java/ch/systemsx/cisd/openbis/installer/izpack/GlobalInstallationContext.java
index 243dcf7d9487ccc592be5f28c2eaebb43a0b3ef6..debb2aca8f64aa1c6c01e8a26e652488bc1da45d 100644
--- a/app-openbis-installer/source/java/ch/systemsx/cisd/openbis/installer/izpack/GlobalInstallationContext.java
+++ b/app-openbis-installer/source/java/ch/systemsx/cisd/openbis/installer/izpack/GlobalInstallationContext.java
@@ -47,8 +47,6 @@ public class GlobalInstallationContext
 
     public static final String TECHNOLOGY_ELN_LIMS = "ELN-LIMS";
 
-    public static final String TECHNOLOGY_ELN_LIMS_LIFE_SCIENCES = "ELN-LIMS-LIFE-SCIENCES";
-
     public static final String TECHNOLOGY_MICROSCOPY = "MICROSCOPY";
 
     public static final String TECHNOLOGY_FLOW_CYTOMETRY = "FLOW";
@@ -57,7 +55,7 @@ public class GlobalInstallationContext
 
     public static final String[] TECHNOLOGIES =
             { TECHNOLOGY_ILLUMINA_NGS, TECHNOLOGY_ELN_LIMS, TECHNOLOGY_MICROSCOPY,
-                    TECHNOLOGY_FLOW_CYTOMETRY, TECHNOLOGY_ELN_LIMS_LIFE_SCIENCES };
+                    TECHNOLOGY_FLOW_CYTOMETRY };
 
     /**
      * set to true if the installation process is trying to update an existing openBIS installation.