Silver Sagely
Silver Sagely

Reputation: 403

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.

Upvotes: 6

Views: 11062

Answers (1)

antew
antew

Reputation: 979

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

Upvotes: 21

Related Questions