diff --git a/imce.install b/imce.install
index 8d3e420..167e9d5 100644
--- a/imce.install
+++ b/imce.install
@@ -11,7 +11,6 @@
 function imce_install() {
   module_load_include('inc', 'imce', 'inc/imce.core.profiles');
   imce_install_profiles();
-  drupal_set_message(st('!module has been installed.', array('!module' => l(st('IMCE'), 'admin/config/media/imce'))));
 }
 
 /**
@@ -101,4 +100,5 @@ function imce_update_7001(&$sandbox) {
     db_drop_table('imce_files');
     return t('Migrated IMCE files.');
   }
-}
\ No newline at end of file
+}
+
