I had included msi in Bootstrapper project using MSiPackage under chain element.
I had observed Wix calculating required space using package size and Installed size, also observed Installed Size value is summation of all files size.
If I'm installing all the features present in msi then the summation of package Size and installed size was displaying in Control Panel as required space, which is correct.
But in my case, I'm not installing all the features. Even though only few features are installing, wix displaying entire package size and installed size in Control Panel.
Either all features were installed or only few features were installed, same space was displayed in Control Panel.
I'm using 3.11 version of wix and Visual Studio 2017.
I want to know exactly how wix calculating the required space to install and also, is wix calculating the space correctly?
Thanks in advance!