Description
GetMSIVersion
Proper deployment of an application is done through an installer, so all required components to ensure functionality are properly distributed throughout the target system. There are multiple types of known installers, with a popular one being MSI. With GetMSIVersion, all there is to know about an MSI file is shown in a command-line interface.
Features:
- No setup required
- Portable application
- Command-line utility
- File requirements: only MSI
- Extract information using switches
Specifications:
- Developer: Markus Zoennchen
- Price: FREE
- Publisher Link: Click Here
The application is merely a command-line utility and needs to be launched through the Command Prompt. An elevated instance is not necessarily required to make it work properly. Just to save time and effort, it's best to have the target MSI file placed inside the application's source folder.
In terms of file requirements, only the MSI needs to be provided and mentioned in the code, but some switches also need to be used, depending on the depth and type of information to extract. Product name and product versions can be revealed using /n and /v, respectively.
There's also the possibility to gather all there is to know about the installer, build components, error handling, manufacturer, and more, with the /a switch. The syntax must be used with a switch and is in the form of /a *.msi, where /a can be replaced with either /n or /v.
User Reviews for GetMSIVersion 1
-
GetMSIVersion is a handy tool for quickly accessing vital information about MSI files via command line interface. No setup required, just efficient functionality.