1
Answer

How to call MsiEnumPatches() and MsiGetPatchInfoEx () in c#.NET using DLLImport

Photo of nilesh phule

nilesh phule

13y
3.4k
1
How to call MsiEnumPatches() and MsiGetPatchInfoEx () in c#.NET using DLLImport

Answers (1)

0
Photo of Vulpes
NA 98.3k 1.5m 13y
I can't say I've ever used either of them but there are some examples on pinvoke.net though the first one is for MsiEnumPatchesEx rather than MsiEnumPatches: