pub fn read_uninstall_registry_value(
key_name: &str,
value_name: &str,
) -> Option<String>Expand description
Read the first non-empty string value from an uninstall registry entry.
MSI install flows use this to read InstallLocation after msiexec
completes so the engine can store the final path reported by Windows.