Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inno Setup script with MySQL ODBC
Message
 
 
To
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:
01370270
Views:
19
I don't think you need .LIB files. They're for C/C++ static linking.

>
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform