mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
Handle DIF_ADDPROPERTYPAGE_ADVANCED in SetupDiCallClassInstaller (needed by r20358)
svn path=/trunk/; revision=20363
This commit is contained in:
parent
5aff37f38b
commit
ca980c3388
1 changed files with 3 additions and 0 deletions
|
@ -3757,6 +3757,9 @@ BOOL WINAPI SetupDiCallClassInstaller(
|
|||
|
||||
switch (InstallFunction)
|
||||
{
|
||||
case DIF_ADDPROPERTYPAGE_ADVANCED:
|
||||
CanHandle = CLASS_COINSTALLER | DEVICE_COINSTALLER | CLASS_INSTALLER;
|
||||
break;
|
||||
case DIF_ALLOW_INSTALL:
|
||||
CanHandle = CLASS_COINSTALLER | CLASS_INSTALLER;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue