diff --git a/build/exe/doliwamp/install.forced.php.install b/build/exe/doliwamp/install.forced.php.install
index a2fc65e5bd714ed027acc8782d6f4b901e7c22f3..c024151ec0e84793e69f327c1fc5f5e0872e6e5d 100644
--- a/build/exe/doliwamp/install.forced.php.install
+++ b/build/exe/doliwamp/install.forced.php.install
@@ -13,5 +13,4 @@ $force_install_databaserootpass='WAMPMYSQLNEWPASSWORD';
 $force_install_dolibarrlogin='admin';
 $force_install_nophpinfo='1';
 $force_install_lockinstall='1';
-$force_install_mysqldump='WAMPROOT/bin/mysql/mysqlWAMPMYSQLVERSION/bin/mysqldump.exe';
 ?>
\ No newline at end of file
diff --git a/htdocs/core/conf.class.php b/htdocs/core/conf.class.php
index 3bdb27ac00615a95b1dc0f630c40146627c2026d..7d44cc2d741b753f54438aaa20cca28313dc56ba 100644
--- a/htdocs/core/conf.class.php
+++ b/htdocs/core/conf.class.php
@@ -271,9 +271,6 @@ class Conf
 		 * Set some default values
 		 */
 
-		// System tools
-		if (empty($this->global->SYSTEMTOOLS_MYSQLDUMP)) $this->global->SYSTEMTOOLS_MYSQLDUMP="mysqldump";
-
 		// societe
 		if (empty($this->global->SOCIETE_CODECLIENT_ADDON))      $this->global->SOCIETE_CODECLIENT_ADDON="mod_codeclient_leopard";
 		if (empty($this->global->SOCIETE_CODEFOURNISSEUR_ADDON)) $this->global->SOCIETE_CODEFOURNISSEUR_ADDON=$this->global->SOCIETE_CODECLIENT_ADDON;