Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, August 15, 2012 11:24 PM
On a Windows 7 (x64) Ultimate Edition, I am installing the RTM bits for Visual Studio 2012 Ultimate with Blend. Everything seems to be working perfectly fine until it fails to locate the file "Windows Software Development Kit for Metro style Apps DirectX x64 Remote-x64_en-us.msi" on the installation media's "packages/Windows_SDK" folder.
The folder contains the following files:
Windows Software Development Kit DirectX x64 Remote-x64_en-us.msi
Windows Software Development Kit DirectX x64-Remote-x64_en us.msi
Windows Software Development Kit DirectX x86 Remote-x86_en us.msi
Windows Software Development Kit DirectX x86 Remote-x86_en-us.msi
Windows Software Development Kit for Metro Apps DirectX x64 style Remote-x64_en-us.msi
Windows Software Development Kit for Metro style Apps-x86_en-us.msi
Windows Software Development Kit for Metro style Remote Apps DirectX x86-x86_en-us.msi
It's worth noting that when I attempted to install under Windows 8 RP (Release Preview) it notified me of the incorrect .NET Framework version number -- which is expected from the RTM bits of VS 2012.
It's also worth noting that the "Download from Internet source" option DOES work... but that does NOT resolve the underlying issue of the MSI reference not matching the ones on the media.
All replies (9)
Friday, August 17, 2012 2:34 AM âś…Answered
Hi N a s,
Thanks for your post.
I'm a little confused about your issue. May I clarify some details?
Does your issue appears to be the following:
1. You have a VS2012 RTM media
2. Error occurred when you performed the installation on Win 7.
Error info:"File not found" for Win SDK for Metro Apps DirectX x64 Remote
3. Download the file from Internet then you can install RTM?
Please correct me if I have said anything wrong.
From your description, it seems the media was corrupt. I'm sorry that you are running into this issue.
It is possible that the DVD may be scratched.
If installing VS2012 RTM from Internet can solve your issue, please download the ISO file from here http://www.microsoft.com/visualstudio/11/en-us/downloads#ultimate Then you can burn it to a new DVD. Or you can ask a new media from where you got it.
If you have any other error when installing, please feel free to let me know.
Regards,
Barry Wang [MSFT]
MSDN Community Support | Feedback to us
Monday, August 27, 2012 5:53 PM
Well, I am using a downloaded ISO, that mounts (if an ISO was to be corrupt I assume it wouldn't mount) and the installation of VS2012 RTM gives me a message that exactly aforementioned msi-packs are missing. I think it is not the question asker's particular image problem but an RTM ISO was miss-packed =)
Max Pavlov http://maxpavlov.com
Tuesday, September 4, 2012 3:44 PM
Hello,
Same problem here. Trying to install VS2012 Pro on a Win7 Ultimate x64 machine (DELL D630, 4GB Ram, 500Gb hdd) and errors appear, both while using ISO or even for web download.
Errors seems to be:
[15BC:13B8][2012-09-04T16:04:22]: Acquiring package: dacframework_amd64, payload: dacframework_amd64, download from: http://go.microsoft.com/fwlink/?LinkId=249527&clcid=0x409
[15BC:17A4][2012-09-04T16:04:26]: MUX: ExecuteError: Package (vs_professionalcoreres) failed: Error Message Id: 1335 ErrorMessage: Error 1335.The cabinet file 'cab8.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.
[03C0:15F0][2012-09-04T16:04:26]: Verified acquired payload: dacframework_amd64 at path: C:\ProgramData\Package Cache\unverified\dacframework_amd64, moving to: C:\ProgramData\Package Cache\36E619BC-A234-4EC3-849B-779A7C865A45}v11.0.2316.0\packages\dac_amd64\dacframework.msi.
[15BC:13B8][2012-09-04T16:04:26]: MUX: Source confirmed
[15BC:13B8][2012-09-04T16:04:26]: Prompt for source of package: wcf_dataservices, payload: wcf_dataservices, path: C:\Users\scc\Downloads\packages\WcfDataServices\WcfDataServices.msi
....
[15BC:13B8][2012-09-04T16:05:11]: Acquiring package: aspnetwebpagesvs11tools_1022, payload: cabABC516D2DEDD7A78B67AFEF8F5489714, download from: http://go.microsoft.com/fwlink/?LinkId=249507&clcid=0x409
[03C0:0D9C][2012-09-04T16:05:12]: Error 0x80070643: Failed to install MSI package.
[03C0:0D9C][2012-09-04T16:05:12]: Error 0x80070643: Failed to execute MSI package.
[15BC:17A4][2012-09-04T16:05:12]: Error 0x80070643: Failed to configure per-machine MSI package.
...
[15BC:13B8][2012-09-04T16:06:51]: Acquiring package: Windows_SDK_Desktop, payload: cab5329AA6B0DEAA566F8329F1BBCF5119C, download from: http://go.microsoft.com/fwlink/?LinkId=250167&clcid=0x409
[15BC:17A4][2012-09-04T16:07:00]: MUX: ExecuteError: Package (vs_professionalcoreres) failed: Error Message Id: 1335 ErrorMessage: Error 1335.The cabinet file 'cab8.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.
[03C0:15F0][2012-09-04T16:07:04]: Verified acquired payload: cab5329AA6B0DEAA566F8329F1BBCF5119C at path: C:\ProgramData\Package Cache\unverified\cab5329AA6B0DEAA566F8329F1BBCF5119C, moving to: C:\ProgramData\Package Cache\60D5EF2A-4E0C-2C30-38F6-59C26E134F4A}v8.59.25584\packages\Windows_SDK\53174a8154da07099db041b9caffeaee.cab.
[15BC:13B8][2012-09-04T16:07:04]: MUX: Source confirmed
just to name a few.....
Any ideas?
Thanks in advance,
Sergio Charrua
Wednesday, September 5, 2012 3:02 AM
Hi Sergio Charrua,
Your error was because the Media is corrupt from this error message:
Package (vs_professionalcoreres) failed: Error Message Id: 1335 ErrorMessage: Error 1335.The cabinet file 'cab8.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.
Please verify ISO checksum before trying to install it.
Regards,
Barry Wang [MSFT]
MSDN Community Support | Feedback to us
Tuesday, September 11, 2012 9:39 AM
Thanks Barry,
i also checked that and tried to install with the downloader, installing from WWW (not from ISO) , but the error persists....
Any clue?
Thanks in advance,
Sergio
Monday, December 10, 2012 10:38 AM
Hi
I have the same problem
Any clue?
Thanks
ja
Monday, December 10, 2012 2:08 PM
Hi. Having the same problem. Was wondering if it's limited to just an x64 installation or it's a general error? And is there any workaround?Thank you in advance.
Tuesday, January 28, 2014 8:28 AM
try renaming "Windows Software Development Kit for Metro Apps DirectX x64 style Remote-x64_en-us.msi" to "Windows Software Development Kit for Metro style Apps DirectX x64 Remote-x64_en-us".
Regards...
Tuesday, January 28, 2014 8:32 AM
try renaming "Windows Software Development Kit for Metro Apps DirectX x64 style Remote-x64_en-us" to "Windows Software Development Kit for Metro style Apps DirectX x64 Remote-x64_en-us"
regards