MSI Parameter Inspection

Posted by Ben Breen on Stack Overflow See other posts from Stack Overflow or by Ben Breen
Published on 2010-03-26T18:32:56Z Indexed on 2010/03/28 21:13 UTC
Read the original article Hit count: 196

Filed under:
|
|
|
|

With a windows MSI file, is there a way to grab all the possible installation parameters in .NET code? I need to make a generic user interface to configure multiple MSI files not known until run-time – then install them together in one go.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#