How to get memory size of the selected components in the select component page in inno setup -


I have some components in the component page. When I select any component, it is selected in the message box. Must show the memory size of the component. How can you get it?

What you are asking is not possible (or maybe but very, very difficult way). The component size is stored internally in the record in each component item ItemObject , which is impossible due to the lack of possible pointer support.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -