quiet/silentinstallation

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
MAcKZloy
Posts: 3
Joined: Tue 23 Jun 2009 03:11

quiet/silentinstallation

Post by MAcKZloy » Tue 23 Jun 2009 03:14

How I can do quiet/silentinstallation?

MAcKZloy
Posts: 3
Joined: Tue 23 Jun 2009 03:11

Another question

Post by MAcKZloy » Tue 23 Jun 2009 04:40

Please, show me how I can register Devart.Data.SQLite.dll and Devart.Data.dll :oops:

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 23 Jun 2009 07:58

Please use the following command line parameters:
1) the minimal type installation (only run-time assemblies and registration in machine.config)
dcsqlite.exe /TYPE=COMPACT /VERYSILENT
2) uninstall
\Program Files\Devart\dotConnect\SQLite\Uninstall\unins000.exe /VERYSILENT /NOFEEDBACK
Last edited by Shalex on Wed 21 Apr 2010 15:11, edited 1 time in total.

MAcKZloy
Posts: 3
Joined: Tue 23 Jun 2009 03:11

Thanks

Post by MAcKZloy » Tue 23 Jun 2009 10:10

This is the best answer.

Post Reply