System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: cebf3c8600a3e1470623bbe7e06423ad1964d107
Title: Silent Install options
Status: Closed Type: Question
Severity: Important Priority: Medium
Subsystem: Setup Resolution: Not_A_Bug
Last Modified: 2017-10-20 20:13:23
Version Found In: sqlite-netFx40-setup-bundle-x86-2010-1.0.84.0
User Comments:
anonymous added on 2017-10-20 16:49:03:
I would like to perform a silent install of this software.  I would like to do a full install and have all three additional tasks performed by the install.

mistachkin added on 2017-10-20 19:54:18:
The setup packages are created with Inno Setup, found here:

    http://www.jrsoftware.org/

I'm not sure how silent you want the installation to be; however, there are two
command line options you could use:

    /SILENT or /VERYSILENT

Also, you'll need the following command line options to enable the tasks:

    /MERGETASKS="ngen,gac,gac\vs2010"

You'll probably want to read the documentation for Inno Setup to be sure these
command line options do exactly what you want.  Those docs can be seen here:

    http://www.jrsoftware.org/ishelp/

mistachkin added on 2017-10-20 20:13:23:
Also, you may want to consider using a more recent release of System.Data.SQLite.

The 1.0.84.0 release is from January of 2013.