VMware Cloud Community
clairealex7
Enthusiast
Enthusiast

how to get the required space calculated by InstallBuilder

Hello,

I wanted to know what InstallBuilder had calculated as required disk space, so I added a logMessage action in ReadyToInstall actions.

<logMessage>
<abortOnError>0</abortOnError>
<show>0</show>
<showMessageOnError>0</showMessageOnError>
<text>required disk space is ${required_diskspace}</text>
</logMessage>

But nothing gets printed in the log file. How can I know what space has been calculated? I set all my components'size as 0, so that InstallBuilder would calculate the space.

Thank you

Claire

 

0 Kudos
1 Reply
clairealex7
Enthusiast
Enthusiast

My bad, I had not rebuilt the project. 🙃

0 Kudos