View Single Post
  #5  
Old 06-05-2021, 15:00
mr_gnar's Avatar
mr_gnar mr_gnar is offline
Registered User
 
Join Date: Oct 2020
Location: America
Posts: 13
Thanks: 1
Thanked 6 Times in 4 Posts
mr_gnar 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
Would this be possible with an older version like 7.2.0? I saw this and I wanted to try adding this, but I still have issues with the newest version of ASIS. In the script, this exact line is there, but instead of ExpandArcFile, it's UpdateSource. Adding the password part set to the password of the test archive makes it start to read the files, but gets stuck at 0.
__________________
Stretched to breaking an obscene canvas on a stretcher of parasitism.

Last edited by mr_gnar; 06-05-2021 at 15:03.
Reply With Quote