Asked By
ann tanner
20 points
N/A
Posted on - 05/10/2012
Hello and good day! I encountered an error while setting up the Visual Studio 11. The error description says that the system cannot find the path specified. Â Please help me to fix this issue. Thank You!
Error:
Setup Failed!
Install cannot continue because some required components failed.
Please correct the following problems and restart the setup to ensure full product functionality.
Package name : ApplyComplete
Error Description : The system cannot find the path specified.
Visual Studio 11 Path Cannot Find Error Message
 Its an easy Solution i could say, please follow the steps below:
1) Use process monitor to see which file is being accessed.
2) Now  When you know which file it is, you should be able to determine if the problem is related to your machine or if the installation media has an error.
Hope this will help farther.Â
Thank you
Visual Studio 11 Path Cannot Find Error Message
Hi there Ann,Â
A lot of Visual Studio user have encountered this error and this alternate solution might help you. Use SetReg.exe to disable Certificate Revocation List checking, this is available on the .NET Framework SDK and which is now part of Windows SDK.
Try running this commards to disable CRL Checks:
setreg 3 FALSE
setreg 9 FALSE
Hope this helps you with your problem.Â
Waall Mike