Archive for the 'MSI' Category

Read Properties from an MSI File

Today I was working writing auto-updating for some software. I wanted to base it on the Product Version property in the installer MSI file, so I needed some code to read that from the file.
It took a fair amount of searching and code tweaking, but I finally worked it all out.

Add a reference to [...]