Fixed QuietUninstallString handling
This commit is contained in:
parent
f2276280c6
commit
61190595d5
|
@ -659,7 +659,7 @@ sub read_packages ($$$$)
|
|||
ReleaseType => $reltype,
|
||||
Type => $wow6432 ? 'wow6432' : 'normal',
|
||||
Uninstall => $uninst,
|
||||
QUninstall => $uninst,
|
||||
QUninstall => $quninst,
|
||||
UserPackage => $userdata
|
||||
};
|
||||
$$packages{$name} = $inst;
|
||||
|
|
Loading…
Reference in a new issue