How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

Bypass the Internet Explorer 10 requirement for Visual Studio 2013

Since the release of Visual Studio 2013 there have been some complains about one of the requirements in particular. Some versions of Visual Studio 2013 require Internet Explorer 10 to be installed or else the installation refuses to continue. For users that for some reasons they can’t, or simply don’t want to install Internet Explorer 10 on their system this might pose a big problem as they won’t be able to upgrade to the latest version of Visual Studio.

Luckily a user managed to find a workaround that can be used till Microsoft manages to find a way to remove this requirement. The workaround basically tricks the installer into thinking that you already have Internet Explorer 10 installed on your system, therefore allowing the installer to resume the installation.

Simply paste the following lines in a file and save it as .bat. Then simply run it. After that the registry entries should be modified and you can continue the installation of Visual Studio 2013 as you normally would, this time without the Internet Explorer 10 requirement error.

Note that since this alters the registry entries under HKEY_LOCAL_MACHINE you might need administration rights. So make sure that the .bat file you created is run as admin.

If you are having issues creating the .bat file I’ve attached it below for you.

Download

Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

7 Responses to Bypass the Internet Explorer 10 requirement for Visual Studio 2013

  1. EL says:

    it works thanks but is this no bad effect with my system?

  2. John says:

    Will this method work to install Microsoft Works 8 onto a Windows 10 system that has IE 11 installed on it? I run into a problem where the installer stops because it tries to install IE 6.0 on my machine and can’t. I have Edge as my default browser, could that be the issue?

    • CooLMinE says:

      I have not tried it so I cannot say if it will work or not. It comes down to how Microsoft Works identifies which version of IE is installed.

      One way to find out though…

  3. mugeny says:

    It didnt work on my system .. i am using window 7 professional..

  4. yuvaraj says:

    thanks sir…

  5. Davlat Muminov says:

    Good job thanks a lot. you save my day. Wish you the best of the best bro

  6. ne555 says:

    it’s working! thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *