Fixed QuietUninstallString handling

This commit is contained in:
László Valkó 2017-11-14 08:34:33 +01:00
parent f2276280c6
commit 61190595d5

View file

@ -659,7 +659,7 @@ sub read_packages ($$$$)
ReleaseType => $reltype,
Type => $wow6432 ? 'wow6432' : 'normal',
Uninstall => $uninst,
QUninstall => $uninst,
QUninstall => $quninst,
UserPackage => $userdata
};
$$packages{$name} = $inst;