[Libreoffice-bugs] [Bug 141993] Parent component doesn't include the size of the child components while custom setup
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 30 14:02:44 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=141993
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |NOTABUG
--- Comment #2 from Mike Kaganski <mikekaganski at hotmail.com> ---
This is the feature of Windows Installer, which provides separate numbers for
feature and subfeatures. The strings used for that (SelChildCostPos,
SelChildCostNeg, SelParentCostPosPos, SelParentCostPosNeg, SelParentCostNegPos
and SelParentCostNegNeg) are documented in [1].
A hack that could be used to implement this is described in [2]. But I doubt
that it's useful. The separate numbers are designed by MS specifically this
way; and using subfeatures size as component size (as [2] suggests) is not
correct, since some features may have own size, and showing subcomponents size
would not include the main selection size (so a string like "this feature
requires 200 KB; its subcomponents need 150 KB" would be shown "this feature
and its subfeatures require 150 KB").
This is NOTABUG, since this works as intended and provides correct information.
[1] https://docs.microsoft.com/en-us/windows/win32/msi/selectiontree-control
[2]
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Feature-costing-td1307593.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210430/53dc4371/attachment.htm>
More information about the Libreoffice-bugs
mailing list