在Win 7上安装SQLite ADO.NET时出错

Sil*_*ely 6 sqlite ado.net windows-7

当我尝试在两个不同的Win 7笔记本电脑上安装ADO.NET版本的SQLite时,我收到以下错误:

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.
Run Code Online (Sandbox Code Playgroud)

我以管理员身份运行Installer.exe.

ant*_*tew 20

好吧,我有完全相同的问题,

但问题是b/c Installer.exe需要一个名为"-confirm"的命令行参数

他们这使得只需双击即可安装exe.

所以请从命令行尝试以下命令

Installer -confirm true
Run Code Online (Sandbox Code Playgroud)

资料来源:http://system.data.sqlite.org/index.html/ci/793e9b039d165c768114c4c646c9ee1b2e44e03d

  • 谢谢您的帮助!事实证明我正在走下一个兔子洞.不需要安装SQLite.我在这里绊倒了答案:http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki#q8 (2认同)