Is it possible to programmaticaly (C#) obtain a hashsum of files contained in a MSI package using Microsoft.Deployment.WindowsInstaller or Microsoft.Deployment.WindowsInstaller.Package dlls?
I am getting files using this method: How can I resolve MSI paths in C#?
And not to extract files onto FS, I would like to get a hashsum of files using C# code.
Is it possible?