Page 1 of 1
quiet/silentinstallation
Posted: Tue 23 Jun 2009 03:14
by MAcKZloy
How I can do quiet/silentinstallation?
Another question
Posted: Tue 23 Jun 2009 04:40
by MAcKZloy
Please, show me how I can register Devart.Data.SQLite.dll and Devart.Data.dll

Posted: Tue 23 Jun 2009 07:58
by Shalex
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
Thanks
Posted: Tue 23 Jun 2009 10:10
by MAcKZloy
This is the best answer.