diff --git a/build/exe/doliwamp/index.php.install b/build/exe/doliwamp/index.php.install
index 19ccc548761..dc571e23743 100644
--- a/build/exe/doliwamp/index.php.install
+++ b/build/exe/doliwamp/index.php.install
@@ -13,14 +13,14 @@
//chemin jusqu'aux fichiers alias
$aliasDir = '../alias/';
-
+$appDir = '../apps/';
//on récpères les versions des applis
-$phpVersion = 'WAMPPHPVERSION';
-$apacheVersion = 'WAMPAPACHEVERSION';
-$mysqlVersion = 'WAMPMYSQLVERSION';
+$phpVersion = '5.2.5';
+$apacheVersion = '2.2.6';
+$mysqlVersion = '5.0.45';
@@ -41,10 +41,10 @@ $langues = array(
'versm' => 'MySQL Version :',
'phpExt' => 'Loaded Extensions : ',
'titrePage' => 'Tools',
- 'txtProjet' => 'Your Projects',
- 'txtNoProjet' => 'No projects yet.
To create a new one, just create a directory in \'www\'.',
- 'txtAlias' => 'Your Aliases',
- 'txtNoAlias' => 'No Alias yet.
To create a new one, use the WAMP5 menu.',
+ 'txtAlias' => 'Your aliased softwares',
+ 'txtNoAlias' => 'No Alias found.',
+ 'txtProjet' => 'Your Softwares',
+ 'txtNoProjet' => 'No softwares yet. To create a new one, just create a directory in \'www\'.',
'faq' => 'http://www.en.wampserver.com/faq.php'
),
'fr' => array(
@@ -58,10 +58,10 @@ $langues = array(
'versm' => 'Version de MySQL:',
'phpExt' => 'Extensions Chargées: ',
'titrePage' => 'Outils',
- 'txtProjet' => 'Vos Projets',
- 'txtNoProjet' => 'Aucun projet.
Pour en ajouter un nouveau, créez simplement un répertoire dans \'www\'.',
- 'txtAlias' => 'Vos Alias',
- 'txtNoAlias' => 'Aucun alias.
Pour en ajouter un nouveau, utilisez le menu de WAMP5.',
+ 'txtAlias' => 'Alias d\'applications',
+ 'txtNoAlias' => 'Aucun alias.',
+ 'txtProjet' => 'Autres applications (sans alias)',
+ 'txtNoProjet' => 'Aucune application hors alias. Pour en ajouter un nouveau, créez simplement un répertoire dans \'www\'.',
'faq' => 'http://www.wampserver.com/faq.php'
)
);
@@ -268,8 +268,15 @@ else
}
+// Read PHP extensions
+$loaded_extensions = get_loaded_extensions();
+foreach ($loaded_extensions as $extension)
+ $phpExtContents .= "