
30-04-2016, 01:24
|
|
Registered User
|
|
Join Date: Mar 2016
Location: AZSQSQ
Posts: 30
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by felice2011
Edit UA.iss script, inside the "File" Folder, add to code the reading to identify the 5 line, of the record.ini file, the name of the password.
Line;152:9
Code:
SetArrayLength(Data[i - 1].Arc,5);
Line;164:9
Code:
Data[i - 1].Arc[4]:=GetIniString('Record' + IntToStr(i),'Password','',ExpandConstant('{tmp}\records.ini'));
Line;206:13
Code:
if not ISArcExtract(0, 33, UpdateSource(Data[i - 1].Arc[1],SourceDir), Data[i - 1].Arc[2], '', false, Data[i - 1].Arc[4], // Define Size "100% / ex.N°3 Archives = 33
|
Now This Error!
Last edited by AzPo; 30-04-2016 at 01:30.
|