Changeset 545
- Timestamp:
- 11/13/2008 2:30:26 PM (3 years ago)
- Location:
- branches/eraser6/Installer/Bootstrapper
- Files:
-
- 2 edited
-
Bootstrapper.cpp (modified) (1 diff)
-
Bootstrapper.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Installer/Bootstrapper/Bootstrapper.cpp
r544 r545 274 274 (L"SOFTWARE\\Wow6432Node\\Microsoft\\NET Framework Setup\\NDP\\" + keys[i]).c_str(), 275 275 0, KEY_READ, &key); 276 277 if (result == ERROR_FILE_NOT_FOUND) 278 continue; 276 279 } 277 280 -
branches/eraser6/Installer/Bootstrapper/Bootstrapper.h
r544 r545 132 132 133 133 /// The offset where the package data is stored. 134 const unsigned DataOffset = 1 60* 1024;134 const unsigned DataOffset = 192 * 1024; 135 135 136 136 /// Formats the system error code using FormatMessage, returning the message as
Note: See TracChangeset
for help on using the changeset viewer.
