Thursday, March 02, 2017

The package manifest failed signature validation VS 2017

The package manifest failed signature validation visual studio 2017 fix. Download visual studio 2017 offline.
Visual Studio 2017 RC


NOTE: This trick worked for me! Try at your own risk.


I have seen a lot of people (including me) facing this error while install visual studio 2017. Especially, those are trying to install visual studio 2017 from offline installer are facing this problem. If you don't know how to make an offline installer for visual studio 2017 check this link.

https://goo.gl/LJynVY

Visual Studio Professional 2017 RC single file download. https://goo.gl/f0iYsa (I've tried this one)
Password: oneuploads.com




I don't know what the actual problem is. So, I can not explain how this work. But this trick worked for me. I assume you have downloaded the installer. Now copy vs_SKU.exe (Ex: vs_professional.exe) and vs_installer.opc from the downloaded directory to a new directory/folder for safety. Open command prompt from the new directory. You can do this by holding shift+right click on blank space and select Open command window here. Copy the following command and press enter.

vs_professional.exe --layout e:\vs2017offline --lang en-US --add vs_installer.opc

Note: Red marked text means where to download the vs_installer.opc file.
If you can not find the vs_installer.opc file after finishing the download then use this search tool to search the file (Download Everything). When you find the new file replace it with the original file.

Make sure to install certificates from certificate directory.
Now run vs_professional.exe

Hope this will help you.

No comments:

Post a Comment

!! COMMENT HERE FOR ANY PROBLEM !!

Featured post

WordPress yoast plugin remove date or article:published_time

Yoast is an essential plugin for WordPress SEO. It is one of the best SEO plugin for wordpress right now. But, after disabling date from ...