Index: /AE/installer2/doc/AEI1-stuff_onisplit-commands.txt
===================================================================
--- /AE/installer2/doc/AEI1-stuff_onisplit-commands.txt	(revision 594)
+++ /AE/installer2/doc/AEI1-stuff_onisplit-commands.txt	(revision 595)
@@ -36,15 +36,7 @@
 check .net>2.0:
 win: http://msdn.microsoft.com/en-us/kb/kbarticle.aspx?id=318785
-HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727: dword "Install" = 1
-			system("start http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5");
+mac: which mono
 
-mac:
-	fWhichMono = popen("which mono", "r");
-	fgets(chrWhichMono, sizeof(chrWhichMono), fWhichMono);
-	pclose(fWhichMono);
-	string strWhichMono = (string)chrWhichMono;
-	string::size_type loc = strWhichMono.find("mono", 0);
-	
-	if (loc == string::npos) // this means that "which mono" did not return a path leading to the mono binary -- abort! abort! abort!
+http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5
 
 
