Getting MSI Summary Information

Question:

i want to get the MSI Summary Information with PowerShell i found several scripts and code snippets for opening the “normal” Tables of MSI.

So here is my question, how can open the Summary Information with PowerShell?

I attach some code snippets you might find useful.

My Code for getting the Summary Information which doesn’t work!

Code for gettin Normal MSI Tables

Answer:

Go pick up a copy of WiX. It comes with a .NET wrapper for MSI that makes this easier e.g.:

Source:

Getting MSI Summary Information by licensed under CC BY-SA | With most appropriate answer!

Leave a Reply