Changeset 536 for branches/eraser6/Installer/Bootstrapper/Main.cpp
- Timestamp:
- 11/13/2008 10:27:23 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Installer/Bootstrapper/Main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Installer/Bootstrapper/Main.cpp
r535 r536 63 63 ~TempDir() 64 64 { 65 //TODO: remove files in the directory. 65 //Clean up the files in the directory. 66 67 66 68 RemoveDirectoryW(DirName.c_str()); 67 69 } … … 218 220 ExtractTempFiles(tempDir); 219 221 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 221 230 MSG msg; 222 231 while (GetMessage(&msg, NULL, 0, 0))
Note: See TracChangeset
for help on using the changeset viewer.
