We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fusioninventory-agent collect ESET installed software version instead of ProductVersion in registry (after update of Eset).
In function _setESETInfos:
my $esetReg = _getSoftwareRegistryKeys( 'ESET\ESET Security\CurrentVersion\Info', [ qw(ProductVersion ScannerVersion ProductName AppDataDir) ] ); return unless $esetReg; unless ($antivirus->{VERSION}) { $antivirus->{VERSION} = $esetReg->{"/ProductVersion"} if $esetReg->{"/ProductVersion"}; }
Best regards.
The text was updated successfully, but these errors were encountered:
Hi @halfspawn
indeed, I don't understand the problem here and your explanation is not fully clear. Can you give a detailed example ?
Do you mean $antivirus->{VERSION} is still set and we should replace it with the $esetReg->{"/ProductVersion"} content if defined ?
$antivirus->{VERSION}
$esetReg->{"/ProductVersion"}
Sorry, something went wrong.
No branches or pull requests
Fusioninventory-agent collect ESET installed software version instead of ProductVersion in registry (after update of Eset).
In function _setESETInfos:
Best regards.
The text was updated successfully, but these errors were encountered: