
05-05-2021, 15:31
|
|
Registered User
|
|
Join Date: Mar 2021
Location: Canada
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Quote:
Originally Posted by KaktoR
Example
Code:
if not ISArcExtract(0, 100, ExpandArcFile(Data[i - 1].Arc[1],SourceDir), Data[i - 1].Arc[2], '', false, '', ExpandConstant('{tmp}\Arc.ini'), Data[i - 1].Arc[2], false) then
to
if not ISArcExtract(0, 100, ExpandArcFile(Data[i - 1].Arc[1],SourceDir), Data[i - 1].Arc[2], '', false, 'YourPassword', ExpandConstant('{tmp}\Arc.ini'), Data[i - 1].Arc[2], false) then
|
Am i looking in the wrong place? I cannot find that exact line to change it to that.
|