inno setup - How to show actual application size in control panel? -


how show application actual size in control panel programs , features ?

i know should use #define myappsize don't know proper way.

anybody please help.

thanks!

to modify setup size can seen in add/remove programs control panel applet can change value of uninstalldisplaysize directive. set (single) file size @ compilation time can use preprocessor's filesize function. example:

[setup] appname=my program appversion=1.5 defaultdirname={pf}\my program uninstalldisplaysize={#filesize('c:\deployment\myapp.exe')} 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -