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