Ignore:
Timestamp:
11/13/2008 9:35:24 AM (4 years ago)
Author:
lowjoel
Message:

Pass the temporary directory into the ExtractTempFiles? function, since the "scope" of the directory is beyond the function and pretty much the process lifetime.

File:
1 edited

Legend:

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

    r532 r534  
    4141 
    4242/// Extracts the setup files to the users' temporary folder. 
    43 void ExtractTempFiles(); 
     43///  
     44/// \param[in] pathToExtract The path to extract the temporary files to. 
     45void ExtractTempFiles(std::wstring pathToExtract); 
    4446 
    4547/// Checks for the presence of the .NET Framework on the client computer. 
Note: See TracChangeset for help on using the changeset viewer.