Ignore:
Timestamp:
11/13/2008 10:27:23 AM (4 years ago)
Author:
lowjoel
Message:

Implemented .NET framework and Eraser installation steps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/Installer/Bootstrapper/Main.cpp

    r535 r536  
    6363        ~TempDir() 
    6464        { 
    65             //TODO: remove files in the directory. 
     65            //Clean up the files in the directory. 
     66 
     67 
    6668            RemoveDirectoryW(DirName.c_str()); 
    6769        } 
     
    218220    ExtractTempFiles(tempDir); 
    219221 
    220     // Main message loop: 
     222    //Install the .NET framework 
     223    if (!HasNetFramework()) 
     224        InstallNetFramework(tempDir); 
     225 
     226    //Then install Eraser! 
     227    InstallEraser(); 
     228 
     229    //Main message loop 
    221230    MSG msg; 
    222231    while (GetMessage(&msg, NULL, 0, 0)) 
Note: See TracChangeset for help on using the changeset viewer.