我可以在 Inno Setup 的 [Files] 部分中显示未安装组件的磁盘 space 要求吗?
Can I show the disk space requirement for a component that's not being installed in the [Files] section in Inno Setup?
是否可以显示 [Files]
部分中未安装的组件的磁盘 space 要求?
在我的例子中,这个组件是 SQL 安装程序可执行文件。
[Setup]
部分有一个 ExtraDiskSpaceRequired
参数,[Components]
部分也是如此。
是否可以显示 [Files]
部分中未安装的组件的磁盘 space 要求?
在我的例子中,这个组件是 SQL 安装程序可执行文件。
[Setup]
部分有一个 ExtraDiskSpaceRequired
参数,[Components]
部分也是如此。