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

-Calculate the progress of the extraction
-Added functions to handle the progress updates on-screen

File:
1 edited

Legend:

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

    r534 r535  
    3737HWND GetTopWindow(); 
    3838 
     39void SetProgress(float progress); 
     40void SetProgressIndeterminate(); 
     41void SetMessage(std::wstring message); 
     42 
    3943/// Retrieves the path to the executable file. 
    4044std::wstring GetApplicationPath(); 
Note: See TracChangeset for help on using the changeset viewer.