Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inno Setup script with MySQL ODBC
Message
De
30/12/2008 19:10:10
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01369043
Message ID:
01370269
Vues:
32
This message has been marked as the solution to the initial question of the thread.
>MaybeODBC driver dlls silent install Thread #813720 can help?
>>Please, does anyone has a tested inno setup script... To allow install MySQL's ODBC together with an application...

Here is the inno's script to install mysql odbc:
[Files]
Source: E:\mysql-odbc\lib\myodbc3.dll; DestDir: {sys}; flags: onlyifdoesntexist
Source: E:\mysql-odbc\lib\myodbc3.lib; DestDir: {sys}; flags: onlyifdoesntexist
Source: E:\mysql-odbc\lib\myodbc3s.dll; DestDir: {sys}; flags: onlyifdoesntexist
Source: E:\mysql-odbc\lib\myodbc3s.lib; DestDir: {sys}; flags: onlyifdoesntexist
Source: E:\mysql-odbc\bin\myodbc3i.exe; DestDir: {sys}; flags: onlyifdoesntexist
Source: E:\mysql-odbc\bin\myodbc3m.exe; DestDir: {sys}; flags: onlyifdoesntexist
Source: E:\mysql-odbc\bin\myodbc3c.exe; DestDir: {sys}; flags: onlyifdoesntexist

[Run]
; run the registration process to add the connector to the ODBC manager
Filename: {sys}\myodbc3i; Parameters: "-a -d -t""MySQL ODBC 3.51 Driver;DRIVER=myodbc3.dll;SETUP=myodbc3s.dll"""
HTH anyone in the future

Feliz Ano Novo meus amigos virtuais
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform