VS 2005 SP1 install always fails with corrupt cab file 'PCW_CAB_VS_10260'

I've downloaded VS 2005 SP1 perhaps 5 dozen times now. Almost always, the .exe never finishes extracting. Very, very frustrating in and of itself! On those very rare occasions when it does finish extracting and begins the install process, I'm ultimately greeted with this message every time:

"The cabinet file 'PCW_CAB_VS_10260' 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."

If I recall correctly, it's usually preceeded by "Error 1335."

McAfee AV is disabled by stopping all its services (I don't have the password to unlock its UI, and the network admins don't know it for some reason). I've varied: browsers, time of day, fresh boot or not, VPN on/off. I've ensured that as few programs as possible are running. I have plenty of free space, but I've defragged my drive just to be sure. I've crawled all over the net, but there are only two or three hits for problems with the cab file 'PCW_CAB_VS_10260', and all of them were resolved by simply re-downloading and retrying until the install worked. Heck, I've even downloaded the SP on my Mac and moved it to my work machine via a thumb drive.

Well, I'm at my wits end with this problem, so I'm writing here for help. I have a log file that I can share, but I don't see a way to do so here. Some details:

Windows XP Pro SP2
.NET Framework 2.0 w/ these patches applied:
- KB922770
- KB917283
VS 2005 Pro w/ these patches applied:
- KB910275
- KB925674
67 GB free space on HD
2 GB RAM

Please let me know if any others are needed. I'd be most grateful for any help at all.

Regards,
Craig

[1745 byte] By [CraigDemyanovich] at [2007-12-30]
# 1
I've tried another variation on obtaining the SP, using wget from the Cygwin environment. However, the install failed with the same error, that PCW_CAB_VS_10260 was corrupt. Again, I would be grateful if anyone would share any ideas at all.

Regards,
Craig

CraigDemyanovich at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 2
Have the same problem too.
AlexTronin at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 3
I recently repaired the .NET Framework 2.0, but the SP still failed as usual. Later, I reinstalled VS 2005 Pro, but that didn't help either. Again, I have 30+ MB of logs that I could share.

Thanks,
Craig

CraigDemyanovich at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 4

Somebody recommended delete C:\Documents and Settings\Current_User\Local_Settings\Temp directory.

This what I am doing right now - will post results shortly.

AlexTronin at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 5

Still the same error after deleting ...\Local Settings\Temp directory

Here is the source http://groups.google.com.hk/group/microsoft.public.dotnet.general/browse_thread/thread/f9d5fd1e723f5114/9554a1ffc6c4bf29?lnk=raot

AlexTronin at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 6

Did you checked your VS 2005 installation? Maybe you have installation with a service pack already applied. You can check version, Visual Studio 2005 > Help Menu > About Microsoft Visual Studio menu, also you check installed products in the same about window.

Code Snippet

Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727

Installed Edition: Professional

Microsoft Visual Basic 2005 77626-009-0137494-41050
Microsoft Visual Basic 2005

Microsoft Visual C# 2005 77626-009-0137494-41050
Microsoft Visual C# 2005

Microsoft Visual Web Developer 2005 77626-009-0137494-41050
Microsoft Visual Web Developer 2005

Crystal Reports AAC60-G0CSA4B-V7000AY
Crystal Reports for Visual Studio 2005


Microsoft Visual Studio 2005 Premier Partner Edition - ENU Service Pack 1 (KB926601)
This service pack is for Microsoft Visual Studio 2005 Premier Partner Edition - ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit
http://support.microsoft.com/kb/926601

SQL Server Analysis Services
Microsoft SQL Server Analysis Services Designer
Version 9.00.3042.00

SQL Server Integration Services
Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00

SQL Server Reporting Services
Microsoft SQL Server Reporting Services Designers
Version 9.00.1399.00

OzanBAYRAM at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 7

I am getting the same message. I checked the version and I am on

Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600)

Microsoft .Net Framework 2.0.50727

Microsoft Visual Basic 2005 77626-009-0000007-41717

C#, C++, J#, and Web Developer are on the same version as VB 2005.

I do a Windows Update and it keeps telling me that I need to update with Visual Studio 2005 SP 1.

When I go to update and install it gives me the corrupt cab file message.

mrg3 at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 8

I had this problem and this worked for me:

Download VS2005 SP1 exe, burn it to CD, download it again, verify CD

Uninstall Visual Studio and it's co-installed packages

Run SFC /SCANNOW against windows CD to update your DLL cache

Install .NET Framework 2.0 separately

Install Visual Studio to your minimum custom requirements (Visual Basic in my case)

Load an example program and compile as check

Reboot system

Clean out (hidden) temp directory c:\Documents and Settings\Your Name\ Local Settings\Temp

Ensure 10GB free on drives targetted by install

Turn on system restore to allow backtracking to this point

Install VS2005 SP1 Service Pack 1

It takes about a day.

Lewis

Lewisw at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 9

Hi Lewis,

Thanks for the suggestions. I'll give them a try sometime. Meanwhile, would you please elaborate on why you downloaded the SP twice and how you verified the CD? I sure wish MS would offer an MD5 hash for all downloads instead of just for those for MSDN subscribers.

Regards,

Craig

CraigDemyanovich at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...
# 10

Hi Craig

I downloaded twice because I am guessing that two separate downloads will not be corrupted in the same way, if that's the problem. I typed 'compare' into windows help and then compared the two in a command window using fc /b as per help under fc /?. Once verified on CD the file is good forever basically, and cannot itself be subsequently corrupted, by a virus, for example. I think the other two measures address the possibility that windows is using a mixture of incompatible dll versions during the update caused by the update, so causing a false message. I'm not really sure. It's all guesses basically. So add some more if you can find them! My install may have worked for another reason, or at random.

Lewis

Lewisw at 2007-9-5 > top of Msdn Tech,Visual Studio,Visual Studio Setup and Installation...

Visual Studio

Site Classified