Welcome to MSDN Blogs Sign in | Join | Help

Visual Studio 2008 and .NET Framework 3.5 setup log files

The installers for the .NET Framework 3.5 and Visual Studio 2008 chain several different prerequisites and optional components behind the scenes.  If one of these setups fails, there are numerous possible causes due to the number of packages being chained behind the scenes.  The following provides a list of log files created by the setup wrappers for each product and the child packages that are chained in during installation. 

.NET Framework 3.5 setup log files

The following is a complete list of log files that can be produced during .NET Framework 3.5 setup.  This list may vary depending on what OS you are installing on, what processor architecture, and what prerequisite components were already installed on the system prior to running .NET Framework 3.5 setup.

Logs produced by the .NET Framework 3.5 setup wrapper:

  • %temp%\dd_dotnetfx35install.txt
  • %temp%\dd_dotnetfx35error.txt
  • %temp%\dd_depcheck_netfx*.txt

Logs produced by the packages chained during .NET Framework 3.5 setup:

  • RGB Rasterizer - %temp%\dd_RGB9Rast_*.txt
  • MSXML 6.0 - %temp%\dd_msxml6_*.txt
  • WIC - %temp%\dd_wic*.txt
  • .NET Framework 2.0 SP1 - %temp%\dd_net_framework20*.txt
  • .NET Framework 3.0 SP1 - %temp%\dd_net_framework30*.txt
  • .NET Framework 3.0 SP1 WCF custom action - %temp%\dd_wcf_retCA*.txt
  • .NET Framework 3.5 product MSI - %temp%\dd_net_framework35*.txt

Visual Studio 2008 setup log files

The following is a complete list of log files that can be produced during Visual Studio 2008 setup.  This list may vary depending on what OS you are installing on, what processor architecture, and what prerequisite components were already installed on the system prior to running Visual Studio 2008 setup.

In addition to the logs listed below, Visual Studio 2008 setup can produce the logs listed above for the .NET Framework 3.5 because the .NET Framework 3.5 is a prerequisite that is chained in during Visual Studio 2008 setup if it is not already installed on the system.

Logs produced by the Visual Studio 2008 setup wrapper:

  • %temp%\dd_install*.txt
  • %temp%\dd_error*.txt
  • %temp%\dd_depcheck*.txt
  • VSMsiLog*.txt - located in your %temp% directory during Visual Studio 2008 setup; moved to %ProgramFiles%\Microsoft Visual Studio 9.0\<product name>\Logs after a successful installation; left in %temp% after a failed installation and after uninstallation

Logs produced by the packages chained during Visual Studio 2008 setup:

  • Windows Installer 3.1 - %windir%\KB893803v2.log
  • .NET Framework 3.5 - see the full list of logs at the top of this post
  • Visual Studio 2008 64bit Prerequisites - %temp%\dd_prereq*.txt
  • Document Explorer 2008 - %temp%\dd_dexplore*90*.txt
  • Web Designer Tools - %temp%\SetupExe(*).txt
  • .NET Compact Framework 2.0 SP2 - %temp%\dd_netcfsetupv2*.txt
  • .NET Compact Framework 3.5 - %temp%\dd_netcfsetupv35*.txt
  • Visual Studio Tools for Office Runtime 3.0 - %temp%\dd_vstor*.txt
  • Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime - %temp%\dd_vsto_ret20*.txt
  • SQL Server Compact Edition 3.5 - %temp%\dd_SSCERuntime*.txt
  • SQL Server Compact Edition 3.5 Design Tools - %temp%\dd_SQLCEToolsForVS2007*.txt
  • SQL Server Compact Edition 3.5 For Devices - %temp%\dd_SSCEDeviceRuntime*.txt
  • Windows Mobile 5.0 SDK R2 for Pocket PC - %temp%\dd_WMPPC_5_0*.txt
  • Windows Mobile 5.0 SDK R2 for Smartphone - %temp%\dd_WMSP_5_0*.txt
  • Device Emulator version 3.0 - %temp%\dd_64bitEmulator*.txt, %temp%\dd_EmulatorForWinXP*.txt and/or %temp%\dd_Emulator*.txt
  • SQL Server 2005 Express Edition - %programfiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\*.*
  • Visual Studio 2008 Remote Debugger - %temp%\dd_rdbg*.txt
  • Windows SDK - %temp%\dd_winsdk*.txt
  • Visual Studio Performance Collection Tools - %temp%\dd_Performance_Collection_Tools*.txt
  • Crystal Reports - %temp%\dd_CrystalReports2007*.txt

