Changeset 536 for branches/eraser6/Installer/Bootstrapper/Bootstrapper.h
- Timestamp:
- 11/13/2008 10:27:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Installer/Bootstrapper/Bootstrapper.h
r535 r536 53 53 54 54 /// 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. 58 bool 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. 64 bool InstallEraser(std::wstring srcDir);
Note: See TracChangeset
for help on using the changeset viewer.
