Travail sur le fichier excel

This commit is contained in:
2025-05-16 01:53:48 +02:00
parent f1c8109a42
commit ba2a27ef29
7 changed files with 73 additions and 16 deletions

View File

@@ -2,17 +2,8 @@
echo ===============================
echo Installation MySQL ODBC 9.3.0
echo ===============================
SET MYPATH=C:\domo91
SET INSTALLER=%MYPATH%\mysql-connector-odbc-9.3.0-winx64.msi
IF EXIST "%INSTALLER%" (
echo >> Démarrage de l'installation silencieuse...
msiexec /i "%INSTALLER%" /qn
echo >> Installation terminée avec succès.
pause
) ELSE (
echo >> Fichier MSI non trouvé :
echo >> %INSTALLER%
pause
)
echo Installation des composants requis...
start /wait vc_redist.x64.exe /quiet /norestart
start /wait mysql-connector-odbc-9.2.0-winx64.msi /quiet
echo Installation terminée.
pause

Binary file not shown.