Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading MSI Version from Powershell #64

Open
Twenty94470 opened this issue Oct 24, 2024 · 0 comments
Open

Reading MSI Version from Powershell #64

Twenty94470 opened this issue Oct 24, 2024 · 0 comments

Comments

@Twenty94470
Copy link

Hello,

Normally to detect the version of every MSI with powershell, we use the command :
(Get-AppLockerFileInformation -Path $File.FullName | Select -ExpandProperty Publisher | select BinaryVersion).BinaryVersion

But on the case of 7Zip installer, the parameter is empty.

Can you fix the situation ? That is important to manage update and compare to already installed version.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant