Inno Setup 编译器软件,菜鸟求教,“磁盘跨越必须启用,是为了创建2100000000字节的安装程序”怎么解决

InnoSetup编译器软件,菜鸟求教,“磁盘跨越必须启用,是为了创建2100000000字节的安装程序”怎么解决,越详细越好!!!... Inno Setup 编译器软件,菜鸟求教,“磁盘跨越必须启用,是为了创建2100000000字节的安装程序”怎么解决,越详细越好!!! 展开
 我来答
windblast
推荐于2018-02-23 · 知道合伙人软件行家
windblast
知道合伙人软件行家
采纳数:5633 获赞数:13622
毕业于空军第一航空学院电子专业,1991年开始接触电脑,从事多年计算机编程,具有较丰富的经验。

向TA提问 私信TA
展开全部

据 InnoSetup 软件的使用帮助:



[Setup]: DiskSpanning

Valid values:   yes or no



Default value: no


Description:

If set to yes, the disk spanning feature will be enabled. Instead of storing all the compressed file data inside SETUP.EXE, the compiler will split it into multiple SETUP-*.BIN files -- known as "slices" -- suitable for copying onto separate floppy disks, CD-ROMs, or DVD-ROMs. Each generated slice contains a number in its name which indicates the disk onto which it should be copied. (For example, SETUP-2.BIN should be placed on disk 2.) The generated SETUP.EXE always goes on disk 1 along with the SETUP-1*.BIN file.


The size of each slice and the number of slices to create for each disk are determined by the values of the DiskSliceSize and SlicesPerDisk [Setup] section directives, respectively. Other disk spanning-related directives that you may want to tweak include DiskClusterSize and ReserveBytes.


Note that it is required that you set this directive to yes if the compressed size of your installation exceeds 2,100,000,000 bytes, even if you don't intend to place the installation onto multiple disks. (The installation will still function correctly if all the SETUP-*.BIN files are placed on the same disk.)  


上面的最后一段,明确提示,打包编译生成的安装包文件,如果最终的文件大小超过2100000000字节,那么就必须设置参数(DiskSpanning)值为 yes (缺省值为 no),具体做法是,在上面的 [Setup] 段里,再添加一个参数,如下如示:


DiskSpanning=yes
青鸟飞鱼0726fe910
2018-02-23
知道答主
回答量:1
采纳率:0%
帮助的人:898
引用windblast的回答:
据 InnoSetup 软件的使用帮助:

[Setup]: DiskSpanning
Valid values: yes or no

Default value: no

Description:
If set to yes, the disk spanning feature will be enabled. Instead of storing all the compressed file data inside SETUP.EXE, the compiler will split it into multiple SETUP-*.BIN files -- known as "slices" -- suitable for copying onto separate floppy disks, CD-ROMs, or DVD-ROMs. Each generated slice contains a number in its name which indicates the disk onto which it should be copied. (For example, SETUP-2.BIN should be placed on disk 2.) The generated SETUP.EXE always goes on disk 1 along with the SETUP-1*.BIN file.

The size of each slice and the number of slices to create for each disk are determined by the values of the DiskSliceSize and SlicesPerDisk [Setup] section directives, respectively. Other disk spanning-related directives that you may want to tweak include DiskClusterSize and ReserveBytes.

Note that it is required that you set this directive to yes if the compressed size of your installation exceeds 2,100,000,000 bytes, even if you don't intend to place the installation onto multiple disks. (The installation will still function correctly if all the SETUP-*.BIN files are placed on the same disk.)

上面的最后一段,明确提示,打包编译生成的安装包文件,如果最终的文件大小超过2100000000字节,那么就必须设置参数(DiskSpanning)值为 yes (缺省值为 no),具体做法是,在上面的 [Setup] 段里,再添加一个参数,如下如示:

DiskSpanning=yes
展开全部
DiskSpanning=yes

DiskSliceSize = 分割的文件大小
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式