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.

24 lines
643 B

  1. // Copyright (c) 2002 Microsoft Corporation
  2. //
  3. // File: UninstallProgressPage.h
  4. //
  5. // Synopsis: Defines 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. #include "pch.h"
  11. #include "resource.h"
  12. #include "UninstallProgressPage.h"
  13. UninstallProgressPage::UninstallProgressPage()
  14. :
  15. InstallationProgressPage(
  16. IDD_UNINSTALL_PROGRESS_PAGE,
  17. IDS_PROGRESS_TITLE,
  18. IDS_UNINSTALL_PROGRESS_SUBTITLE)
  19. {
  20. LOG_CTOR(UninstallProgressPage);
  21. }