With some help on the MSDN managed forum, and I was lucky to have installed this. Some of the steps I took made no sense, but I thought I should document this for others.
I extracted the prerequisite setup program by running \ wcu \ 64bitPrereq \ vs_bsln.exe using the / C switch, and then installed using this command from the admin command line:
msiexec /package vs_bsln.msi /log <filename>
This gave me another error message:
MSI (s) (C4:D4) [09:14:54:489]: Product: Microsoft Visual Studio 2005 64bit Prerequisites (x64) - ENU -- Error 1945.You do not have sufficient privileges to complete the re-advertisement of this product. Re-advertisement requires initiation by a local system account calling the MsiAdvertiseScript API, such as through Group Policy Software Deployment.
The rest does not really make sense to me, but I reiterated that the command above is registered as a domain administrator, not a local administrator and the prerequisites are established!
So, I tried installing Visual Studio again, and it did not try to set prerequisites, but could not with the same message on the next component (as I recall, in Document Explorer). I tried to run \ vs \ setup.exe as Administrator, and it worked.
UPDATE 10/21/09: This problem may be related to starting the installation from a shared DVD drive on another computer. If you encounter such a problem and you start the installation over the network, trying to copy the local installation.
Jim clark
source share