Stackers,
I am trying to get (from an MSI of Chrome Enterprise) a version number. After I download Chrome as a .MSI , I notice that I can see a number of properties. The one I want to be able to access and build an "if statement" off of is the "Comments" section.

When I try to use Get-Item and format it as a list, it says there is nothing in there and I cannot seem to identify what to do.
(Get-Item ".\Chrome.msi").VersionInfo | fl
That command returns:

How can I pull the "Comments" section and the data from it?