I have an OU package in which I have added software dependencies.
It works on all machines that are in the OU except for one that tells me that two dependencies are missing.
These two dependencies install correctly on other machines (same OS, same architecture).
I don't understand why.
The maturity of the two dependent packages is good.
The architecture too. I even tried importing both the x86 and x64 versions into my repository.
When installing the OU package, I get the following error:
Code: Select all
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 4107, in install_wapt
raise EWaptUnavailablePackage('Missing dependencies: %s' % (','.join(missing_depends,)))
waptpackage.EWaptUnavailablePackage: Missing dependencies: XXX-webview2,XXX-microsoft-edge
EWaptUnavailablePackage: Missing dependencies: XXX-webview2,XXX-microsoft-edgeI uninstalled and reinstalled the agent, same problem. I restarted the machine, same problem.
Do you have any idea?
WAPT Enterprise version 2.6.0.16795
