Ignore:
Timestamp:
11/13/2008 2:30:26 PM (4 years ago)
Author:
lowjoel
Message:

-The release binary is now exactly 160kb, increase the offset
-Fixed a File not Found error when .NET isn't installed

File:
1 edited

Legend:

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

    r544 r545  
    274274                (L"SOFTWARE\\Wow6432Node\\Microsoft\\NET Framework Setup\\NDP\\" + keys[i]).c_str(), 
    275275                0, KEY_READ, &key); 
     276 
     277            if (result == ERROR_FILE_NOT_FOUND) 
     278                continue; 
    276279        } 
    277280 
Note: See TracChangeset for help on using the changeset viewer.