Logs produced by the packages chained during Visual Studio 2008 Express Edition setups:

  • Windows Installer 3.1 - %windir%\KB893803v2.log
  • .NET Framework 3.5 - see the full list of logs at the top of this post
  • SQL Server Compact Edition 3.5 - %temp%\dd_SSCERuntime*.txt
  • SQL Server Compact Edition 3.5 Design Tools - %temp%\dd_SQLCEToolsForVS2007*.txt
  • Visual Studio 2008 Remote Debugger Light - %temp%\dd_ExpRemoteDbg*.txt
  • Windows SDK - %temp%\dd_winsdk*.txt
  • MSDN for Visual Studio Express Editions - %temp%\dd_MSDNExp*.txt
  • Silverlight 1.0 - %temp%\Silverlight*.txt

Logs produced by the MSDN for Visual Studio 2008 setup wrapper:

  • %temp%\dd_install_MSDN_VS_90*.txt
  • %temp%\dd_error_MSDN_VS_90*.txt
  • %temp%\dd_depcheck_MSDN_VS_90*.txt
  • VSMsiLog*.txt - located in your %temp% directory during MSDN setup; moved to %ProgramFiles%\MSDN\MSDN9.0\<product name>\Logs after a successful installation; left in %temp% after a failed installation and after uninstallation

Logs produced by Visual Studio 2008 SP1:

  • %temp%\Microsoft Visual Studio 2008 SP1*.* 

If you run into any issues while installing the .NET Framework 3.5, Visual Studio 2008 or MSDN for Visual Studio 2008 and plan to report setup issues to Microsoft via the product feedback site or the MSDN Forums, please locate and include any of the above log files if possible because it will make it easier for us to debug the failures and find root causes and workarounds.

<update date="10/4/2007"> Added a log file to the .NET Framework 3.5 list for the WCF custom action that I missed previously </update>

<update date="1/11/2008"> Added Silverlight log files to the list for VS 2008 Express Editions since it was added as a chained component between the time I wrote this blog post and the time that VS 2008 shipped. </update>

<update date="5/23/2008"> Added log file information for Visual Studio 2008 SP1 </update>

<update date="11/20/2009"> Fixed broken link to the product feedback site. </update>

 

Comments

# &raquo; Visual Studio 2008 and .NET Framework 3.5 setup log files

Wednesday, August 01, 2007 10:23 AM by Jason Haley

# Interesting Finds: August 1, 2007

Wednesday, August 01, 2007 12:28 PM by Aaron Stebner's WebLog

# Tool to automatically collect and cab VS 2008 and .NET Framework 3.5 setup log files

I wrote a post yesterday with a list of the names and locations of all of the log files produced during

Wednesday, August 08, 2007 1:09 PM by Peter Ritchie

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Is it save to delete VSMSILog*.txt files after installation is complete?  My VSIMsiLog*.txt file is 55MB...

Wednesday, August 08, 2007 2:13 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Peter - Yes, after a successful installation it is safe to delete this log file and any of the other logs from your system in order to reclaim disk space.

Saturday, August 18, 2007 12:49 PM by HCM

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Below is the first line  of the VS2008 log file

[08/18/07,17:16:15] Microsoft Visual Studio 2008 64bit Prerequisites (x64): [2] e:\setup\..\wcu\64bitprereq\x64\vs_bsln.exe could not be unpackaged because it is not a cabinet.

As a consequence, nothing is installed.

The download went fine, as did the burn to CD, so that looks ok.

I am running Vista Home Premium 64 bit and have tried to install 5 times over the past week or so, changing/removing things as I find possible answers in various places, but still stuck.

HCM

Saturday, August 18, 2007 1:10 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi HCM - Do you get any error if you try to run that vs_bsln.exe directly from the DVD?  Can you also try to copy the contents of the DVD to your hard drive and install it from there to see if that helps workaround this error?

Sunday, August 19, 2007 11:39 AM by HCM

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Aaron,

I have tried running from a hard drive, same problem. If I try to run vs_bsin.exe directly from the DVD I get an error message stating that I may have the wrong version. It can't seem to determine whether or not I need x64 or x32, even though it is in the X64 pre reqs (where it should be I think). This error message does not come up if I try to install from hard drive or dvd, but I do get the error message outlined in my first post.

Still confused.

HCM

Sunday, August 19, 2007 1:41 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi HCM - Can you let me know the exact error message you receive when you try to run the x64 version of vs_bsln.exe directly after copying the file to your hard drive?  And just to confirm, you are running on an x64 computer that has the x64 version of Windows installed on it, correct?

This error sounds like possible DVD corruption, so can you check to see if there are any scratches or dust on the back of the DVD and gently clean it and see if that helps?  If that still doesn't help, you may need to try to re-burn the DVD.

Monday, August 20, 2007 11:44 AM by Software And Services - Bret Grinslade

# How to report an installation or setup problem with VS2008 beta or .NET Framework 3.5 beta

My team owns the installation experience for Visual Studio 2008 and the .NET Framework 3.5. One difficulty

# MSDN Blog Postings &raquo; How to report an installation or setup problem with VS2008 beta or .NET Framework 3.5 beta

Monday, August 20, 2007 1:40 PM by HCM

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi again,

Yes I can confirm that i am running a 64 bit version of Vista:

From Control Panel\System>>>

PROCESSOR:AMD (Athlon) 64 X2 Dual Core processor 4400 (@2.48 GHz)

SYSTEM TYPE: 64-bit operating system

(Am I right in thinking if the setup program does not see a 64 bit system it would not try to install X64 Prereqs?)

The error message seen when I try to run the program from hard drive is as follows:

G:\vs2008\wcu\64bitPrereq\X64\vs_bsin.exe

Error message  is:

The version of this file is not compatible with the version of Windows you are running. Check your computer's information to see whether you need an x86(32-bit) or x64(64-bit) version of the program, and then contact the software publisher.

Hope this makes sense to you.

HCM

Tuesday, August 21, 2007 8:05 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi HCM - Correct, setup detects your processor architecture (x86, x64 or ia64) and it will not attempt to install the x64 prerequisite package unless you are running on an x64 OS.  However, the error you are receiving seems to indicate that you are attempting to run this package on a non-matching processor architecture.

Could you please use the tool listed at http://blogs.msdn.com/astebner/archive/2007/08/01/4172276.aspx to gather a list of all of the VS 2008 beta 2 log files and then send me the resulting cab file so I can take a look and see if I can figure anything out?  You can send the cab file to Aaron.Stebner (at) microsoft (dot) com.

Wednesday, August 22, 2007 2:08 PM by HCM

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Aaron,

I have e-mailed you the log files as requested.

HCM

Saturday, September 15, 2007 11:29 AM by HeroicLife

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Could you please post an answer if you figure this out?  I have the same issue.

Sunday, September 16, 2007 11:13 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi HeroicLife - We found a really strange issue where all self-extracting packages on HCM's system reported that they were not valid applications.  We were not able to reproduce this in our test lab, but HCM was able to re-download a different Visual Studio edition and it installed like expected.  Based on that, we think there may have been something wrong with the downloaded package.  Can you please try to download a new image of VS 2008 beta 2 and then install again and see if that helps?  If not, please contact me at http://blogs.msdn.com/astebner/contact.aspx and I will try to help further.

Wednesday, November 21, 2007 12:52 PM by Aaron Stebner's WebLog

# Updated version of VS 2008 and .NET Framework 3.5 setup log collection tool

I previously wrote about a log collection tool that will automatically gather and cab up Visual Studio

Wednesday, November 21, 2007 1:22 PM by Noticias externas

# Updated version of VS 2008 and .NET Framework 3.5 setup log collection tool

I previously wrote about a log collection tool that will automatically gather and cab up Visual Studio

Friday, December 07, 2007 6:06 PM by Aaron Stebner's WebLog

# Unified .NET Framework Troubleshooting Guide

Details about the .NET Framework 2.0 setup packaging Available command line switches for .NET Framework

Wednesday, December 12, 2007 8:01 PM by Igor Levicki

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Aaron, why have you guys made our life awfull with vs 2008?

I just wanted C++ and that is what I selected in custom install and I got all this junk bundled with the VS2008 itself:

Microsoft .NET Framework 2.0 Service Pack 1 365.00 MB

Microsoft .NET Framework 3.0 Service Pack 1 313.00 MB

Microsoft .NET Framework 3.5  28.54 MB

Microsoft Document Explorer 2008  26.27 MB

Microsoft Visual Studio Web Authoring Componenet  25.00 MB

Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries 114.00 MB

Microsoft Windows SDK for Visual Studio 2008 Reference Assemblies and IntelliSense   6.65 MB

Microsoft Windows SDK for Visual Studio 2008 Tools  15.56 MB

Microsoft Windows SDK for Visual Studio 2008 Win32 Tools  18.58 MB

On top of that, there is no platform sdk, except for (gasp!!!) IA64?!? Come on guys, you got to be kidding?!? Where are x64 and x86 import libraries?

What's with all this useless junk I literally got stuffed with instead of the ability for writing x86 and x64 Windows applications out of the box?

Luckily I had a chance to try it and I uninstalled it because if I bought it and got stuffed like this I would be seriously pissed off. You really lost your edge when it comes to developer tools.

Thursday, January 03, 2008 7:18 PM by Aaron Stebner's WebLog

# Link to .NET Framework 3.5 readme with known installation issues

I often receive emails and blog comments from customers who are having trouble installing the .NET Framework

Thursday, January 03, 2008 7:27 PM by Noticias externas

# Link to .NET Framework 3.5 readme with known installation issues

I often receive emails and blog comments from customers who are having trouble installing the .NET Framework

Saturday, January 26, 2008 8:17 PM by thylocene

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Aaron

I have been trying to install VS 2008 team Suite for a couple of days now and it is beginning to drive me around the twist.  I had VS 2005 which I have removed.

The install gets to finish Dot.Net 3.5 and then fails at installing 64-bit prerequisites

[01/27/08,09:51:22] Microsoft Visual Studio 2008 64bit Prerequisites (x64): [2] f:\setup\..\wcu\64bitprereq\x64\vs_bsln.exe could not be unpackaged because it is not a cabinet.

[01/27/08,09:51:22] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.

My PC is a Dell Precision Notebook (M90) with 4GB memory running Vista Business.  I have downloaded the VS2008 team suite ISO a couple of times to make sure that I did not have a corrupt download.  What am I doing wrong.  This should be a relatively straight forward simple process?

Monday, January 28, 2008 12:08 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Thylocene - Typically, this type of error means that the package is corrupt somehow.  It could be that your ISO was corrupted while you downloaded or while you burned it.  I'd suggest trying to re-download the ISO once more and see if you get better results.  You could also try to copy the contents of the ISO to your hard drive and install from there instead of installing from a DVD.

If this doesn't help, please contact me using the link at http://blogs.msdn.com/astebner/contact.aspx and I can try to help you further from there.

Monday, January 28, 2008 6:20 PM by thylocene

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Aaron - Thanks for replying.  I have downloaded the ISO twice already.  I have managed to install vs2008 on XP but not Vista business.  What I did to get it installed was to extract all the contents of the ISO using UltraISO (which does not care if files are corrupt within the ISO) and then burn a new copy.  I found that the file \Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\VSTOR30\en\eula.txt was corrupt.  It extracted full of nulls!!!!

I have tried all sorts of combinations to try to overcome the 64bit prerequisites error that I am experiencing.  At the moment I am down-loading the trial version in the hope that I may be able to get this installed on Vista Business and then maybe I will be able to upgrade it.

Monday, January 28, 2008 6:46 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Thylocene - I'm not sure how to explain that type of media corruption.  I tried to find a separate download location for the 64-bit prerequisite package for you to try, but it looks like that package isn't available separately.  If you don't have any luck with the most recent download you're trying, please contact me via http://blogs.msdn.com/astebner/contact.aspx and I can try to post a version of the 64-bit prerequisites package privately for you to try to see if you can get past that error and see if there will be any other installation problems hiding behind that.

Monday, January 28, 2008 9:41 PM by thylocene

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Aaron

Good news.  I managed to get VS2008 installed with your help i.e. running the  64-bit prerequisites package that you had send me allowed me to get past the sticking point and complete the installation.

I did a binary compare of the file that you sent me with the one on the ISO image (in the \WCU\64bitPrereq\x64 directory) and they were quite different.  I replaced this file with the one you send me, burned a new DVD and installed it on another system with Vista Business edition with no issues!

Interestingly enough I had also downloaded the trial version of Team Suite which had exactly the same issue which leads me to believe that there is an problem with the original download ISO for X86 64-bit pre-requisites!

Can this be looked at as it may save quite a bit of angst (an acute but unspecific feeling of anxiety; usually reserved for philosophical anxiety about the world or about personal freedom) for others with the same configuration as me.

Thanks

Tuesday, January 29, 2008 11:25 AM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Thylocene - I’m glad to hear that the 64-bit prerequisites package (vs_bsln.exe) that I sent you allowed you to get past this issue and successfully install VS 2008.  I’ve sent this information on to the folks I know on the Visual Studio setup team to see if they can take a look at the ISOs that are currently posted for download.

Thursday, February 07, 2008 11:26 PM by Warren Tang

# Visual Studio 2008 and .NET Framework 3.5 setup log files

Wednesday, February 27, 2008 9:18 PM by Aaron Stebner's WebLog

# Scenarios where enabling Windows Installer verbose logging does not appear to work

A while back, I posted a list of instructions that can be used to enable Windows Installer verbose logging

Friday, March 07, 2008 7:54 PM by Aaron Stebner's WebLog

# Updated: what to do if other .NET Framework setup troubleshooting steps do not help

A while back, I posted a set of instructions that can be used to try to resolve .NET Framework installation

Friday, March 07, 2008 8:18 PM by Noticias externas

# Updated: what to do if other .NET Framework setup troubleshooting steps do not help

A while back, I posted a set of instructions that can be used to try to resolve .NET Framework installation

Friday, March 21, 2008 5:33 PM by .NETicated

# Team System Link Love - 4

Events Visual Studio Team System Chat: April 9 on Charles Sterling&#39;s blog Resources Team System Community

Friday, March 28, 2008 3:52 PM by Aaron Stebner's WebLog

# Steps I use to diagnose .NET Framework 3.0 installation failures related to the ServiceModelReg.exe custom action

I often get questions from fellow employees or customers who find my blog regarding how to troubleshoot

Sunday, April 06, 2008 8:08 PM by gfries

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi, Aaron

I have the same problem with vs_bsln.exe as Thylocene while trying to install the german VS 2008 prof. trial on a german Vista Ultimate 64-bit. Is there now a separate download location for that file ?

Thanks

Monday, April 07, 2008 11:24 AM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi GFries - No, there is not a separate download for this file.  In many of the cases I've heard from customers in the past of this problem, even after they manually replaced the file vs_bsln.exe with a copy from somewhere else, they often ran into other corrupted setup files later in the installation process.

I have been suggesting that customers try one of the following to fix this type of corruption if they run into it:

1.  Try burning the ISO to a DVD and installing from there instead of mounting it and installing from the mounted copy

2.  Try a different mounting software if it isn't an option to burn the ISO to a DVD

3.  Try to re-download the ISO

Hopefully one of the above will help.

Wednesday, April 30, 2008 8:23 PM by Aaron Stebner's WebLog

# Where to find .NET Framework 2.0 SP1, .NET Framework 3.0 SP1 and .NET Framework 3.5 setup log files

A while back, I posted a list of possible log files for .NET Framework 3.5 and Visual Studio 2008 setup

Saturday, May 10, 2008 12:41 AM by Heath Stewart's Blog

# Visual Studio and .NET Log Collection Utility

Setup and deployment is a tricky business. Machines can be in many different and often unforeseen states

Friday, May 23, 2008 8:56 PM by Aaron Stebner's WebLog

# Updated information and tool to collect VS 2008 SP1 setup log files

Recently, beta versions of Visual Studio 2008 SP1 and the .NET Framework 3.5 SP1 were released (see announcement

Tuesday, July 08, 2008 9:10 PM by ディベロッパー製品開発統括部 Blog

# セットアップログ収集ツール

Visual Studio (以下 VS ) 製品のインストールで生成されるセットアップログファイルを収集するツールを紹介したいと思います。 VS 製品のセットアップは .NET Framework ランタイムを始め複数のコンポーネントをインストールするため、

Wednesday, September 03, 2008 12:47 PM by Steiger

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hello,

I'm currently integrating .NET 3.5 SP1 installation into our SW distribution.

After reading many blog entries I created an installation point and I am now installing using the "setup.exe /q /norestart /lang:" method.

My problem is that all logfiles are written as described in this article. It seems that there is no way to use the chaining installer AND to get the logfiles in a different location.

I also tried to change the TEMP variable (USER and SYSTEM) before starting setup.exe but it still writes to the User TEMP.

Is there any (undocumented) way to change the location of the logfiles?

Thanks

Michael

Wednesday, September 03, 2008 1:19 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Steiger - The .NET Framework setup should be using the GetTempPath API to retrieve the location that is used to create the log files.  It should work to change those environment variables to change the folder that the logs are created, but you may need to reboot for the environment variable changes to take effect.

There isn't a way to change the name/location of these log files if you are installing using the setup EXE like you describe.  If you need the logs to go to a different location for some reason, the only way I know of would be to run each of the individual MSIs directly with msiexec.exe and pass in the logging switch when doing that.

I'd be curious to know what kind of scenarios you are running where you need to control these log file names/locations though.  Can you explain that a bit better?  Also, if this is an important scenario to you, I encourage you to report this as a bug at http://connect.microsoft.com/visualstudio/ for the team to consider this in the next version of .NET Framework setup.

Monday, September 08, 2008 1:34 AM by Microsoft Japan Forum Operators Blog

# 【日本語版】 「Visual Studio 2008 や .NET Framework 3.5 のセットアップ ログ ファイル」

こんにちは、フォーラム オペレータの服部です。 僕は、MSDN フォーラムの英語版 FAQ コンテンツの翻訳を担当しているんですが、原文の翻訳だけではなかなか不十分なところがあります。 というのも、紹介されているリンク先の情報がすべて英語になってしまうためです。

Wednesday, September 10, 2008 4:56 AM by Microsoft Japan Forum Operators Blog

# 【日本語版】 Visual Studio および .NET のログ収集ユーティリティ

再びこんにちは! 今日は僕の頭の中で動いている CPU の調子がすこぶる快調なので、英語スレッドの日本語版をもう 1 つ紹介してみようと思います。 これは、米国マイクロソフト社に勤務する Heath Stewart

# Visual Studio 2008 SP1 Installation Errors and Error Code 1603 &laquo; Stuff I geek with

Tuesday, November 10, 2009 4:22 PM by neospektiva

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Well, im posting on a one year old issue here but I also spent some hours on the vs_bsln.exe problem on windows7 x64. Couldnt google my way to any solution expect finding explanations saying my iso is corrupt.

Downloaded vs2008 pro and team, both from msdn with "prepadded" license keys. None of them worked, same error.

Then downloaded vs2008 pro trial from outside msdn (just microsoft.com). That one worked. Could be that i was unlucky two times of three but there is also another explanation...

Tuesday, November 10, 2009 5:00 PM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

I have a copy of the vs_bsln.exe file located at http://cid-27e6a35d1a492af7.skydrive.live.com/self.aspx/Blog%5E_Tools/vs%5E_bsln.zip that you can try to install separately if you'd like.

However, most of the cases I've seen of this type of error are caused by setup file corruption, and so installing that one file separately usually will allow setup to proceed a bit further and then fail while installing one of the later files.  Here are a few things I typically suggest in this type of scenario:

1.  If you are installing from a mounted ISO file, try using a different ISO mounting program

2.  If you are installing from a mounted ISO file, try burning the ISO to a DVD instead

3.  If you are installing from a DVD, try using a mounted ISO instead

4.  If you are installing from a DVD, try copying the contents to the hard drive and installing from there instead

5.  If all else fails, try to re-download the ISO

Friday, November 20, 2009 9:28 AM by Howard Lynch

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

When I click on your link labeled "product feedback site" I get a web page that says "Page Not Found" ...

Friday, November 20, 2009 10:00 AM by astebner

# re: Visual Studio 2008 and .NET Framework 3.5 setup log files

Hi Howard Lynch - Thanks for letting me know about this broken link.  I've fixed it in the main blog post.  It should be pointing to http://connect.microsoft.com/visualstudio/.

Anonymous comments are disabled
 
Page view tracker