Ignore:
Timestamp:
11/13/08 15:08:07 (4 years ago)
Author:
lowjoel
Message:

Hide the Eraser bootstrapper progress screen after .NET has been installed, since the centrepiece should be the Eraser installer.

File:
1 edited

Legend:

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

    r545 r546  
    4444    /// Creates the Window. 
    4545    bool Create(); 
     46 
     47    /// Shows or hides the window. 
     48    void Show(bool show); 
     49 
     50    /// Enables or disables the cancel button. 
     51    void EnableCancellation(bool enable); 
    4652 
    4753    /// Sets the progress of the current operation. 
Note: See TracChangeset for help on using the changeset viewer.