mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
[USETUP] Modify the integrated user-mode PnP manager along the lines of UMPNPMGR, so that we can wait until all the queued device installations finish before continuing the installation further.
Add a corresponding please-wait page and update the translations.
This commit is contained in:
parent
9f1c8ac020
commit
d23fa54488
29 changed files with 1447 additions and 222 deletions
|
@ -75,6 +75,7 @@ extern PCWSTR SelectedLanguageId;
|
|||
|
||||
typedef enum _PAGE_NUMBER
|
||||
{
|
||||
SETUP_INIT_PAGE,
|
||||
LANGUAGE_PAGE,
|
||||
WELCOME_PAGE,
|
||||
LICENSE_PAGE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue