microsoft / microsoft/ebpf-for-windows
Change in eBPF MSI behavior in presence of an already installed version of eBPF
Open
installation
triaged
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 311
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 21
Description
If a version of eBPF is already installed on a machine without using MSI, and then MSI is used to install a different / same version, MSI installation first fails and on multiple tries overwrites the current installation. This behavior can be overriden by an MSI command switch.
MSI logic should first detect if the eBPF services are present, if yes, stop the installation.
Contributor guide
Assessment
This issue has not been assessed yet.