Create an Installer over 2GB here!

Aeromesi

Custom Instance Maniac
Messages
821
Points
0
Age
33
Location
Custom Instances
Discord
Aeromesi#0293
Github
http://www.github.com/aeromesi
Emulator
Hey, I have something now that can create installers over 2GB. If you want the file just PM me. I can't post it here
default_tongue.png
. I know many others have found problems finding one and I have the solution P:

 
@@Ai4rei I tried InnoSetup and it didn't work o.o how did you manage this?
http://www.jrsoftware.org/isfaq.php#limits:
Are there any limits on how many files, etc. may be included in an installation?

Inno Setup places no arbitrary limits on how many files, shortcuts, registry entries, etc. that you may include in an installation. However, keep in mind that Setup does need memory for each entry in a script. For example, roughly 120 bytes of memory is needed for each [Files] entry.

In Inno Setup 3.x and earlier, installations and individual files cannot exceed 2 GB, because it does not use 64-bit arithmetic in most places. This has been addressed in Inno Setup 4.
Just use the latest version.
 
Back
Top