Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an installation of Visual Studio 2008 that is failing. Where is the installation log that is generated and what is it's name?

share|improve this question
Yesterday I was installing VS2008 and it was getting stuck about 25% of the way through. Couldn't install, couldn't uninstall. Checked the NT system log, found a whole pile of "error on cdrom". Ejected DVD. All good. Just a thought. – RedBlueThing Aug 3 '09 at 10:43
Installing from an ISO. :) – Ray Booysen Aug 3 '09 at 10:46
heh, so was I. The DVD was completely unrelated. Just some DVD with an error on the disc. – RedBlueThing Aug 3 '09 at 13:52

1 Answer

up vote 3 down vote accepted

In your %temp% folder.

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\\Logs after a successful installation; left in %temp% after a failed installation and after uninstallation

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.