How to install SQLIte at clients

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
JvanDorsten
Posts: 10
Joined: Tue 03 Jan 2006 15:59

How to install SQLIte at clients

Post by JvanDorsten » Wed 04 Jun 2008 08:59

One option to deploy sqlite on the clients is by running the setup in mimimum mode, it is mentioned in the documentation.

Now i am trying to include the installation in our setup, but i can't find the right parameters to run the installation in silent mode, and to automaticly run the minimum installation. I don't want our users to seperatly run the setup.

We need the setup to add the ado.net provider to the machine.config.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 04 Jun 2008 10:51

Hello,

Well, actually you should not run dotConnect for SQLite installation in a silent mode as it's not legal.
It's easier for you just to include the needed Core Lab libraries into your application.
For the detailed instructions please see "Deployment" topic of help.

Regards,
Alexey.

Post Reply