OS: windows 8.1 enterprise, 64 bit (download link)
I've successfully installed SQL Server itself, except the SDK which had a similar error. While installing the package of SSMS, I get an error prompt and the action fails (same error appears in below log file). The same error occurs when I try to install the 2014 version.
I tried to repair and also reinstall some prerequisites:
From the log file:
[153C:05C8][2017-11-28T09:42:11]e000: BootstrapperEngineDataModel.OnError: Burn engine encountered error. PackageId: sql_ssms_extensions_x86, ErrorType: WindowsInstaller, ErrorCode: 1935, Data: 1935,{A6E5F44D-C641-4A67-A876-5E0F8C4AC1AD},0x80070570,IAssemblyCacheItem,Commit,Microsoft.SqlServer.Management.IntegrationServicesEnum,fileVersion="14.0.1000.169",version="14.0.0.000000",culture="neutral",publicKeyToken="89845DCD8080CC91",processorArchitecture="MSIL", ErrorMessage: An error occurred during the installation of assembly 'Microsoft.SqlServer.Management.IntegrationServicesEnum,fileVersion="14.0.1000.169",version="14.0.0.000000",culture="neutral",publicKeyToken="89845DCD8080CC91",processorArchitecture="MSIL"'. Please refer to Help and Support for more information. , UIHint: 0 [153C:05C8][2017-11-28T09:42:11]i000: MainViewModel.AddFailedCondition: Error: SQL Server 2017 Management Studio Extensions: An error occurred during the installation of assembly 'Microsoft.SqlServer.Management.IntegrationServicesEnum,fileVersion="14.0.1000.169",version="14.0.0.000000",culture="neutral",publicKeyToken="89845DCD8080CC91",processorArchitecture="MSIL"'. Please refer to Help and Support for more information. [153C:05C8][2017-11-28T09:42:11]e000: MainViewModel.OnPackageError: setup failed for packageId: sql_ssms_extensions_x86, package: SQL Server 2017 Management Studio Extensions, errorCode: 1935, errorMessage: An error occurred during the installation of assembly 'Microsoft.SqlServer.Management.IntegrationServicesEnum,fileVersion="14.0.1000.169",version="14.0.0.000000",culture="neutral",publicKeyToken="89845DCD8080CC91",processorArchitecture="MSIL"'. Please refer to Help and Support for more information.
Any ideas?
EDIT: I tried to brute-force solve it by:
The error being:
An error occurred during the installation of assembly 'Microsoft.SqlServer.Management.IntegrationServicesEnum,fileVersion="14.0.1000.169"
If no answer, my next action is to format the entire machine and reinstall everything.
User contributions licensed under CC BY-SA 3.0