View Single Post
  #6  
Old 03-07-2023, 11:10
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Setup.dll and Records.ini are required. However you can include both inside Setup.exe on compiling.

If you use ASIS, do the following steps:
1. Extract Setup.dll to "[ASIS folder]\DECOMPRESSOR" folder
2. Move Records.ini to the same folder
3. Execute "Create_Setup.dll.bat"
3a. Password input is not visible in CMD window. If you don't want to use a Password, just press ENTER twice
4. Open Script.iss and change line 8
Code:
;#define InternalDLL
to
#define InternalDLL
(just remove the semicolon
5. Compile the script. Setup.dll and Records.ini are now included in Setup.exe

If you used a Password for Setup.dll, you have to change line 9 in the script aswell
Code:
;#define PasswordDLL "123"
Remove the semicolon and replace 123 with your password (quotation marks have to be there)

However, next time please ask such questions in the topics in which the questions belong to. Thanks.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Enluaphelis (03-07-2023)