View Single Post
  #2  
Old 05-05-2021, 15:31
drcool drcool is offline
Registered User
 
Join Date: Mar 2021
Location: Canada
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
drcool is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
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.
Reply With Quote