Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error installing SQLite ADO.NET on Win 7

I am getting the following error when I try to install the ADO.NET version of SQLite on two different Win 7 laptops:

Installer.exe: #32 @ 2012.05.06T13:58:34.8921292: Configuration.Process: No actual changes will be made to this system because "what-if" mode is enabled.
Installer.exe: #33 @ 2012.05.06T13:58:34.8951293: TraceOps.ShowMessage: Cannot continue, the "confirm" option is not enabled.

I am running the Installer.exe as administrator.

like image 431
Silver Sagely Avatar asked May 06 '12 14:05

Silver Sagely


1 Answers

Well I am having exactly the same problem,

but the issue is b/c Installer.exe requires a command line argument, called "-confirm"

They made this to make the exe not install when just double clicked.

So pls try following command from command line

Installer -confirm true

Source : http://system.data.sqlite.org/index.html/ci/793e9b039d165c768114c4c646c9ee1b2e44e03d

like image 127
antew Avatar answered Sep 22 '22 15:09

antew