Skip to content

Adds a right click context menu to grab information for MSI files.

License

Notifications You must be signed in to change notification settings

asjimene/GetMSIInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetMSIInfo

GetMSIInfo is a simple PowerShell script that adds a right click context menu to grab information for MSI files.

Installation

  1. Run GetMSIInfo.ps1 with the "-Install" flag to install the appliction to your %LOCALAPPDATA% folder and set the appropriate registry keys, this is a User Based installation.

Usage

  • Right click an MSI file and click "Get MSI Information" to retrieve the "Property" table from within the MSI.
  • Select one or multiple properties and click OK, the Values for the Properties are copied to your clipboard

Uninstallation

  1. Run the GetMSIInfo.ps1 script with the "-Uninstall" flag to remove the script and associated registry keys.

Special Thanks

Adam Bertram for Get-MsiDatabaseProperties from https://github.com/adbertram/Random-PowerShell-Work/blob/master/Software/Get-MSIDatabaseProperties.ps1 which made pulling the MSI data easy!

Roger Zander for https://reg2ps.azurewebsites.net/ which made the registry edits (and numerous other things in my life) easy!

About

Adds a right click context menu to grab information for MSI files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published