Hi all
I have written a uninstaller which uninstalls the driver first using SetupDi calls, then tries to remove the .inf and .pnf files through "SetupUninstallOEMInf". I get the installed oem* file name during installation using "SetupCopyOEMInf"
My problem is "SetupUninstallOEMInf" fails with error 259(no more data is available). If I delete the oem*.inf and oem*.pnf files using "Deletefile" API, it deletes successfuly but GetLastError() gives error 259. This method successfully uninstalls the driver. Is this a proper method of removing inf files ? Can anybody please tell me the cause of error 259
Any help would be grealty appreciated
Thanks in advanc
Regard
Prashanth Sheno