SQL Server install bug : Failed to launch local ScenarioEngine.exe

I have been trying install SQL Server 2012 Developer Edition for quite some time now.. I always get "stuck" at Install Setup Files, the install wizard just hides,

Now, I reviewed the log file for setup, which is: SqlSetup_1

There I found these errors

Attempting to launch process (null)SQLServer2012x86ScenarioEngine.exe
Error: Failed to launch process
Error: Failed to launch local ScenarioEngine.exe: 0x80070003

The full SqlSetup_1 log:

http://pastebin.com/Ehvi1Nvm

any suggestions ?


转到CP中的“卸载程序”,然后修复“SQL Server 2012安装程序”。


我通过转到“控制面板” - >“程序和功能” - >“Microsoft SQL Server 2014本地数据库” - >“修复”


I have had the same problem after I manually cleaned a wild mix of SQL Server versions and instances from my development machine. Got really stuck on this one until I found this MSDN blog which helped me get back on track.

This is what I did.

Add to the registry:

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server110Bootstrap] "BootstrapDir"="C:Program FilesMicrosoft SQL Server110Setup Bootstrap"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server110BootstrapSetup] "PatchLevel"="11.00.2100.60"

Then copy from the media / temp setup directory following files / folder into C:Program FilesMicrosoft SQL Server110Setup BootstrapSQLServer2012

x64 folder, resources folder, setup.exe.

Change to x86 when necessary.

Cheers, Dennis

链接地址: http://www.djcxy.com/p/77738.html

上一篇: 什么是联邦协议?

下一篇: SQL Server安装错误:无法启动本地ScenarioEngine.exe