Table of Contents:
Note: The Wiki table of contents functionality didn't pick up all my sections for some reason so I created one manually. This is also the reason for the large number of edits.
Note: This is a cross-post from my blog post at http://craiglussier.com/2012/03/01/install-sharepoint-2010-on-windows-server-8-beta/.
Introduction:
If installing SQL Server 2012 x64:
Step 4) Create an 'Emulated' ServerManagerCMD.exe and copy it to C:\Windows\System32 This is the part I believe most should be able to get to without assistance, however you'll likely run into issues.
namespace Hand.ServerManagerCmdEmul {
class Program {
static void Main(string[] args) {
System.Environment.ExitCode = 1003;
}