Creating a big installer
I'm trying to create a backup-installer which contains about 3.5GB of data. Of course, NSIS isn't capable of compressing it itself, but is it in any way possible to make an installer that big with only one executable?
Thanks,