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.
source share