15
APR
Get information of the installed MSI products
MSI files are Windows Installer data packages that actually contain application files stored in a COM structure and a database containing applications information for installing, updating, uninstalling. Windows provides a set of APIs for manipulating msi programs, contained in msi.dll, three of which are listed below. [DllImport(msi.dll, CharSet = CharSet.Unicode)] private static extern uint …