dotConnect for SQLite Documentation
In This Topic
    Installation
    In This Topic

    This section provides detailed instructions for installing dotConnect for SQLite. It covers the standard installation via the setup wizard, NuGet package installation, and command-line installation, including silent and very silent modes.

    Install using NuGet

    You can install dotConnect for SQLite using NuGet using either the Package Manager Console or the NuGet Package Manager.

    Install via the Package Manager Console

    1. Open Microsoft Visual Studio and select the project where you want to install the package.

    2. On the menu bar, select Tools > NuGet Package Manager > Package Manager Console.

    3. In the Package Manager Console, execute the following command:

    dotnet add package Devart.Data.SQLite

    Install via the NuGet Package Manager

    1. Open Microsoft Visual Studio and select the project where you want to install the Devart.Data.SQLite package.

    2. On the menu bar, select Tools > NuGet Package Manager > Manage NuGet Packages for Solutions.

    3. On the Browse tab, choose the package and select your project. Then click Install.

    Installation via package manager

    4. In the Preview Changes dialog, review the modifications that will be applied to your project after the package installation. Click Apply.

    Installation via package manager preview changes

    5. Read and accept the license agreement.

    Installation via package manager license acceptance

    6. Enter your activation key or upload the file containing your activation key, then click OK.

    You can find your activation key in the registration email or in your Customer Portal account.
    To evaluate the product, sign in to the Customer Portal and obtain your 30-day trial activation key.

    Installation via package manager activation key

    Install via the setup wizard

    1. Visit the Devart website and download dotConnect for SQLite.

    2. Locate the downloaded .exe file and double-click it to launch the installation wizard.

    3. Follow the on-screen instructions in the installation wizard.

    Installation via wizard - welcome

    3.1. Read and accept the license agreement. Then click Next.

    Installation via wizard - license agreement

    3.2. Choose the installation folder or use the default location (C:\Program Files (x86)\Devart\dotConnect\SQLite). Then click Next.

    Installation via wizard - select destination

    3.3. Select the components you want to install. Then click Next.

    Installation via wizard - select components
    Entity Developer is selected by default in the list of components. It is downloaded in the background during the provider installation, and its installation starts automatically once the main product installation is completed.

    3.4. Select the Start Menu folder to save the provider's shortcuts. If you prefer not to create a Start Menu folder, select the Don't create a Start Menu folder checkbox. Then click Next.

    Installation via wizard - start menu folder

    3.5. Optional: Select additional tasks.

    Click Next to continue.

    Installation via wizard - additional tasks

    3.6. Complete the installation. Click Install and wait for the process to complete.

    Installation via wizard - installation ready

    3.7. Select an activation mode.

    Click Next to proceed.

    Installation via wizard - license information

    3.8. Click Finish to exit Setup.

    Installation via wizard - completing setup

    Install from the command line

    dotConnect for SQLite supports the following command-line installation modes: silent and very silent.

    To install the provider from the command line using the preferred mode:

    1. Download the installer.

    2. Open Command Prompt as an Administrator.

    3. Navigate to the folder where the installer is located. The default path is:

    %USERPROFILE%\Downloads

    4. Run the installer with the required command-line arguments:

    You can optionally use the /disablegac key, which allows you to keep assemblies local to the project instead of registering them in the Global Assembly Cache (GAC).

    dcsqlite.exe /VERYSILENT /DIR="C:\Program Files\Devart\dotConnect\SQLite" /disablegac