GUID of the PSAL will be different for different versions and since this is an MSI file, it will be only applicable for Windows machines.
Here are two different ways to find the GI
one is to run this PowerShell command, it will list guide of all installed applications
get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize

The other way is to open the MSI file on the MSI editor and check the property code