Hello,
I want to make simple installer using inno setup with the help of IS tool.
I compressed my files into (Data1,Data2).bins .
MY QUESTIONS
=============
1. How to add it to inno setup or is tool and extract it during installation ??Does it need codes? If there ,it is in which section on IS TOOL?
2. Then i want to do a check and install on directx, vcredist for both 32 bit and 64 bit,install icons.
I want to create an install OPTION in this window(after all installation)

3.What is the use of Autorun.inf and and .ini files ?