Ajout Installers pour Mysql-connector
This commit is contained in:
18
Installers/Installer_OBCD.bat
Normal file
18
Installers/Installer_OBCD.bat
Normal 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
|
||||
)
|
||||
BIN
Installers/mysql-connector-odbc-9.3.0-winx64.msi
Normal file
BIN
Installers/mysql-connector-odbc-9.3.0-winx64.msi
Normal file
Binary file not shown.
Reference in New Issue
Block a user