Managed Libraries for Windows Installer

Managed wrapper library for Windows Installer APIs

Microsoft.WindowsInstaller.dll is a complete .NET wrapper for the Windows Installer APIs. It provides a convenient object model that is comfortable to .NET developers and still familiar to anyone who has used the MSI scripting object model.

Notes

Why rewrite it?

It is possible to access MSI's COM Automation interfaces via C# and VB.NET. So why create yet another wrapper? Here are some of my reasons:


See also: