Travail sur le fichier excel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user