当我尝试在两台不同的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.
我以管理员身份运行Installer.exe。
答案 0 :(得分:20)
我有完全相同的问题,
但问题是b / c Installer.exe需要命令行参数,称为“-confirm”
他们这样做只是双击后才能安装exe。
请尝试从命令行执行以下命令
Installer -confirm true
来源:http://system.data.sqlite.org/index.html/ci/793e9b039d165c768114c4c646c9ee1b2e44e03d