Details
Description
The "Size" column (maps to EstimatedSize registry entry) does not show a value. The EstimatedSize value must be the size in KB with type REG_DWORD.
The installer framework currently saves the size in bytes and with type REG_QWORD. Additionally, the size is calculated using the installer binary and not the installation target directory which makes the estimation useless.
See packagemanagercore_p.cpp method PackageManagerCorePrivate::registerMaintenanceTool()