|
|
I am working on windows update scan program using Windows update agent API(visual c++ 2005) such as MBSA And Our program only support Offline scan with wsusscn2.cab. Here is our search option /////////////// Criteria = "(IsInstalled=1 and Type='Software') or (IsInstalled=0 and Type='Software')" _ServerSelection = ssDefault IncludePotentiallySupersededUpdates = VARIANT_TRUE Online = VARIANT_FALSE IgnoreDownloadPriority = VARIANT_FALSE /////////////////// we have two problems now. First, the Program only return 0 by search result. If the computer goes to windows update site or the program use online can option(Online = VARIANT_TRUE), It works fine. The program gets success results, after that offline scan also works fine. Second, If the scan result is not 0, it different from MBSA scan result. We want to make our scan results exactly same as Mbsa result. Any suggestions? Many Thanks Kisu.
|
|
|