Hi: Isdone question:
My isdone script is overwriting my arc.ini and changing the srep line with -mem4096b
i tried adding this
Code:
if ISDoneInit(ExpandConstant(''),$F777, 0,0,0, MainForm.Handle, 512, @ProgressCallback) then begin
repeat
ChangeLanguage('Spanish');
if not SrepInit('',512,0) then break;
;that line
and then it changes the line with 512b (NOT 512m)
So is using 512 bytes instead of 512m for srep.
What i need to change?
Thanks