https://github.com/asjimene/GetMSIInfo
Adds a right click context menu to grab information for MSI files.
https://github.com/asjimene/GetMSIInfo
Last synced: 4 months ago
JSON representation
Adds a right click context menu to grab information for MSI files.
- Host: GitHub
- URL: https://github.com/asjimene/GetMSIInfo
- Owner: asjimene
- License: mit
- Created: 2020-04-13T02:42:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T02:43:00.000Z (about 5 years ago)
- Last Synced: 2024-05-23T00:33:46.799Z (11 months ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - asjimene/GetMSIInfo - Adds a right click context menu to grab information for MSI files. (PowerShell)
README
# 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!