Iexpress for large files (corrupted Cabinet file)

本小妞迷上赌 提交于 2020-01-04 05:30:08

问题


I wish to combine many installers and make an exe using Iexpress. Total size of installers is 750MB. I tried combine and generated using Iexpress but the created exe file size is only 80MB. And when i double click and attempt to run the exe, its stated that its corrupted cabinet file and cannot be executed. After that i rebuild two exe files by separated installers into two groups and each group file size is around 300++MB. Both exe files are executed successfully. So i suspect that i cannot build all installers into one exe due to its large size. May i ask whether it is correct that iexpress will restrict the exe file size or i am doing something wrong on this?


回答1:


I think a IExpress package is limited to about the size of a CD-ROM. If you look at the auto-generated DDF file that IExpress generates, one of the directives it gives is:

.Set MaxDiskSize=CDROM

Probably this means ~650MB.

I tried to find a way to change it, but I don’t see how, sorry.



来源:https://stackoverflow.com/questions/30045770/iexpress-for-large-files-corrupted-cabinet-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!