View Single Post
  #6  
Old 11-12-2022, 08:11
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Set password in Records.ini

Code:
[Record#]
...
...
Password=Your password
Include records.ini in Setup.dll and set a password for Setup.dll
Set password for Setup.dll in script.iss
Code:
#define PasswordDLL "Your password"
However full encryption is not possible this way. People can still read the password from %temp% folder. You have to use a custom arc.exe to fully encrypt the files (this requires some script editing I guess, not sure).
__________________
Haters gonna hate

Last edited by KaktoR; 11-12-2022 at 08:13.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Titeuf (11-12-2022)