The build for Nmap OEM 7.95 installer defined the NMAP_NAME constant twice, so the second one was ignored, leading to an installer that installs the "Nmap" product but has an uninstaller expecting the "Nmap OEM" product name. This leads to the uninstaller failing to actually uninstall anything.
Future installers will have to be able to detect this situation and modify the installation to use the correct product name, otherwise users will be left with an uninstallable Nmap installation.
The build for Nmap OEM 7.95 installer defined the
NMAP_NAMEconstant twice, so the second one was ignored, leading to an installer that installs the "Nmap" product but has an uninstaller expecting the "Nmap OEM" product name. This leads to the uninstaller failing to actually uninstall anything.Future installers will have to be able to detect this situation and modify the installation to use the correct product name, otherwise users will be left with an uninstallable Nmap installation.