Ajout Installers pour Mysql-connector

This commit is contained in:
2025-05-14 09:39:15 +02:00
parent d49445352a
commit f1c8109a42
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
@echo off
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
)

Binary file not shown.