I'm trying to generate an installer (package the app) for my application, but it contains a lot of video files which make the total size of the whole project 2.5GB.
TideSDK throws the following error everytime I try to package:
light.exe : error LGHT0296 : An error (E_FAIL) was returned while adding files to a CAB file. This most commonly happens when creating a CAB file 2 GB or larger. Either reduce the size of your installation package, raise Media/@CompressionLevel to a higher compression level, or split your installation package's files into more than one CAB file. Done packaging!
It gives me 3 solutions, however, I have no idea how I could raise the media/compression level nor how to divide the installation package's files into more than one CAB.
Anyone went through this same issue? :(