Tagged Questions
6
votes
4answers
3k views
How to extract data (file count) from MSI “File” Table
In our build process there is currently the potential for non-code based files (such as image files) to be added to our web project, but not included in the MSI installer built by WiX.
To help ...