Under what circumstances does SetupAPI’s SetupUninstallOEMInf function set the ERROR_NO_MORE_ITEMS error code?
The MSDN documentation does not detail this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apparently the
ERROR_NO_MORE_ITEMSerror code can indicate there are still installed devices using this .INF file (and theSUOI_FORCEDELETEflag wasn’t specified).Reading
%windir%\setupapi.log(on XP) or%windir%\Inf\setupapi.dev.log(on Vista and higher) can be helpful to determine what SetupAPI is really trying to say.