Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inno Setup script with MySQL ODBC
Message
From
30/12/2008 19:10:10
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01369043
Message ID:
01370269
Views:
30
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform