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.