Hi @marcinotorowski , thank you for this handy powershell module. I was wondering if there are any MSI properties I've overlooked which can be used to determine package bitness (x86, x64). I've checked the msi api but could not find it. I wrote a similar powershell cmdlet which iterates through well known registry keys used by Add/Remove Programs and it determines bitness through traversal of WOW6432Node key.