Troubleshooting
Microsoft .NET Framework errors
You will encounter errors when you install older versions of Microsoft .NET Framework on systems that have newer versions of the Framework installed. You will also experience errors when the .NET 3.0 WCF HTTP Activation feature is enabled.
For more information, see the Microsoft support article:
Running a logged installation
If there are problems during installation you cannot resolve, your Technical Support representative might request that you run a logged installation and send the log file. You should not need to do this under normal circumstances.
To run a logged installation
1 Open a command prompt.
For example, in Windows, click Start > All Programs > Accessories > Command Prompt.
2 At the command prompt, type this command:
/s /v"/qn /l*v \"
<location and name of log file>" installdir=\"C:\MyInstallFolder\" addlocal=All"
For example, this command creates a file called mylog.txt in the C:\temp folder:
/s /v"/qn /l*v \"C:\Temp\mylog.txt\"
installdir=\"C:\MyInstallFolder\" addlocal=All"
See