Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
649 B

  1. // Copyright (c) 2002 Microsoft Corporation
  2. //
  3. // File: UninstallProgressPage.h
  4. //
  5. // Synopsis: Declares the Uninstall Progress Page for the CYS
  6. // wizard. This page shows the progress of the uninstall
  7. // through a progress bar and changing text
  8. //
  9. // History: 04/12/2002 JeffJon Created
  10. #ifndef __CYS_UNINSTALLPROGRESSPAGE_H
  11. #define __CYS_UNINSTALLPROGRESSPAGE_H
  12. #include "InstallationProgressPage.h"
  13. class UninstallProgressPage : public InstallationProgressPage
  14. {
  15. public:
  16. // Constructor
  17. UninstallProgressPage();
  18. };
  19. #endif // __CYS_UNINSTALLPROGRESSPAGE_H