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/Bootstrapper.h

    r535 r536  
    5353 
    5454/// Extracts the included .NET framework installer and runs it. 
    55 void InstallNetFramework(); 
     55///  
     56/// \param[in] srcDir The path to the directory holding dotnetfx.exe. 
     57/// \return True if the .NET framework was successfully installed. 
     58bool InstallNetFramework(std::wstring srcDir); 
     59 
     60/// Installs the version of Eraser suited for the current operating platform. 
     61/// 
     62/// \param[in] srcDir The path to the directory holding the installers. 
     63/// \return True if Eraser was successfully installed. 
     64bool InstallEraser(std::wstring srcDir); 
Note: See TracChangeset for help on using the changeset viewer.