up vote 0 down vote favorite
share [g+] share [fb]

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?

link|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
feedback

1 Answer

up vote 2 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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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