如何在控制面板中显示实际的应用程序大小? [英] How to show actual application size in control panel?

查看:312
本文介绍了如何在控制面板中显示实际的应用程序大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在控制面板的程序和功能"中显示应用程序的实际大小?

How to show application actual size in control panel Programs and Features ?

我知道我应该使用#define Myappsize,但不知道正确的方法.

I know i should use #define Myappsize but don't know proper way.

任何人都可以帮忙.

谢谢!

推荐答案

要修改在添加/删除程序控制面板小程序中可以看到的设置大小,您可以更改 UninstallDisplaySize 指令.要将其在编译时设置为某个(单个)文件大小,可以使用预处理器的 FileSize 函数.例如:

To modify the setup size that can be seen in the Add/Remove Programs control panel applet you can change the value of the UninstallDisplaySize directive. To set it to a certain (single) file size at the compilation time you can use the preprocessor's FileSize function. For example:

[Setup]
AppName=My Program
AppVersion=1.5
DefaultDirName={pf}\My Program
UninstallDisplaySize={#FileSize('C:\Deployment\MyApp.exe')}

这篇关于如何在控制面板中显示实际的应用程序大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