Estimate the required disk space to extract payload and packages using Wix and bundle

Is it possible to estimate the required disk space when running bundle-exe using wix and bootstrapper?

So far, I see that bootstrapper initially starts to extract files to the temp folder. When there is not enough disk space (which is happening now ;-)), it logs some messages and remains in an unfriendly state for the end user. I am looking for a way to find out (possibly just as intended) if the contained packages can be extracted and exit the installation procedure.

+4
source share

Source: https://habr.com/ru/post/1500796/


All Articles