Skip to content

Instantly share code, notes, and snippets.

@jgstew
Last active August 2, 2017 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgstew/368753f740ff98669f43 to your computer and use it in GitHub Desktop.
Save jgstew/368753f740ff98669f43 to your computer and use it in GitHub Desktop.
' !!! Moved to here: https://github.com/jgstew/tools/blob/master/VBS/msiGetProperty.vbs
' written by James Stewart ( @jgstew )
' public domain, use at your own risk
' this vbs script will get msi property values
' the default is to get "ProductName"
' the default can be changed by renaming the file, or changing the initial msiProperty value
' Example: msiGetPropertyProductVersion.vbs will get ProductVersion
@jgstew
Copy link
Author

jgstew commented Aug 2, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment