You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: