I am using Wix Toolset v3.7 to create an MSI package for an application. The problem is that one of the files to be packaged has a size more than 4 GB. As a result the MSI generation fails with this error:
some_file.dat" is too large, file size must be less than 2147483648.
I have searched for a solution to this problem but haven't got any specific pointers yet. Does anybody know how to approach this using Wix? Any way a file can be specified to be split into cabs and remerged on unpacking?