Changeset 595 for AE/installer2


Ignore:
Timestamp:
Jan 1, 2013, 8:36:30 PM (12 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/doc/AEI1-stuff_onisplit-commands.txt

    r594 r595  
    3636check .net>2.0:
    3737win: http://msdn.microsoft.com/en-us/kb/kbarticle.aspx?id=318785
    38 HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727: dword "Install" = 1
    39                         system("start http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5");
     38mac: which mono
    4039
    41 mac:
    42         fWhichMono = popen("which mono", "r");
    43         fgets(chrWhichMono, sizeof(chrWhichMono), fWhichMono);
    44         pclose(fWhichMono);
    45         string strWhichMono = (string)chrWhichMono;
    46         string::size_type loc = strWhichMono.find("mono", 0);
    47        
    48         if (loc == string::npos) // this means that "which mono" did not return a path leading to the mono binary -- abort! abort! abort!
     40http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5
    4941
    5042
Note: See TracChangeset for help on using the changeset viewer.