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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: