Replies: 2 comments 1 reply
-
This is missing some more info about your authoring. I only remember that v3 burn bundle (x86) could not handle embedding large msi packages if the total exceeds 2 GB in size. |
Beta Was this translation helpful? Give feedback.
-
I've also made plenty of big installers, but this is possibly the biggest single file I've tried to embed. I've been using Media tags as below:
All components are within a single feature, and the big file is the only thing in media3.cab. I've just been reading about MediaTemplate with MaximumCabinetSizeForMediaSplitting, so I may try that next. Do I need multiple features too? I have never had to do that for large msi files before. The total msi is about 2.3GB, which isn't particularly big compared to others I've created. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an installer that's working fine until I add a particularly large file (~1GB). I put it in it's own cab file within the .msi. WiX builds the installer ok, but then I get the error "The system cannot open the device or file selected" and then "The installer has encountered an unexpected error installing this package. This may indicate a problem with the package. The error code is 2755.". If I remove this large file all works fine. I'm not sure what to do. cab files are supposed to be ok up to 2GB? This file is 1,021,297,704 bytes. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions