Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 842
Matija Grcic Avatar asked Oct 18 '13 08:10

Matija Grcic


4 Answers

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

like image 192
Matija Grcic Avatar answered Nov 11 '22 14:11

Matija Grcic


Try to verify whether you have completely downloaded installer, in case if you are using ISO file. I've checked my own with the same problem, and it was broken. Sha hash was different.

like image 37
Johnny_D Avatar answered Nov 11 '22 16:11

Johnny_D


I had the same issue while installing RTM version. I replaced the files from the RC version I had downloaded earlier. This is what I did to fix the issue

  • Uninstall the failed version of 2013 from control panel -> Uninstall programs

  • Restart the computer

  • Extract the files from the ISO to a local folder

  • Replace the the folder "Packages/vsGragphics Helper..." with the copy from RC version ISO.

  • Re-run the setup again from local folder.

like image 34
Kishore Avatar answered Nov 11 '22 14:11

Kishore


One thing that can cause this error is if the setup files have not been successfully extracted from the ISO. In the case I've just dealt with, a number of setup files were 0 bytes in length.

The problem can be worked around by deleting the affected folder(s) in "packages" so that the installer will download the missing content. Or fixed by identifying the cause of the corruption, e.g., you may need to use different software to extract the contents of the ISO, or the ISO itself may have been corrupted.

like image 1
Harry Johnston Avatar answered Nov 11 '22 15:11

Harry Johnston