I am creating vsto installer by wix toolset. Bundle.wxs <Chain> <PackageGroupRef Id="NetFx40Web" /> <PackageGroupRef Id="PG_VSTORuntime" />
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 questi
Context I created a Github Actions workflow that generates a .msi file that I wan't to execute afterwards to test if the application is working as expected. The