Error when trying to install Visual Studio 2013: Access Denied KB2829760

1

I'm trying to install Visual Studio from the%% ISO I've downloaded so I can continue with my C # studies.

However, when I try to install, an error appears:

KB2829760
Access Denied

The operating system I'm using is Windows 10.

Has anyone ever had this problem?

The installer is this:

NOTE:IdidnotaskinSuperUser,becauseIamnotanEnglishexpert,butIdecidedtoask,sinceIsawthattherearesimilarquestionshereonthesitethatwerewellreceived(notclosedornotreceivedashowerofnegatives).

Error installing Visual Studio 2013 Professional

    
asked by anonymous 26.05.2016 / 14:24

1 answer

2

It seems that your error is due to problems with incorrect permissions in the access control list (ACL) in some parts of registry .

kb2829760 is called Visual Studio 2013 Updates. Since the error information points to security issues, check the following:

  • Make sure you are running the Visual Studio installation as an administrator;

  • Use the subacl tool and a script to give proper permissions to all files and entries in registry , according to this reference:

  • link

    Source .

        
    26.05.2016 / 14:33