Visual Studio 2013 RTM Setup Failed – The form specified for the subject is not one supported or known by the specified trust provider

installationvisual-studio-2013

Visual Studio 2013 released to web!

Top things web developers should know about the Visual Studio 2013 release

System Requirements:

Supported operating systems

Windows 7 SP1 (x86 and x64)

Windows 8 (x86 and x64)

Windows 8.1 (x86 and x64)

Windows Server 2008 R2 SP1 (x64)

Windows Server 2012 (x64)

Windows Server 2012 R2 (x64)

Required components

Internet Explorer 10

Hardware requirements

1.6 GHz or faster processor

1 GB of RAM (1.5 GB if running on a virtual machine)

10 GB of available hard disk space

5400 RPM hard disk drive

DirectX 9-capable video card that runs at 1024 x 768 or higher display
resolution

Source: Microsoft Visual Studio Ultimate 2013

I'm trying to install VS 2013 Ultimate on top of VS 2013 RC and the following error messages are preventing the installation.

enter image description here

The form specified for the subject is not one supported or known by
the specified trust provider.

The failed components are:

Microsoft Visual Studio 2013 VsGraphics Helper

Microsoft Visual C++ 2013 Core Libraries

Microsoft Visual C++ 2013 x86 Libraries

Microsoft Visual C++ 2013 x64 Libraries

Microsoft Visual C++ 2013 ARM Libraries

Microsoft Team Foundation Server 2013 Preview Object Model (x64)

Microsoft Team Foundation Server 2013 Preview Object Model Language
Pack (x64) – ENU

Microsoft .NET Framework 4.5.1 Preview Multi-Targeting Pack (ENU)

Microsoft .NET Framework 4.5.1 Preview Multi-Targeting Pack for
Windows Store Apps (ENU)

Microsoft .NET Framework 4.5.1 Preview Multi-Targeting Pack Language
Pack – enu

This error means that Windows does not recognize the input file as something it is able to affix a digital signature on.

Possible workaround

Using SetReg.exe Set Registry Tool to disable Certificate Revocation List checking.

setreg 3 FALSE 
setreg 9 FALSE

Reference: Another Possible Workaround

I can try the workaround above to sort the problem, but i was in belief that VS 2013 RC can be easily updated?

VS 2013 can be installed side by side with previous versions of Visual
Studio or, if you have a VS 2013 pre-release, it can be installed
straight over top of the pre-release.

Source: Visual Studio 2013 RTM Available

UPDATE

I've tried using web installer or downloading ISO image again, with no success, as possible solutions in related sources.

RELATED

  1. http://connect.microsoft.com/VisualStudio/feedback/details/791407/visual-studio-2013-preview-installation-fails-on-windows-8-1-preview

  2. http://social.msdn.microsoft.com/Forums/en-US/01d682c1-5f2b-450e-b902-e36f904c95bf/vs-express-2013-at-surface

  3. http://social.msdn.microsoft.com/Forums/en-US/fe3d5411-b601-425e-bf44-8cf5cd00f7af/visual-studio-2013-setup-failed-when-installing-on-windows-81-preview?forum=vssetup

  4. http://social.msdn.microsoft.com/Forums/vstudio/en-US/10cce939-b06e-4406-ab9a-36bbbddd342e/setup-failed-vs-2013-pro-beta-on-windows-81-pro-x64-beta-?prof=required

Best Answer

Go to Microsoft Visual Studio Ultimate 2013

then choose Web Installer (the first download option)

enter image description here

If you have already tried installing VS 2013 using ISO Installer you must reboot before trying the Web Installer.

enter image description here