View Single Post
  #4  
Old 06-05-2021, 05:49
pratikpatel8982 pratikpatel8982 is offline
Registered User
 
Join Date: Sep 2020
Location: India
Posts: 116
Thanks: 105
Thanked 49 Times in 30 Posts
pratikpatel8982 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
Hey, If possible can you add it like other settings so that it can be modified using settings.ini
For example, create a password section:
Code:
[Password]
Enabled=1
Password=YourPassword
BTW, I don't mind modifying the script, but it would be a great addition to ASIS if it will be supported by default. And I think it should not be too difficult to implement. Just need to modify Settings.iss and script.iss

Last edited by pratikpatel8982; 06-05-2021 at 05:53.
Reply With Quote