View Single Post
  #6  
Old 29-04-2017, 12:48
artag artag is offline
Registered User
 
Join Date: Nov 2016
Location: somewhere
Posts: 22
Thanks: 10
Thanked 4 Times in 4 Posts
artag is on a distinguished road
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
Reply With Quote