Getting error "Package 'sqlsysclrtypes,version=15.1.61808.7030,chip=x86,language=en-US' failed to install."

  • Thread starter Thread starter DeveloperAtCompany
  • Start date Start date
D

DeveloperAtCompany

Guest
Hi,

I created an offline package to install Visual Studio 2017, version 15.8 and I'm getting the below error during the installation:

Package 'sqlsysclrtypes,version=15.1.61808.7030,chip=x86,language=en-US' failed to install.
Search URL
Search - Developer Community
Details
MSI: C:\ProgramData\Microsoft\VisualStudio\Packages\sqlsysclrtypes,version=15.1.61808.7030,chip=x86,language=en-US\SQLSysClrTypes.msi, Properties: REBOOT=ReallySuppress MSIFASTINSTALL="7" SKIPPENDINGREBOOTCHECK="1"
Return code: 1603
Return code details: Fatal error during installation.
Message Details: Microsoft System CLR Types for SQL Server vNext CTP1.6 requires the .NET Framework version 2.0 or 3.0 or 3.5 or 4.0. Ensure that this requirement is fulfilled before installing Microsoft System CLR Types for SQL Server vNext CTP1.6.


Digging into the component installation log, I see this more detailed error on what failed:

MSI (s) (18:DC) [19:16:35:234]: Invoking remote custom action. DLL: C:\windows\Installer\MSI307E.tmp, Entrypoint: IsDotNetFramework20Or30Or35Or40Installed
MSI (s) (18:88) [19:16:35:234]: Generating random cookie.
MSI (s) (18:88) [19:16:35:379]: Created Custom Action Server with PID 17792 (0x4580).
MSI (s) (18:74) [19:16:35:973]: Running as a service.
MSI (s) (18:74) [19:16:36:017]: Hello, I'm your 32bit Impersonated custom action server.
Action start 19:16:35: IsDotNetFramework20Or30Or35Or40Installed.
MSI (s) (18:F0) [19:16:36:041]: Doing action: CA_ErrorPrereqDotNet20Or30Or35Or40
Action ended 19:16:36: IsDotNetFramework20Or30Or35Or40Installed. Return value 1.
Action start 19:16:36: CA_ErrorPrereqDotNet20Or30Or35Or40.
MSI (s) (18:F0) [19:16:36:047]: Product: Microsoft System CLR Types for SQL Server vNext CTP1.6 -- Microsoft System CLR Types for SQL Server vNext CTP1.6 requires the .NET Framework version 2.0 or 3.0 or 3.5 or 4.0. Ensure that this requirement is fulfilled before installing Microsoft System CLR Types for SQL Server vNext CTP1.6.


I already have .Net Framework 4.7 installed and confirmed via registry.

Here's the command i used to create the offline package.

vs_professional__294797539.1519139213.exe --layout c:\vs2017offline --add Microsoft.VisualStudio.Workload.ManagedDesktop;includeRecommended --add Microsoft.VisualStudio.Workload.NetWeb;includeRecommended --add Microsoft.VisualStudio.Workload.Data;includeRecommended --add Microsoft.Net.Component.4.7.2.SDK --add Microsoft.Net.ComponentGroup.4.7.2.DeveloperTools --add Microsoft.VisualStudio.ComponentGroup.IISDevelopment --add Microsoft.VisualStudio.Web.Mvc4.ComponentGroup


Thanks for any help!!

Continue reading...
 
Back
Top