Skip to content

Instantly share code, notes, and snippets.

@joshcooper
Created October 9, 2012 22:29
Show Gist options
  • Save joshcooper/3861852 to your computer and use it in GitHub Desktop.
Save joshcooper/3861852 to your computer and use it in GitHub Desktop.
# where <path> is the path to the MSI.
require 'win32ole'
installer = WIN32OLE.new('WindowsInstaller.Installer')
db = installer.OpenDatabase(path, 0)
puts db.SummaryInformation.Property(9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment