System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: fb0feed81533146a0f58f8fd015063b98f8fa86b
Title: Add MSI Installation Support for .NET x64
Status: Closed Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: Setup Resolution: Rejected
Last Modified: 2013-02-15 00:01:38
Version Found In: 1.0.84.0
User Comments:
anonymous added on 2013-02-14 20:19:27: (text/x-fossil-plain)
We have run into issues deploying on an Azure VM, because the installation is an EXE, which requires user interaction to install.  Could an installation be created that allows the x64 .NET 4.5 build to run silently via the command line only?  We have tried manually putting the assemblies from the install on the server, but it seems to want the installation to run for it to work.

mistachkin added on 2013-02-15 00:01:00: (text/x-fossil-wiki)
Per the [/doc/trunk/www/downloads.wiki|downloads] page, installing the managed
assemblies into the GAC is not recommended (unless the VS design-time components
are required, which they should not be on a server system).  The recommended means
of server deployment is also described on the download page (i.e. pure app-local).