The size of my application is about 3GB. I need to share it with my clients in a single exe file, because they will have problems downloading several files into one directory.
When my application size was below 2GB, everything was fine. Now I get an error:
"Disk spanning must be enabled in order to create an installation larger than 2100000000 bytes in size."
When I set
DiskSliceSize=3073741824I get another error:
"Value of [Setup] section directive "DiskSliceSize" is invalid."