I am trying to install SSMS 2017 and i got the following error.
[307C:1F00][2018-05-19T18:52:38]i000: MainViewModel.OnPackageAction: Install Completed for package Microsoft System CLR Types for SQL Server 2017
[307C:1F00][2018-05-19T18:52:38]i319: Applied rollback package: SQLSysClrTypes.msi, result: 0x0, restart: None
[36B0:0CDC][2018-05-19T18:52:38]i329: Removed package dependency provider: {9D78F5D4-79D2-4FC6-AC56-F364A0ABC54F}, package: SQLSysClrTypes.msi
[36B0:0CDC][2018-05-19T18:52:38]i351: Removing cached package: SQLSysClrTypes.msi, from path: C:\ProgramData\Package Cache\{9D78F5D4-79D2-4FC6-AC56-F364A0ABC54F}v14.0.1000.169\
[307C:1F00][2018-05-19T18:52:38]i000: MainViewModel.OnPackageActionProgress: Percent completed: 100, Overall progress: 100
[36B0:0CDC][2018-05-19T18:52:38]i330: Removed bundle dependency provider: {a4f19bdb-56d9-4fe3-8139-f4b0ffe2b9f7}
[36B0:0CDC][2018-05-19T18:52:38]i352: Removing cached bundle: {a4f19bdb-56d9-4fe3-8139-f4b0ffe2b9f7}, from path: C:\ProgramData\Package Cache\{a4f19bdb-56d9-4fe3-8139-f4b0ffe2b9f7}\
[307C:1F00][2018-05-19T18:52:38]e000: MainViewModel.OnBundleAction: Bundle action failed: Error irrecuperable durante la instalación (0x80070643)
[307C:1F00][2018-05-19T18:52:38]i399: Apply complete, result: 0x80070643, restart: None, ba requested restart: No
[307C:2530][2018-05-19T18:53:04]i000: MainViewModel.OpenUrl: Opening url: C:\Users\cgome\AppData\Local\Temp\SsmsSetup\SSMS-Setup-ENU_20180519185023.log
Try this:
There are a number of issues which could be causing this:
Aside from a full computer "refresh". I have come across a fix for this on another post which I hope will help...
Fix worked for another:
Remove every trace of .Net and C++ (Programs and Features) including Microsoft .Net and Microsoft Visual Studio C++.
Delete, Restart, Install and Re-install Visual Studio etc
Resolution foud here: https://social.msdn.microsoft.com/Forums/sqlserver/en-US/17786747-5f50-4968-9e06-81c25a5af93d/unable-to-install-sql-server-management-studio-2017-fatal-error-0x80070643?forum=sqltools
I was getting the following error :
I solved it by doing the following :
If that does not work for some reason, try uninstalling your Visual C++ Redistributable along with Visual Studio if you have it installed, restart you comp and run through through the process above detailed again.
I had this problem with SSMS 18.7 on Windows 10 and followed these steps to resolve the problem:
sqlncli.dll
to C:\Windows\System32
directory. These two steps are the same as Fabii's answer.Then my problem was resolved. I didn't uninstall anything else nor did any other change.
User contributions licensed under CC BY-SA 3.0