Quote:
Originally Posted by devil777
Can any one please help me..... my installer closes itself.
While unpacking files like 30GB or 50... cls-srep_64.exe suddenly closes and than installer closes itself.
Tools I'm using to unpack -- xtool v9, cls-lolz.dll ( with both 64 and 86 variant .exe) , cls srep.dll (16KB one), cls srep.exe (both x86 and x64)...
The problem is with srep please any one help this helpless being...
Didn't faced any issue while unpacking 10GB or 12GB... also edited cls.ini
|
Use old cls-srep.dll (86kb) without .exe
Delete [srep] section in cls.ini and in script add
Quote:
|
if not SrepInit(ExpandConstant('{app}\'),512,0) then break;
|