Hello again yener, i hope you can help me again with one problem
i've used your latest CI v8.5.7.4 to build an installation using:
Code:
#define ProgramFiles
#define Internal
The files have around 6gb, the problem is, after successful compiling. When i run setup.exe, it takes a few minutes for the setup window to open. If i look in TaskManager, setup.exe is shown as "Not responding", but if after a few minutes, the setup window appears and i can install the files.
I've tried another method using:
Code:
#define ProgramFiles
;#define Internal
And this time, when i run setup.exe, the installer window is shown like it should. Almost instantly.
In my 3rd try to find the problem, i've tried the 1st method:
Code:
#define ProgramFiles
#define Internal
,but with some minimal files to install. around 20mb.
This time when i ran setup.exe, all is fine, the installer window is shown very fast .. etc.
To sum this up, when i've used #define Internal, for large amount of files, around 6gb, the setup had problems with very slow loads. But when i've used #define Internal with small amount of files, around 20mb, the setup had no problems. Also, if i dont use #define Internal, i have no problems even with 6gb+ files.
What is the problem? I really want to make the setup work with #define Internal for larger files.
Thanks in advance, as always