Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>My problem was related to installing the <em><a href="http://msdn.microsoft.com/en-US/windows/hardware/hh852363" rel="noreferrer">Windows Software Development Kit (SDK) for Windows 8</a></em> on a Windows 2008 Box. If you read further on the page, you will get to a heading labeled ".NET Framework 4.5 SDK Tools on Windows Vista and Windows Server 2008." This tells you to:</p> <ol> <li>Run the Windows SDK for Windows 8 installer on a supported operating system (for example, Windows 7, or Windows 8).</li> <li>Choose the following option on the Specify Location screen: Download the Windows SDK for installation on a separate computer.</li> <li>Press the Next button.</li> <li>Answer the questions on the Join the Customer Experience Improvement Program (CEIP) screen.</li> <li>On the next screen, choose the .NET Framework 4.5 Software Development Kit feature. Unselect all other features that can be unselected.</li> <li>Choose the Download button.</li> <li>Go to the download location (specified in step 2) and find the following .NET Framework 4.5 SDK tool installer files: sdk_tools4.msi, sdk_tools4.cab</li> <li>You can copy these files to a Windows Vista or Windows 2008 Server computer within your organization. These files need to be copied to same directory on the Windows Vista or Windows 2008 Server computer. Note: Do not redistribute these files outside your organization or as part of any other installer.</li> <li>On the Windows Vista or Windows 2008 Server computer, review the license terms here .</li> <li>Check whether .NET Framework 4.5 is already installed on the computer. Otherwise, download and install .NET Framework 4.5 from www.microsoft.com .</li> <li>Open a command prompt with administrator privileges.</li> <li>Go to the directory where .NET Framework 4.5 SDK Tools installer files were copied.</li> <li>Install .NET Framework 4.5 SDK tools by using the command line: Msiexec /i sdk_tools4.msi VSEXTUI=1</li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload