advpack: Use the default queue callback when calling SetupInstallFromInfSection.

oldstable
James Hawkins 2006-04-17 01:49:12 -05:00 committed by Alexandre Julliard
parent ab68238af7
commit b70d65b227
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ static HRESULT spapi_install(HINF hinf, LPCWSTR install_sec, LPCWSTR source_path
ret = SetupInstallFromInfSectionW(NULL, hinf, install_sec, SPINST_FILES,
NULL, source_path, SP_COPY_NEWER,
NULL, context, NULL, NULL);
SetupDefaultQueueCallbackW,
context, NULL, NULL);
if (!ret)
{
res = ADV_HRESULT(GetLastError());